@grexie/keystore
Advanced tools
Comparing version 0.1.26 to 0.1.27
@@ -1,2 +0,2 @@ | ||
export * from './types'; | ||
export * from './memory'; | ||
export * from './types.js'; | ||
export * from './memory.js'; |
@@ -1,2 +0,2 @@ | ||
export * from './types'; | ||
export * from './memory'; | ||
export * from './types.js'; | ||
export * from './memory.js'; |
@@ -1,2 +0,2 @@ | ||
import { Provider } from './types'; | ||
import { Provider } from './types.js'; | ||
interface MemoryProviderOptions<T = any> { | ||
@@ -3,0 +3,0 @@ ttl?: number; |
{ | ||
"name": "@grexie/keystore", | ||
"version": "0.1.26", | ||
"version": "0.1.27", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "github:grexie/keystore/packages/keystore", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4705
0