@suspensive/cache
Advanced tools
Comparing version 0.0.0 to 0.1.0
@@ -1,3 +0,9 @@ | ||
declare const test = "test"; | ||
export { test }; | ||
export { Cache } from './Cache.js'; | ||
export { useCache } from './useCache.js'; | ||
export { cacheOptions } from './cacheOptions.js'; | ||
export { CacheStore } from './CacheStore.js'; | ||
export { CacheStoreProvider } from './CacheStoreProvider.js'; | ||
export { useCacheStore } from './useCacheStore.js'; | ||
import 'react/jsx-runtime'; | ||
import './types.js'; | ||
import 'react'; |
"use client" | ||
// src/index.ts | ||
var test = "test"; | ||
import { | ||
Cache | ||
} from "./chunk-ZQY34GOT.js"; | ||
import { | ||
CacheStore | ||
} from "./chunk-KPMQITEL.js"; | ||
import { | ||
CacheStoreProvider | ||
} from "./chunk-JVEIDWQ2.js"; | ||
import { | ||
cacheOptions | ||
} from "./chunk-RYZ2WLOI.js"; | ||
import { | ||
useCache | ||
} from "./chunk-C6JFWLDA.js"; | ||
import { | ||
useCacheStore | ||
} from "./chunk-FFFIOY4B.js"; | ||
import "./chunk-J4LYH5KM.js"; | ||
import "./chunk-QETBZSG5.js"; | ||
export { | ||
test | ||
Cache, | ||
CacheStore, | ||
CacheStoreProvider, | ||
cacheOptions, | ||
useCache, | ||
useCacheStore | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@suspensive/cache", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "Useful interfaces for React Suspense", | ||
@@ -47,4 +47,4 @@ "keywords": [ | ||
"@suspensive/test-utils": "0.0.0", | ||
"@suspensive/react": "2.6.2", | ||
"@suspensive/tsconfig": "0.0.0-development", | ||
"@suspensive/react": "2.6.1", | ||
"@suspensive/tsup": "0.0.0" | ||
@@ -51,0 +51,0 @@ }, |
@@ -1,1 +0,6 @@ | ||
export const test = 'test' | ||
export { Cache } from './Cache' | ||
export { useCache } from './useCache' | ||
export { cacheOptions } from './cacheOptions' | ||
export { CacheStore } from './CacheStore' | ||
export { CacheStoreProvider } from './CacheStoreProvider' | ||
export { useCacheStore } from './useCacheStore' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
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
125169
90
1865
1