From 7912c2517cc7e932d89972aafa481c482895500c Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Fri, 14 Nov 2025 12:00:57 +0100 Subject: [PATCH] update versions of gradido node and gradido-blockchain-js --- dlt-connector/bun.lock | 4 ++-- dlt-connector/package.json | 2 +- dlt-connector/src/config/schema.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dlt-connector/bun.lock b/dlt-connector/bun.lock index 6f6fd84d4..fb882d0b9 100644 --- a/dlt-connector/bun.lock +++ b/dlt-connector/bun.lock @@ -4,7 +4,7 @@ "": { "name": "dlt-connector", "dependencies": { - "gradido-blockchain-js": "git+https://github.com/gradido/gradido-blockchain-js", + "gradido-blockchain-js": "git+https://github.com/gradido/gradido-blockchain-js#f265dbb1780a912cf8b0418dfe3eaf5cdc5b51cf", }, "devDependencies": { "@biomejs/biome": "2.0.0", @@ -569,7 +569,7 @@ "graceful-fs": ["graceful-fs@4.2.11", "", {}, "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="], - "gradido-blockchain-js": ["gradido-blockchain-js@github:gradido/gradido-blockchain-js#8a0c7b0", { "dependencies": { "bindings": "^1.5.0", "nan": "^2.20.0", "node-addon-api": "^7.1.1", "node-gyp-build": "^4.8.1", "prebuildify": "git+https://github.com/einhornimmond/prebuildify#65d94455fab86b902c0d59bb9c06ac70470e56b2" } }, "gradido-gradido-blockchain-js-8a0c7b0"], + "gradido-blockchain-js": ["gradido-blockchain-js@github:gradido/gradido-blockchain-js#f265dbb", { "dependencies": { "bindings": "^1.5.0", "nan": "^2.20.0", "node-addon-api": "^7.1.1", "node-gyp-build": "^4.8.1", "prebuildify": "git+https://github.com/einhornimmond/prebuildify#65d94455fab86b902c0d59bb9c06ac70470e56b2" } }, "gradido-gradido-blockchain-js-f265dbb"], "graphql": ["graphql@16.11.0", "", {}, "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw=="], diff --git a/dlt-connector/package.json b/dlt-connector/package.json index c4c6f1099..57302b3ab 100644 --- a/dlt-connector/package.json +++ b/dlt-connector/package.json @@ -18,7 +18,7 @@ "lint:fix": "biome check --error-on-warnings . --write" }, "dependencies": { - "gradido-blockchain-js": "git+https://github.com/gradido/gradido-blockchain-js" + "gradido-blockchain-js": "git+https://github.com/gradido/gradido-blockchain-js#f265dbb1780a912cf8b0418dfe3eaf5cdc5b51cf" }, "devDependencies": { "@biomejs/biome": "2.0.0", diff --git a/dlt-connector/src/config/schema.ts b/dlt-connector/src/config/schema.ts index 9131a3132..09eca49b2 100644 --- a/dlt-connector/src/config/schema.ts +++ b/dlt-connector/src/config/schema.ts @@ -84,7 +84,7 @@ export const configSchema = v.object({ v.string('The version of the DLT node server, for example: 0.9.0'), v.regex(/^\d+\.\d+\.\d+$/), ), - '0.9.0', + '0.9.1', ), DLT_GRADIDO_NODE_SERVER_HOME_FOLDER: v.optional( v.string('The home folder for the gradido dlt node server'),