Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NavidMitchell committed Jan 3, 2025
1 parent 124f23e commit 183798f
Show file tree
Hide file tree
Showing 10 changed files with 1,615 additions and 1,445 deletions.
22 changes: 11 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
structuresVersion=3.1.0-SNAPSHOT

antlrVersion=4.13.1
apacheCommonsTextVersion=1.12.0
apacheCommonsTextVersion=1.13.0
caffeineVersion=3.1.8
commonsCompressVersion=1.27.1
continuumVersion=2.3.1-SNAPSHOT
elasticClientVersion=8.14.1
continuumVersion=2.3.1
elasticClientVersion=8.17.0
graphQlFederationJvmVersion=5.2.0
graphQlJavaExtendedScalarsVersion=22.0
graphQlJavaVersion=22.3
groovyVersion=4.0.23
otelAnnotationsVersion=2.6.0
groovyVersion=4.0.24
otelAnnotationsVersion=2.11.0
lombokPluginVersion=8.10
nettyVersion=4.1.115.Final
luceneVersion=8.11.2
springBootVersion=3.3.6
springDependencyManagementVersion=1.1.5
swaggerCoreVersion=2.2.24
testContainersVersion=1.20.1
nettyVersion=4.1.116.Final
luceneVersion=8.11.4
springBootVersion=3.4.1
springDependencyManagementVersion=1.1.7
swaggerCoreVersion=2.2.27
testContainersVersion=1.20.4
vertxVersion=4.5.11
vertxCompletableFutureVersion=0.1.2
vertxBeansVersion=1.6.2
Expand Down
22 changes: 10 additions & 12 deletions structures-js/structures-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinotic/structures-api",
"version": "3.0.0-beta.1",
"version": "3.0.1",
"author": "Kinotic Foundation <[email protected]>",
"license": "MIT",
"homepage": "https://kinotic-foundation.github.io/structures/",
Expand All @@ -21,30 +21,28 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"gen-jschema": "ts-json-schema-generator --path 'my/project/**/*.ts' --type 'My.Type.Name'",
"test": "vitest run --coverage"
},
"dependencies": {
"@kinotic/continuum-idl": "^2.0.0",
"@kinotic/continuum-idl": "^2.0.2",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@types/node": "^22.9.1",
"@types/node": "^22.10.4",
"@types/ws": "^8.5.13",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/coverage-v8": "^2.1.8",
"delay": "^6.0.0",
"docker-compose": "^1.1.0",
"testcontainers": "^10.15.0",
"ts-json-schema-generator": "^2.3.0",
"testcontainers": "^10.16.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.4.0",
"vite-plugin-externalize-deps": "^0.8.0",
"vitest": "^2.1.5",
"vitest": "^2.1.8",
"ws": "^8.18.0"
},
"peerDependencies": {
"@kinotic/continuum-client": "^2.10.5"
"@kinotic/continuum-client": "^2.10.7"
},
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
"packageManager": "pnpm@9.15.2"
}
Loading

0 comments on commit 183798f

Please sign in to comment.