@travetto/cache 5.0.0-rc.3 → 5.0.0-rc.4
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 +0 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -129,12 +129,10 @@ import { CacheModelⲐ } from '@travetto/cache';
|
|
|
129
129
|
class Config {
|
|
130
130
|
@InjectableFactory(CacheModelⲐ)
|
|
131
131
|
static getModel(): ModelExpirySupport {
|
|
132
|
-
// @ts-expect-error
|
|
133
132
|
return new CustomAwesomeModelService();
|
|
134
133
|
}
|
|
135
134
|
}
|
|
136
135
|
|
|
137
|
-
// @ts-expect-error
|
|
138
136
|
class CustomAwesomeModelService implements ModelExpirySupport {
|
|
139
137
|
// Implement all the things
|
|
140
138
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/cache",
|
|
3
|
-
"version": "5.0.0-rc.
|
|
3
|
+
"version": "5.0.0-rc.4",
|
|
4
4
|
"description": "Caching functionality with decorators for declarative use.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"directory": "module/cache"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@travetto/di": "^5.0.0-rc.
|
|
29
|
-
"@travetto/model": "^5.0.0-rc.
|
|
28
|
+
"@travetto/di": "^5.0.0-rc.4",
|
|
29
|
+
"@travetto/model": "^5.0.0-rc.4"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@travetto/test": "^5.0.0-rc.
|
|
33
|
-
"@travetto/transformer": "^5.0.0-rc.
|
|
32
|
+
"@travetto/test": "^5.0.0-rc.4",
|
|
33
|
+
"@travetto/transformer": "^5.0.0-rc.3"
|
|
34
34
|
},
|
|
35
35
|
"peerDependenciesMeta": {
|
|
36
36
|
"@travetto/transformer": {
|