From 377f65abd9f8a9f70823b3d7628e763fd7d885fa Mon Sep 17 00:00:00 2001 From: George Phillips Date: Tue, 25 Nov 2025 12:51:23 +1300 Subject: [PATCH 1/2] Updated configuration types --- package-lock.json | 15 ++++----------- package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5dfd790..e655535 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.40" + "@cloudcannon/configuration-types": "0.0.41" }, "devDependencies": { "@biomejs/biome": "1.9.4", @@ -181,21 +181,14 @@ } }, "node_modules/@cloudcannon/configuration-types": { - "version": "0.0.40", - "resolved": "https://registry.npmjs.org/@cloudcannon/configuration-types/-/configuration-types-0.0.40.tgz", - "integrity": "sha512-BSZN3U5NcF+8/fYI60cE8D6gqjruoVTb1e1OtFouH5qJKsaYund7PqFS5fWQs2mwhQLas0goLSh1KjemrEjrjQ==", + "version": "0.0.41", + "resolved": "https://npm.pkg.github.com/download/@cloudcannon/configuration-types/0.0.41/1d9fa920dc2453192146d79a2430075af6c21050", + "integrity": "sha512-+qW0bFLx3/2hh9A/AiPxiPwewruYp1DNywjM96irej3Nc12x5u0UYxBtwmNdUUVbWAbczqk6GaysuuYEQy6DlA==", "license": "MIT", "dependencies": { - "@cloudcannon/snippet-types": "^1.1.13", "zod": "^4.0.17" } }, - "node_modules/@cloudcannon/snippet-types": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/@cloudcannon/snippet-types/-/snippet-types-1.1.13.tgz", - "integrity": "sha512-krBXVGlQ2iu81DX70giKcIyzFqz82D9ksrDDOZ0+0zZuf0DA5Q37nQUM2Q5RL+6r2XoKGYSKLX8e6bmpcU0R+w==", - "license": "MIT" - }, "node_modules/typescript": { "version": "5.9.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", diff --git a/package.json b/package.json index df53cdf..37b7ecd 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "src/**/*" ], "dependencies": { - "@cloudcannon/configuration-types": "0.0.40" + "@cloudcannon/configuration-types": "0.0.41" }, "devDependencies": { "@biomejs/biome": "1.9.4", From c4b1aa29d98b17753f98a92ab33f6b57e2819a6f Mon Sep 17 00:00:00 2001 From: George Phillips Date: Tue, 25 Nov 2025 12:56:36 +1300 Subject: [PATCH 2/2] fix registry url --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e655535..bf4bdc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -182,7 +182,7 @@ }, "node_modules/@cloudcannon/configuration-types": { "version": "0.0.41", - "resolved": "https://npm.pkg.github.com/download/@cloudcannon/configuration-types/0.0.41/1d9fa920dc2453192146d79a2430075af6c21050", + "resolved": "https://registry.npmjs.org/@cloudcannon/configuration-types/-/configuration-types-0.0.41.tgz", "integrity": "sha512-+qW0bFLx3/2hh9A/AiPxiPwewruYp1DNywjM96irej3Nc12x5u0UYxBtwmNdUUVbWAbczqk6GaysuuYEQy6DlA==", "license": "MIT", "dependencies": { @@ -204,9 +204,9 @@ } }, "node_modules/zod": { - "version": "4.0.17", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.0.17.tgz", - "integrity": "sha512-1PHjlYRevNxxdy2JZ8JcNAw7rX8V9P1AKkP+x/xZfxB0K5FYfuV+Ug6P/6NVSR2jHQ+FzDDoDHS04nYUsOIyLQ==", + "version": "4.1.13", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.13.tgz", + "integrity": "sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks"