@gravito/stasis 1.0.0-beta.2 → 1.0.0-beta.5
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.zh-TW.md +38 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +7 -7
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +7 -7
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -11038,6 +11038,7 @@ class OrbitCache {
|
|
|
11038
11038
|
core.adapter.use("*", async (c, next) => {
|
|
11039
11039
|
c.set(exposeAs, manager2);
|
|
11040
11040
|
await next();
|
|
11041
|
+
return;
|
|
11041
11042
|
});
|
|
11042
11043
|
core.services.set(exposeAs, manager2);
|
|
11043
11044
|
core.hooks.doAction("cache:init", manager2);
|
|
@@ -11073,4 +11074,4 @@ export {
|
|
|
11073
11074
|
CacheManager
|
|
11074
11075
|
};
|
|
11075
11076
|
|
|
11076
|
-
//# debugId=
|
|
11077
|
+
//# debugId=3AEBCF573EAA97CB64756E2164756E21
|