@worldsibu/convector-core-storage
Advanced tools
Comparing version 1.2.1-0-alpha.7fcb38d9 to 1.2.1-0-alpha.a462b675
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var g = global; | ||
var BaseStorage = (function () { | ||
function BaseStorage() { | ||
} | ||
Object.defineProperty(BaseStorage, "current", { | ||
get: function () { | ||
return g.ConvectorBaseStorageCurrent; | ||
}, | ||
set: function (storage) { | ||
g.ConvectorBaseStorageCurrent = storage; | ||
}, | ||
enumerable: true, | ||
configurable: true | ||
}); | ||
return BaseStorage; | ||
@@ -7,0 +18,0 @@ }()); |
{ | ||
"name": "@worldsibu/convector-core-storage", | ||
"version": "1.2.1-0-alpha.7fcb38d9", | ||
"version": "1.2.1-0-alpha.a462b675", | ||
"description": "Convector Core Storage class. This is not intended to be used as a provider but as an abstract interface of one", | ||
@@ -25,3 +25,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@worldsibu/convector-core-errors": "1.2.1-0-alpha.7fcb38d9", | ||
"@worldsibu/convector-core-errors": "1.2.1-0-alpha.a462b675", | ||
"tslib": "^1.9.0" | ||
@@ -28,0 +28,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
14751
32
+ Added@worldsibu/convector-core-errors@1.2.1-0-alpha.a462b675(transitive)
- Removed@worldsibu/convector-core-errors@1.2.1-0-alpha.7fcb38d9(transitive)
Updated@worldsibu/convector-core-errors@1.2.1-0-alpha.a462b675