@hyperledger/cactus-core-api
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -18,5 +18,5 @@ import { ICactusPlugin } from "../i-cactus-plugin"; | ||
has(key: string): Promise<boolean>; | ||
get<T>(key: string): Promise<T>; | ||
set<T>(key: string, value: T): Promise<void>; | ||
get(key: string): Promise<string>; | ||
set(key: string, value: string): Promise<void>; | ||
delete(key: string): Promise<void>; | ||
} |
{ | ||
"name": "@hyperledger/cactus-core-api", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Contains type definitions/interfaces for the kernel of the codebase. Kept separate from the implementation so that it is easier to use it as a dependency.", | ||
@@ -16,4 +16,4 @@ "main": "dist/lib/main/typescript/index.js", | ||
"generate-sdk": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g typescript-axios -o ./src/main/typescript/generated/openapi/typescript-axios/ --reserved-words-mappings protected=protected", | ||
"pretsc": "npm run generate-sdk", | ||
"tsc": "tsc --project ./tsconfig.json", | ||
"codegen:openapi": "npm run generate-sdk", | ||
"codegen": "run-p 'codegen:*'", | ||
"watch": "npm-watch", | ||
@@ -29,17 +29,6 @@ "webpack": "npm-run-all webpack:dev webpack:prod", | ||
"watch": { | ||
"tsc": { | ||
"codegen:openapi": { | ||
"patterns": [ | ||
"src/", | ||
"src/*/json/**/openapi*" | ||
], | ||
"ignore": [ | ||
"src/**/generated/*" | ||
], | ||
"extensions": [ | ||
"ts", | ||
"json" | ||
], | ||
"quiet": true, | ||
"verbose": false, | ||
"runOnChangeOnly": true | ||
"./src/main/json/openapi.json" | ||
] | ||
} | ||
@@ -93,6 +82,6 @@ }, | ||
"dependencies": { | ||
"@hyperledger/cactus-common": "0.6.0", | ||
"@hyperledger/cactus-common": "0.7.0", | ||
"axios": "0.21.1" | ||
}, | ||
"gitHead": "c45c85b194dd93edcdd7cc34e027022c401f1e96" | ||
"gitHead": "91bb1f85e1fe45e182114dc05a0f2c4cbe0caeb3" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
42146
19
7094065
+ Added@hyperledger/cactus-common@0.7.0(transitive)
+ Addedloglevel@1.7.1(transitive)
- Removed@hyperledger/cactus-common@0.6.0(transitive)
- Removedloglevel@1.6.7(transitive)