Skip to content

Commit

Permalink
Bump @hono/cloudflare-access version
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym committed Dec 24, 2024
1 parent 62fd432 commit a31e881
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
9 changes: 7 additions & 2 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a31e881

Please sign in to comment.