@arkstack/cache 0.17.16 → 0.17.18

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.
@@ -1,5 +1,4 @@
1
1
  import { Command } from "@h3ravel/musket";
2
-
3
2
  //#region src/commands/CacheClearCommand.d.ts
4
3
  /**
5
4
  * Flush all entries from a cache store.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { DotPath, DotPathValue } from "@arkstack/common";
2
-
3
2
  //#region src/Contracts/Store.d.ts
4
3
  /**
5
4
  * The low level contract every cache store driver must satisfy.
package/dist/setup.d.ts CHANGED
@@ -1 +1 @@
1
- export { };
1
+ export {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkstack/cache",
3
- "version": "0.17.16",
3
+ "version": "0.17.18",
4
4
  "type": "module",
5
5
  "description": "Cache module for Arkstack, providing a unified, driver based caching layer for the framework.",
6
6
  "homepage": "https://arkstack.toneflix.net/guide/cache",
@@ -33,13 +33,13 @@
33
33
  "./package.json": "./package.json"
34
34
  },
35
35
  "dependencies": {
36
- "@arkstack/common": "^0.17.16"
36
+ "@arkstack/common": "^0.17.18"
37
37
  },
38
38
  "peerDependencies": {
39
- "@h3ravel/musket": "^2.2.2",
39
+ "@h3ravel/musket": "^2.2.13",
40
40
  "ioredis": "^5.4.1",
41
- "@arkstack/database": "^0.17.16",
42
- "@arkstack/contract": "^0.17.16"
41
+ "@arkstack/contract": "^0.17.18",
42
+ "@arkstack/database": "^0.17.18"
43
43
  },
44
44
  "peerDependenciesMeta": {
45
45
  "@arkstack/database": {