From 3c154fb58ce6fdcf37336932706a3729c562b938 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Tue, 14 Apr 2026 19:22:51 +0200 Subject: [PATCH] build: bump functions-tool to inherit fix for parsing rust jsdondata Signed-off-by: David Dal Busco --- package-lock.json | 30 +++++++++++++++--------------- package.json | 4 ++-- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4b276d..a2451b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,9 +18,9 @@ "@junobuild/config": "^3.0.0", "@junobuild/config-loader": "^0.4.11", "@junobuild/core": "^5.4.0", - "@junobuild/functions-tools": "^0.6.4", + "@junobuild/functions-tools": "^0.6.6", "@junobuild/ic-client": "^8.1.3", - "@junobuild/schema": "^1.2.2", + "@junobuild/schema": "^1.2.3", "@junobuild/storage": "^2.4.2", "@junobuild/utils": "^1.0.3", "chokidar": "^5.0.0", @@ -1831,9 +1831,9 @@ } }, "node_modules/@junobuild/functions-tools": { - "version": "0.6.4", - "resolved": "https://registry.npmjs.org/@junobuild/functions-tools/-/functions-tools-0.6.4.tgz", - "integrity": "sha512-9FFADzRzH6rjbwUonZN86DkPa2wK0fLn0aOxJrB1garI3YuBxgZCdTDR68mTDDpFh4Q0qHEoejYxXKCdFfjJMA==", + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/@junobuild/functions-tools/-/functions-tools-0.6.6.tgz", + "integrity": "sha512-qMg5Offrxek87AhVUZKDkC1kjihpn/PFlLArYgix8xXi5Puk3p4SVJ6PPkdYIRfwnSSk38CTKNKXuLZPWvv7/g==", "license": "MIT", "peerDependencies": { "@babel/core": "7.28.4", @@ -1843,7 +1843,7 @@ "@babel/traverse": "7.28.4", "@babel/types": "7.28.4", "@junobuild/functions": "^0.8", - "@junobuild/schema": "^1.2", + "@junobuild/schema": "^1.2.3", "@junobuild/utils": "^1.0.2", "zod": "^4.3" } @@ -1860,9 +1860,9 @@ } }, "node_modules/@junobuild/schema": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@junobuild/schema/-/schema-1.2.2.tgz", - "integrity": "sha512-llWsGZfgKszVnYJwC7pBn3fIZT6ip6QEKYFA82P+JgKtRskFP+RaCvuk6i8SqtT3dmhFRpBRXvESQuBUJJKl9A==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@junobuild/schema/-/schema-1.2.3.tgz", + "integrity": "sha512-80hQRu/OUh1oopntIjPqS+ug2Un8xbAizOwS3G8x6oaiD5zaLZ34P7hs6ZFUjgYclAAzUGOKri7DZuRL3noELA==", "license": "MIT", "dependencies": { "@dfinity/zod-schemas": "^3.2" @@ -7918,9 +7918,9 @@ "requires": {} }, "@junobuild/functions-tools": { - "version": "0.6.4", - "resolved": "https://registry.npmjs.org/@junobuild/functions-tools/-/functions-tools-0.6.4.tgz", - "integrity": "sha512-9FFADzRzH6rjbwUonZN86DkPa2wK0fLn0aOxJrB1garI3YuBxgZCdTDR68mTDDpFh4Q0qHEoejYxXKCdFfjJMA==", + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/@junobuild/functions-tools/-/functions-tools-0.6.6.tgz", + "integrity": "sha512-qMg5Offrxek87AhVUZKDkC1kjihpn/PFlLArYgix8xXi5Puk3p4SVJ6PPkdYIRfwnSSk38CTKNKXuLZPWvv7/g==", "requires": {} }, "@junobuild/ic-client": { @@ -7930,9 +7930,9 @@ "requires": {} }, "@junobuild/schema": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@junobuild/schema/-/schema-1.2.2.tgz", - "integrity": "sha512-llWsGZfgKszVnYJwC7pBn3fIZT6ip6QEKYFA82P+JgKtRskFP+RaCvuk6i8SqtT3dmhFRpBRXvESQuBUJJKl9A==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@junobuild/schema/-/schema-1.2.3.tgz", + "integrity": "sha512-80hQRu/OUh1oopntIjPqS+ug2Un8xbAizOwS3G8x6oaiD5zaLZ34P7hs6ZFUjgYclAAzUGOKri7DZuRL3noELA==", "requires": { "@dfinity/zod-schemas": "^3.2" } diff --git a/package.json b/package.json index e87f014..3cd9828 100644 --- a/package.json +++ b/package.json @@ -38,9 +38,9 @@ "@junobuild/config": "^3.0.0", "@junobuild/config-loader": "^0.4.11", "@junobuild/core": "^5.4.0", - "@junobuild/functions-tools": "^0.6.4", + "@junobuild/functions-tools": "^0.6.6", "@junobuild/ic-client": "^8.1.3", - "@junobuild/schema": "^1.2.2", + "@junobuild/schema": "^1.2.3", "@junobuild/storage": "^2.4.2", "@junobuild/utils": "^1.0.3", "chokidar": "^5.0.0",