@saltcute/cache 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cache.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/cache.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { JsonObject } from "./type";
2
- export declare class Cache<T extends JsonObject> {
2
+ export declare class Cache<T extends JsonObject | JsonObject[]> {
3
3
  private namespace;
4
4
  private logger;
5
5
  private memCache;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saltcute/cache",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Layered cache.",
5
5
  "homepage": "https://github.com/saltcute/cache#readme",
6
6
  "bugs": {