mobiletto-base
Advanced tools
Comparing version 2.0.13 to 2.0.14
@@ -152,3 +152,3 @@ "use strict"; | ||
} | ||
const realKey = (k) => `${name}_${k ? k : ""}`; | ||
const realKey = (k) => `:scoped:${name}_${k ? k : ""}`; | ||
const cache = { | ||
@@ -155,0 +155,0 @@ get: (key) => __awaiter(this, void 0, void 0, function* () { return this.get(realKey(key)); }), |
@@ -145,3 +145,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
const realKey = (k) => `${name}_${k ? k : ""}`; | ||
const realKey = (k) => `:scoped:${name}_${k ? k : ""}`; | ||
const cache = { | ||
@@ -148,0 +148,0 @@ get: (key) => __awaiter(this, void 0, void 0, function* () { return this.get(realKey(key)); }), |
{ | ||
"name": "mobiletto-base", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A storage layer that presents a uniform interface to Amazon S3, Backblaze B2, local and other storage systems.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
151045