From 855da8861cb697bfaefbcd25f3db596bec608f41 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sat, 14 Mar 2026 14:06:51 +0100 Subject: [PATCH] build: bump latest juno js libs in cli (the final one for custom functions) --- cli/package-lock.json | 44 +++++++++++++++++++++---------------------- cli/package.json | 6 +++--- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/cli/package-lock.json b/cli/package-lock.json index 2c13109..4a5b03f 100755 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -13,11 +13,11 @@ "@icp-sdk/core": "^5.0.0", "@junobuild/admin": "^4.2.0", "@junobuild/cdn": "^2.3.0", - "@junobuild/cli-tools": "^0.12.0", - "@junobuild/config": "^2.14.0", + "@junobuild/cli-tools": "^0.12.2", + "@junobuild/config": "^2.14.1", "@junobuild/config-loader": "^0.4.8", "@junobuild/ic-client": "^8.0.1", - "@junobuild/schema": "^1.0.1", + "@junobuild/schema": "^1.1.0", "@junobuild/storage": "^2.3.0", "atomically": "^2.1.0", "chokidar": "^4.0.3", @@ -1669,9 +1669,9 @@ } }, "node_modules/@junobuild/cli-tools": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@junobuild/cli-tools/-/cli-tools-0.12.0.tgz", - "integrity": "sha512-0cxBa6bNkRIMQgP9KOtVSg96wes+WK+zZqSz9AkRKlYD626HgkyrZbGTdplEquhd8tO4Gf140QHSAdv8x+r/XA==", + "version": "0.12.2", + "resolved": "https://registry.npmjs.org/@junobuild/cli-tools/-/cli-tools-0.12.2.tgz", + "integrity": "sha512-YkAxYfAUlQ/s+8JPcaTH7zgXkiyz/hZG6723B56wM9lOR4Dsnr9eYdEwMdoL7VlO1mew8kAIdCKXdTd+y04kAA==", "license": "MIT", "dependencies": { "file-type": "^21.1.1", @@ -1683,7 +1683,7 @@ "@dfinity/utils": "^4.1", "@junobuild/cdn": "^2.3", "@junobuild/config": "^2.14", - "@junobuild/functions-tools": "^0.5", + "@junobuild/functions-tools": "^0.5.2", "@junobuild/storage": "^2.3", "esbuild": "^0.27.0", "ora": "^9" @@ -1726,12 +1726,12 @@ } }, "node_modules/@junobuild/config": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/@junobuild/config/-/config-2.14.0.tgz", - "integrity": "sha512-Rew+7el8HOLI+eo1i02lfL/9d1UQAM7TWcC64rc6thmWO8m6sgcnAWLBGhADcykRNsmmZ/oVLW2poAMe/qo3iw==", + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/@junobuild/config/-/config-2.14.1.tgz", + "integrity": "sha512-4dmMKIXQtumjZ0ZpwLktgk5+BBffNMH++Q9ZcMnILY07oQsBZEvoiUJtDnp7ACTYSmZU0hisEzg2y9kjuZQEsA==", "license": "MIT", "peerDependencies": { - "@junobuild/schema": "^1", + "@junobuild/schema": "^1.1", "zod": "^4.3" } }, @@ -1748,22 +1748,22 @@ } }, "node_modules/@junobuild/functions": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@junobuild/functions/-/functions-0.7.0.tgz", - "integrity": "sha512-AygE5Gu8Nj3dfbpAT5ZzYtKjNSQnORi68X6qqyy/rnNVnwfHS9wUQR8k+2gok0H9LsrSDp55Grm/g7AsOs76Lw==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/@junobuild/functions/-/functions-0.7.1.tgz", + "integrity": "sha512-dsQuKQJnwfOklIETaqCesZlvsyBfPgaU+0gL5ukeKR4cjFI/Lyhr93wdI29WjzKosK/O3/ZioSRtUfHNTXRl9g==", "license": "MIT", "peer": true, "peerDependencies": { "@dfinity/utils": "^4.1", "@icp-sdk/core": "^5", - "@junobuild/schema": "^1", + "@junobuild/schema": "^1.1", "zod": "^4.3" } }, "node_modules/@junobuild/functions-tools": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@junobuild/functions-tools/-/functions-tools-0.5.0.tgz", - "integrity": "sha512-yH73cVM3LI71UQR0ZqOjAbp/zkOj11jdXWIVGIPDaSBDApU5FGvB9L+VPlpoSAkQrZcMbZGwyEe3VS16pYP2gg==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@junobuild/functions-tools/-/functions-tools-0.5.2.tgz", + "integrity": "sha512-lCEW9vH3QGrSFo127+aQdRlsFgDIvWiuaAiEKNLSk+sAN2sZ/U94vG+hIuWHfnCx+xirlmlg/DgNmd9KoLD1SA==", "license": "MIT", "peer": true, "peerDependencies": { @@ -1775,7 +1775,7 @@ "@babel/types": "7.28.4", "@dfinity/utils": "^4.1", "@junobuild/functions": "^0.7", - "@junobuild/schema": "^1", + "@junobuild/schema": "^1.1", "@junobuild/utils": "^0.3", "zod": "^4.3" } @@ -1792,9 +1792,9 @@ } }, "node_modules/@junobuild/schema": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@junobuild/schema/-/schema-1.0.1.tgz", - "integrity": "sha512-eeOg+eBTrt7fk0Y38duM0GiRlmGLtLlKZrfJt0I1NWDC/f7dlPgMDcCB72NEA5rqdVjw4dJCeZTl6WuXx1E+YA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@junobuild/schema/-/schema-1.1.0.tgz", + "integrity": "sha512-jqdKLr760a7vQRsXEU5gWxIDoYdCPHplWci8Nf+aKj0Bko2dZ6BvEaB1a5B4dSe684bAxjcrYk9kr1jKvi5wGw==", "license": "MIT", "dependencies": { "@dfinity/zod-schemas": "^3.1" diff --git a/cli/package.json b/cli/package.json index 87a1c7c..7874a9f 100755 --- a/cli/package.json +++ b/cli/package.json @@ -31,11 +31,11 @@ "@icp-sdk/core": "^5.0.0", "@junobuild/admin": "^4.2.0", "@junobuild/cdn": "^2.3.0", - "@junobuild/cli-tools": "^0.12.0", - "@junobuild/config": "^2.14.0", + "@junobuild/cli-tools": "^0.12.2", + "@junobuild/config": "^2.14.1", "@junobuild/config-loader": "^0.4.8", "@junobuild/ic-client": "^8.0.1", - "@junobuild/schema": "^1.0.1", + "@junobuild/schema": "^1.1.0", "@junobuild/storage": "^2.3.0", "atomically": "^2.1.0", "chokidar": "^4.0.3",