8000 refactor(netlify): support @netlify/blobs v8 and improve options types by serhalp · Pull Request #486 · unjs/unstorage · GitHub
[go: up one dir, main page]

Skip to content

refactor(netlify): support @netlify/blobs v8 and improve options types #486

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat(kv): add minTTL option for setItem and update dependencies
  • Loading branch information
pi0 committed Oct 13, 2024
commit c2c1c0f0e5e5f57ba1bb2aa86c863a0a2654aa98
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"server.d.ts"
],
"scripts": {
"bench": "jiti test/server.bench.ts",
"build": "unbuild",
"demo": "vite demo",
"dev": "vitest",
Expand All @@ -39,7 +40,6 @@
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release && git push --follow-tags && pnpm publish",
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
"bench": "jiti test/server.bench.ts",
"test:types": "tsc --noEmit --skipLibCheck",
"unstorage": "pnpm jiti src/cli"
},
Expand All @@ -63,7 +63,7 @@
"@azure/keyvault-secrets": "^4.8.0",
"@azure/storage-blob": "^12.25.0",
"@capacitor/preferences": "^6.0.2",
"@cloudflare/workers-types": "^4.20240909.0",
"@cloudflare/workers-types": "^4.20241011.0",
"@netlify/blobs": "^8.1.0",
"@planetscale/database": "^1.19.0",
"@types/ioredis-mock": "^8.2.5",
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0