@worldsibu/convector-core-storage
Advanced tools
Comparing version 1.2.1-0-alpha.f15268c7 to 1.3.0-next.0
export declare abstract class BaseStorage { | ||
static current: BaseStorage; | ||
abstract get(id: string): Promise<any>; | ||
abstract set(id: string, content: any): any; | ||
abstract delete(id: string): any; | ||
abstract get(id: string, storageOptions?: any): Promise<any>; | ||
abstract set(id: string, content: any, storageOptions?: any): any; | ||
abstract delete(id: string, storageOptions?: any): any; | ||
abstract query(...args: any[]): Promise<any[]>; | ||
abstract history(id: string): Promise<any[]>; | ||
} |
{ | ||
"name": "@worldsibu/convector-core-storage", | ||
"version": "1.2.1-0-alpha.f15268c7", | ||
"version": "1.3.0-next.0", | ||
"description": "Convector Core Storage class. This is not intended to be used as a provider but as an abstract interface of one", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/hyperledger-labs/convector/tree/develop/%40worldsibu/convector-core-storage" | ||
}, | ||
"homepage": "https://worldsibu.tech/convector/convector-smart-contracts/", | ||
"main": "./dist/src/index.js", | ||
@@ -25,3 +30,3 @@ "typings": "./dist/src/index.d.ts", | ||
"dependencies": { | ||
"@worldsibu/convector-core-errors": "1.2.1-0-alpha.f15268c7", | ||
"@worldsibu/convector-core-errors": "^1.3.0-next.0", | ||
"tslib": "^1.9.0" | ||
@@ -28,0 +33,0 @@ }, |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
15025
0
+ Added@worldsibu/convector-core-errors@1.3.8(transitive)
- Removed@worldsibu/convector-core-errors@1.2.1-0-alpha.f15268c7(transitive)