@objectstack/service-cache 11.10.0 → 12.0.0
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/package.json +4 -4
package/README.md
CHANGED
|
@@ -291,4 +291,4 @@ Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
|
|
|
291
291
|
|
|
292
292
|
- [Redis Documentation](https://redis.io/documentation)
|
|
293
293
|
- [@objectstack/spec/contracts](../../spec/src/contracts/)
|
|
294
|
-
- [Caching Best Practices](/content/docs/
|
|
294
|
+
- [Caching Best Practices](/content/docs/kernel/contracts/cache-service.mdx)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-cache",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Cache Service for ObjectStack — implements ICacheService with in-memory and Redis adapters",
|
|
6
6
|
"type": "module",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@objectstack/core": "
|
|
18
|
-
"@objectstack/observability": "
|
|
19
|
-
"@objectstack/spec": "
|
|
17
|
+
"@objectstack/core": "12.0.0",
|
|
18
|
+
"@objectstack/observability": "12.0.0",
|
|
19
|
+
"@objectstack/spec": "12.0.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/node": "^26.0.1",
|