@worldsibu/convector-core-storage
Advanced tools
Comparing version 1.0.3-0-alpha.3f479511 to 1.0.3-0-alpha.7b43d51a
export declare abstract class BaseStorage { | ||
/** | ||
* Current storage implementation | ||
*/ | ||
static current: BaseStorage; | ||
@@ -6,0 +3,0 @@ abstract get(id: string): Promise<any>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var BaseStorage = /** @class */ (function () { | ||
var BaseStorage = (function () { | ||
function BaseStorage() { | ||
@@ -5,0 +5,0 @@ } |
{ | ||
"name": "@worldsibu/convector-core-storage", | ||
"version": "1.0.3-0-alpha.3f479511", | ||
"version": "1.0.3-0-alpha.7b43d51a", | ||
"description": "Convector Core Storage class. This is not intended to be used as a provider but as an abstract interface of one", | ||
@@ -11,5 +11,2 @@ "license": "ISC", | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
@@ -22,10 +19,11 @@ "clean": "rimraf dist", | ||
"predocs:generate": "npm run clean:docs", | ||
"docs:generate": "typedoc src --out docs --target ES6 --excludePrivate", | ||
"docs:generate": "typedoc src --mode file --out docs --target ES6 --excludePrivate", | ||
"docs:serve": "http-server docs" | ||
}, | ||
"dependencies": { | ||
"@worldsibu/convector-core-errors": "^1.0.3-0-alpha.3f479511", | ||
"@worldsibu/convector-core-errors": "^1.0.3-0-alpha.7b43d51a", | ||
"tslib": "^1.9.0" | ||
}, | ||
"devDependencies": { | ||
"http-server": "^0.11.1", | ||
"npm-scripts-watcher": "^1.0.2", | ||
@@ -35,4 +33,5 @@ "rimraf": "^2.6.2", | ||
"tslint": "^5.9.1", | ||
"typedoc": "^0.11.1", | ||
"typescript": "2.8.3" | ||
} | ||
} |
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
2590
7
20