Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
export interface C { | ||
export interface IOptions { | ||
/** | ||
@@ -43,4 +43,4 @@ * @default: 30 times | ||
}>; | ||
declare const idmp: <T, A>(globalKey: string | number | symbol | false | null | undefined, promiseFunc: PromiseCR<T, A>, options?: C) => Promise<T>; | ||
declare const idmp: <T, A>(globalKey: string | number | symbol | false | null | undefined, promiseFunc: PromiseCR<T, A>, options?: IOptions) => Promise<T>; | ||
export default idmp; | ||
export { _globalStore as g }; |
{ | ||
"name": "idmp", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"keywords": [ | ||
"cache response", | ||
"swr without hooks", | ||
"deduplicate network requests" | ||
], | ||
"type": "module", | ||
@@ -20,3 +25,4 @@ "exports": { | ||
"dev": "vite", | ||
"lint": "prettier . --write" | ||
"lint": "prettier . --write", | ||
"prepublishOnly": "pnpm run build" | ||
}, | ||
@@ -23,0 +29,0 @@ "devDependencies": { |
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
16163
0