@h3ravel/cache 11.0.7 → 11.0.9
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/README.md +1 -1
- package/dist/index.cjs +1 -2
- package/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -2
- package/package.json +2 -2
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<a href="https://h3ravel.toneflix.net" target="_blank">
|
|
3
3
|
<img src="https://raw.githubusercontent.com/h3ravel/assets/refs/heads/main/logo-full.svg" width="200" alt="H3ravel Logo">
|
|
4
4
|
</a>
|
|
5
|
-
<h1 align="center"><a href="https://h3ravel.toneflix.net/
|
|
5
|
+
<h1 align="center"><a href="https://h3ravel.toneflix.net/cache">H3ravel Cache</a></h1>
|
|
6
6
|
|
|
7
7
|
[![Framework][ix]][lx]
|
|
8
8
|
[![Cache Package Version][i1]][l1]
|
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@h3ravel/cache",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.9",
|
|
4
4
|
"description": "Cache system with multiple drivers for H3ravel.",
|
|
5
5
|
"h3ravel": {
|
|
6
6
|
"providers": [
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"laravel"
|
|
42
42
|
],
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@h3ravel/core": "^1.
|
|
44
|
+
"@h3ravel/core": "^1.20.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"typescript": "^5.4.0"
|
package/dist/index.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","names":["ServiceProvider"],"sources":["../src/Providers/CacheServiceProvider.ts"],"sourcesContent":["import { ServiceProvider } from '@h3ravel/core'\n\n/**\n * Cache drivers and utilities.\n * \n * Bind CacheManager.\n * Load drivers (memory, Redis).\n * Provide Cache facade.\n * \n * Auto-Registered if @h3ravel/cache is installed.\n */\nexport class CacheServiceProvider extends ServiceProvider {\n public static priority = 993\n\n register () {\n // Core bindings\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWA,IAAa,uBAAb,cAA0CA,+BAAgB;CACtD,OAAc,WAAW;CAEzB,WAAY"}
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":[],"sources":["../src/Providers/CacheServiceProvider.ts"],"sourcesContent":["import { ServiceProvider } from '@h3ravel/core'\n\n/**\n * Cache drivers and utilities.\n * \n * Bind CacheManager.\n * Load drivers (memory, Redis).\n * Provide Cache facade.\n * \n * Auto-Registered if @h3ravel/cache is installed.\n */\nexport class CacheServiceProvider extends ServiceProvider {\n public static priority = 993\n\n register () {\n // Core bindings\n }\n}\n"],"mappings":";;;;;;;;;;;;AAWA,IAAa,uBAAb,cAA0C,gBAAgB;CACtD,OAAc,WAAW;CAEzB,WAAY"}
|