Comparing version 0.5.0 to 0.5.1
@@ -1,6 +0,6 @@ | ||
import type { CloudflareWorkerKV } from 'types-cloudflare-worker'; | ||
/// <reference types="@cloudflare/workers-types" /> | ||
export interface KVOptions { | ||
binding?: string | CloudflareWorkerKV; | ||
binding?: string | KVNamespace; | ||
} | ||
declare const _default: (opts?: KVOptions) => import("../types").Driver; | ||
export default _default; |
{ | ||
"name": "unstorage", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Universal Storage Layer", | ||
@@ -34,5 +34,5 @@ "repository": "unjs/unstorage", | ||
"destr": "^1.1.1", | ||
"h3": "^0.7.9", | ||
"h3": "^0.7.10", | ||
"ioredis": "^5.0.6", | ||
"listhen": "^0.2.11", | ||
"listhen": "^0.2.13", | ||
"mri": "^1.2.0", | ||
@@ -44,2 +44,3 @@ "ohmyfetch": "^0.4.18", | ||
"devDependencies": { | ||
"@cloudflare/workers-types": "^3.13.0", | ||
"@nuxtjs/eslint-config-typescript": "latest", | ||
@@ -60,3 +61,3 @@ "@types/ioredis": "latest", | ||
"monaco-editor": "latest", | ||
"msw": "^0.42.1", | ||
"msw": "^0.42.2", | ||
"standard-version": "latest", | ||
@@ -67,6 +68,6 @@ "types-cloudflare-worker": "^1.2.0", | ||
"vite": "latest", | ||
"vitest": "^0.14.2", | ||
"vitest": "^0.15.2", | ||
"vue": "^3.2.37" | ||
}, | ||
"packageManager": "pnpm@7.2.1", | ||
"packageManager": "pnpm@7.3.0", | ||
"scripts": { | ||
@@ -73,0 +74,0 @@ "build": "unbuild", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88817
2200
24
Updatedh3@^0.7.10
Updatedlisthen@^0.2.13