From 5bd10b57e78cb20836241b14d08f21788b789423 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sat, 4 Apr 2026 07:45:12 +0200 Subject: [PATCH] build: bump functions-tools for parser minor improvements Signed-off-by: David Dal Busco --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ccbf675..131047c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@junobuild/config": "^2.15.1", "@junobuild/config-loader": "^0.4.10", "@junobuild/core": "^5.3.1", - "@junobuild/functions-tools": "^0.6.2", + "@junobuild/functions-tools": "^0.6.3", "@junobuild/ic-client": "^8.1.2", "@junobuild/schema": "^1.2.1", "@junobuild/storage": "^2.4.1", @@ -1854,9 +1854,9 @@ } }, "node_modules/@junobuild/functions-tools": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@junobuild/functions-tools/-/functions-tools-0.6.2.tgz", - "integrity": "sha512-zl7Lho1+/N6M+ejrIomGkxtbdiqu1QXTchavwfzhV+h/Y1SKR+NfgO/3R4CBLtLgXXSS4kJQh5yANGKd7GTALQ==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@junobuild/functions-tools/-/functions-tools-0.6.3.tgz", + "integrity": "sha512-sb4mYZUlZhVN7a2kQ2Q16IFtx01ZTCnnHfoNdYv0P8uD9+2I/fIjaAPWqgNUHNNx8Ix+4uomeDLCk8X2Pxjh3A==", "license": "MIT", "peerDependencies": { "@babel/core": "7.28.4", @@ -7958,9 +7958,9 @@ "requires": {} }, "@junobuild/functions-tools": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@junobuild/functions-tools/-/functions-tools-0.6.2.tgz", - "integrity": "sha512-zl7Lho1+/N6M+ejrIomGkxtbdiqu1QXTchavwfzhV+h/Y1SKR+NfgO/3R4CBLtLgXXSS4kJQh5yANGKd7GTALQ==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@junobuild/functions-tools/-/functions-tools-0.6.3.tgz", + "integrity": "sha512-sb4mYZUlZhVN7a2kQ2Q16IFtx01ZTCnnHfoNdYv0P8uD9+2I/fIjaAPWqgNUHNNx8Ix+4uomeDLCk8X2Pxjh3A==", "requires": {} }, "@junobuild/ic-client": { diff --git a/package.json b/package.json index b940562..88c353e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@junobuild/config": "^2.15.1", "@junobuild/config-loader": "^0.4.10", "@junobuild/core": "^5.3.1", - "@junobuild/functions-tools": "^0.6.2", + "@junobuild/functions-tools": "^0.6.3", "@junobuild/ic-client": "^8.1.2", "@junobuild/schema": "^1.2.1", "@junobuild/storage": "^2.4.1",