From e63a4d2139a3635ff709446077b447ac852e30a8 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sat, 6 Jun 2026 07:32:16 +0200 Subject: [PATCH] build: bump functions-tools to include fix for custom functions generator 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 d5efb3d..82db195 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@junobuild/config": "^3.0.1", "@junobuild/config-loader": "^0.4.11", "@junobuild/core": "^5.4.0", - "@junobuild/functions-tools": "^0.6.8", + "@junobuild/functions-tools": "^0.6.9", "@junobuild/ic-client": "^8.2.0", "@junobuild/schema": "^1.2.4", "@junobuild/storage": "^2.4.2", @@ -1831,9 +1831,9 @@ } }, "node_modules/@junobuild/functions-tools": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/@junobuild/functions-tools/-/functions-tools-0.6.8.tgz", - "integrity": "sha512-zMGHLa0dWiKSeH7eFcL5gjowQKcf1QgvXxD1sA8v50g/h3E9KMri574kFJHEVd8yCAmRND7FoaZJp8nvyteIFg==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/@junobuild/functions-tools/-/functions-tools-0.6.9.tgz", + "integrity": "sha512-SVDVOvvEmXJmP6dNnySNuej8Z2Sgc+P0NrFLOV4pPtWYDX0gyQp0Q9xjztTvJ2QowptbBC8N7QxLez0oM9FI5A==", "license": "MIT", "peerDependencies": { "@babel/core": "7.28.4", @@ -7918,9 +7918,9 @@ "requires": {} }, "@junobuild/functions-tools": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/@junobuild/functions-tools/-/functions-tools-0.6.8.tgz", - "integrity": "sha512-zMGHLa0dWiKSeH7eFcL5gjowQKcf1QgvXxD1sA8v50g/h3E9KMri574kFJHEVd8yCAmRND7FoaZJp8nvyteIFg==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/@junobuild/functions-tools/-/functions-tools-0.6.9.tgz", + "integrity": "sha512-SVDVOvvEmXJmP6dNnySNuej8Z2Sgc+P0NrFLOV4pPtWYDX0gyQp0Q9xjztTvJ2QowptbBC8N7QxLez0oM9FI5A==", "requires": {} }, "@junobuild/ic-client": { diff --git a/package.json b/package.json index f538d40..51d2ce3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@junobuild/config": "^3.0.1", "@junobuild/config-loader": "^0.4.11", "@junobuild/core": "^5.4.0", - "@junobuild/functions-tools": "^0.6.8", + "@junobuild/functions-tools": "^0.6.9", "@junobuild/ic-client": "^8.2.0", "@junobuild/schema": "^1.2.4", "@junobuild/storage": "^2.4.2",