From a31e881ee2dd610a6470b6a3842c14dfe5e048bf Mon Sep 17 00:00:00 2001 From: Gabriel Massadas Date: Tue, 24 Dec 2024 12:24:06 +0000 Subject: [PATCH] Bump @hono/cloudflare-access version --- packages/worker/package.json | 9 +++++++-- pnpm-lock.yaml | 10 +++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/packages/worker/package.json b/packages/worker/package.json index 3f205b1..4a3abbb 100644 --- a/packages/worker/package.json +++ b/packages/worker/package.json @@ -5,7 +5,12 @@ "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": ["dashboard", "dist", "LICENSE", "README.md"], + "files": [ + "dashboard", + "dist", + "LICENSE", + "README.md" + ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts && cp -R ../dashboard/dist/spa/ dashboard/ && cp ../../README.md . && cp ../../LICENSE .", "lint": "npx @biomejs/biome check src/ tests/ || (npx @biomejs/biome check --write src/ tests/; exit 1)", @@ -54,7 +59,7 @@ "wrangler": "^3.91.0" }, "dependencies": { - "@hono/cloudflare-access": "^0.1.0", + "@hono/cloudflare-access": "^0.2.0", "chanfana": "^2.5.1", "hono": "^4.6.14", "postal-mime": "^2.3.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f50a927..4a19dbf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,8 +76,8 @@ importers: packages/worker: dependencies: '@hono/cloudflare-access': - specifier: ^0.1.0 - version: 0.1.0(hono@4.6.14) + specifier: ^0.2.0 + version: 0.2.0(hono@4.6.14) chanfana: specifier: ^2.5.1 version: 2.5.1 @@ -589,8 +589,8 @@ packages: resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} engines: {node: '>=14'} - '@hono/cloudflare-access@0.1.0': - resolution: {integrity: sha512-W3LjtQBb2w5rIttN46iTyh7ku5kKWsh1vzVfH4SGKiafek1JmUxLscAh53x8FCijgG+RLCnezP4Igu/yh+aZ9w==} + '@hono/cloudflare-access@0.2.0': + resolution: {integrity: sha512-pHjToMqvbrX5Q+8QE6bu7KabwmyVKdHqPgzo3uqRpCuUXndkY4Bt2m6/CwmrE9SKPAhgxFTLilOgiU/DKYhSUA==} peerDependencies: hono: '*' @@ -2999,7 +2999,7 @@ snapshots: '@fastify/busboy@2.1.1': {} - '@hono/cloudflare-access@0.1.0(hono@4.6.14)': + '@hono/cloudflare-access@0.2.0(hono@4.6.14)': dependencies: hono: 4.6.14