From c3777df0cc4b060b8ee017a1bd33d826d33aa88d Mon Sep 17 00:00:00 2001 From: Ryan Collins Date: Fri, 15 May 2026 14:23:06 +1200 Subject: [PATCH 1/2] Update configuration-types dependency --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5be6f9d..284ab5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@cloudcannon/configuration-types": "0.0.54" + "@cloudcannon/configuration-types": "0.0.55" }, "devDependencies": { "@biomejs/biome": "2.4.15", @@ -180,9 +180,9 @@ } }, "node_modules/@cloudcannon/configuration-types": { - "version": "0.0.54", - "resolved": "https://registry.npmjs.org/@cloudcannon/configuration-types/-/configuration-types-0.0.54.tgz", - "integrity": "sha512-vi1gXM6ucK1HGELbf2jaE2rYfRyC935lvKWNa7zxbnBKUvCMgGPC47lTfcPRAgl2bRz5RXmuLGILMqs8Wapq6w==", + "version": "0.0.55", + "resolved": "https://npm.pkg.github.com/download/@cloudcannon/configuration-types/0.0.55/facfb5da9556359771f58a773248bbb87ae39507", + "integrity": "sha512-/ElD/aRIbDmZtnTxvyNTc23GIMIEaZFkNGuGzC5oCXV98QadAUagOhJW44JhwxhyFOHA4Ae8QgYmwo8RiYs3EA==", "license": "MIT", "dependencies": { "zod": "^4.3.6" diff --git a/package.json b/package.json index f0d07e5..0cf263c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "src/**/*" ], "dependencies": { - "@cloudcannon/configuration-types": "0.0.54" + "@cloudcannon/configuration-types": "0.0.55" }, "devDependencies": { "@biomejs/biome": "2.4.15", From 4e5fb6012b3865b903d90b06673c4fe815380132 Mon Sep 17 00:00:00 2001 From: Ryan Collins Date: Fri, 15 May 2026 14:49:49 +1200 Subject: [PATCH 2/2] Fix dependency version --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 284ab5f..fbecc17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@cloudcannon/configuration-types": "0.0.55" + "@cloudcannon/configuration-types": "0.0.56" }, "devDependencies": { "@biomejs/biome": "2.4.15", @@ -180,12 +180,12 @@ } }, "node_modules/@cloudcannon/configuration-types": { - "version": "0.0.55", - "resolved": "https://npm.pkg.github.com/download/@cloudcannon/configuration-types/0.0.55/facfb5da9556359771f58a773248bbb87ae39507", - "integrity": "sha512-/ElD/aRIbDmZtnTxvyNTc23GIMIEaZFkNGuGzC5oCXV98QadAUagOhJW44JhwxhyFOHA4Ae8QgYmwo8RiYs3EA==", + "version": "0.0.56", + "resolved": "https://registry.npmjs.org/@cloudcannon/configuration-types/-/configuration-types-0.0.56.tgz", + "integrity": "sha512-O5kD1z6za8VSf0K/noHsAXZzSh8l1AXIWER0+GaNGpF0JrlP+nFtzi331qdN4aqesXTQbKmcl6jlZBWEuOzyzw==", "license": "MIT", "dependencies": { - "zod": "^4.3.6" + "zod": "4.3.6" } }, "node_modules/typescript": { diff --git a/package.json b/package.json index 0cf263c..427c378 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "src/**/*" ], "dependencies": { - "@cloudcannon/configuration-types": "0.0.55" + "@cloudcannon/configuration-types": "0.0.56" }, "devDependencies": { "@biomejs/biome": "2.4.15",