@h3ravel/cache 11.1.0-alpha.9 → 11.15.0-alpha.12

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.
package/dist/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
- let __h3ravel_support = require("@h3ravel/support");
2
-
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ let _h3ravel_support = require("@h3ravel/support");
3
3
  //#region src/Providers/CacheServiceProvider.ts
4
4
  /**
5
5
  * Cache drivers and utilities.
@@ -10,10 +10,9 @@ let __h3ravel_support = require("@h3ravel/support");
10
10
  *
11
11
  * Auto-Registered if @h3ravel/cache is installed.
12
12
  */
13
- var CacheServiceProvider = class extends __h3ravel_support.ServiceProvider {
13
+ var CacheServiceProvider = class extends _h3ravel_support.ServiceProvider {
14
14
  static priority = 993;
15
15
  register() {}
16
16
  };
17
-
18
17
  //#endregion
19
- exports.CacheServiceProvider = CacheServiceProvider;
18
+ exports.CacheServiceProvider = CacheServiceProvider;
package/dist/index.d.ts CHANGED
@@ -2,7 +2,6 @@
2
2
  import { ServiceProvider } from "@h3ravel/support";
3
3
 
4
4
  //#region src/Providers/CacheServiceProvider.d.ts
5
-
6
5
  /**
7
6
  * Cache drivers and utilities.
8
7
  *
package/dist/index.js CHANGED
@@ -1,5 +1,4 @@
1
1
  import { ServiceProvider } from "@h3ravel/support";
2
-
3
2
  //#region src/Providers/CacheServiceProvider.ts
4
3
  /**
5
4
  * Cache drivers and utilities.
@@ -14,6 +13,5 @@ var CacheServiceProvider = class extends ServiceProvider {
14
13
  static priority = 993;
15
14
  register() {}
16
15
  };
17
-
18
16
  //#endregion
19
- export { CacheServiceProvider };
17
+ export { CacheServiceProvider };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/cache",
3
- "version": "11.1.0-alpha.9",
3
+ "version": "11.15.0-alpha.12",
4
4
  "description": "Cache system with multiple drivers for H3ravel.",
5
5
  "h3ravel": {
6
6
  "providers": [
@@ -41,13 +41,13 @@
41
41
  "laravel"
42
42
  ],
43
43
  "peerDependencies": {
44
- "@h3ravel/support": "^0.17.0-alpha.9"
44
+ "@h3ravel/support": "^1.29.0-alpha.12"
45
45
  },
46
46
  "devDependencies": {
47
- "typescript": "^5.4.0"
47
+ "typescript": "^6.0.0"
48
48
  },
49
49
  "scripts": {
50
- "build": "tsdown --config-loader unconfig",
50
+ "build": "tsdown --config-loader unrun",
51
51
  "dev": "tsx watch src/index.ts",
52
52
  "start": "node dist/index.js",
53
53
  "lint": "eslint . --ext .ts",