Comparing version 0.5.2 to 0.5.3
@@ -23,2 +23,4 @@ import { D as Driver, S as Storage, a as StorageValue } from './types-ba4f7911.js'; | ||
cloudflareKVBinding: string; | ||
'cloudflare-kv-http': string; | ||
'cloudflare-kv-binding': string; | ||
fs: string; | ||
@@ -28,2 +30,3 @@ github: string; | ||
localStorage: string; | ||
localstorage: string; | ||
memory: string; | ||
@@ -33,3 +36,4 @@ overlay: string; | ||
}; | ||
declare type BuiltinDriverName = keyof typeof builtinDrivers; | ||
export { CreateStorageOptions, Snapshot, builtinDrivers, createStorage, defineDriver, joinKeys, normalizeBaseKey, normalizeKey, prefixStorage, restoreSnapshot, snapshot }; | ||
export { BuiltinDriverName, CreateStorageOptions, Snapshot, builtinDrivers, createStorage, defineDriver, joinKeys, normalizeBaseKey, normalizeKey, prefixStorage, restoreSnapshot, snapshot }; |
{ | ||
"name": "unstorage", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Universal Storage Layer", | ||
@@ -35,3 +35,3 @@ "repository": "unjs/unstorage", | ||
"h3": "^0.7.10", | ||
"ioredis": "^5.0.6", | ||
"ioredis": "^5.1.0", | ||
"listhen": "^0.2.13", | ||
@@ -66,6 +66,6 @@ "mri": "^1.2.0", | ||
"vite": "latest", | ||
"vitest": "^0.15.2", | ||
"vitest": "^0.16.0", | ||
"vue": "^3.2.37" | ||
}, | ||
"packageManager": "pnpm@7.3.0", | ||
"packageManager": "pnpm@7.4.0", | ||
"scripts": { | ||
@@ -72,0 +72,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
89472
2210
Updatedioredis@^5.1.0