@qiwi/substrate-types
Advanced tools
Comparing version 1.46.2 to 1.46.3
@@ -0,1 +1,16 @@ | ||
## @qiwi/substrate-types [1.46.3](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.46.2...@qiwi/substrate-types@1.46.3) (2020-11-03) | ||
### Performance Improvements | ||
* **package:** up deps ([e54aa1a](https://github.com/qiwi/substrate/commit/e54aa1a08fbc0ba96b51ec7fd952ccfba76eed59)) | ||
### Dependencies | ||
* **@qiwi/substrate-infra:** upgraded to 1.0.3 | ||
## @qiwi/substrate-types [1.46.2](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.46.1...@qiwi/substrate-types@1.46.2) (2020-10-29) | ||
@@ -2,0 +17,0 @@ |
{ | ||
"name": "@qiwi/substrate-types", | ||
"version": "1.46.2", | ||
"version": "1.46.3", | ||
"main": "target/es5/index.js", | ||
@@ -26,3 +26,3 @@ "source": "target/ts/index.ts", | ||
"test": "cp typings/index.d.ts src/test/ts/libdef/index.d.ts && yarn dtslint", | ||
"jest": "jest --config=jest.config.json", | ||
"jest": "jest --config=jest.config.json --detectOpenHandles --forceExit", | ||
"dtslint": "dtslint src/test/ts/libdef --localTs ../../node_modules/typescript/lib --expectOnly", | ||
@@ -41,3 +41,3 @@ "aliasgen": "node -r esm ../../scripts/js/alias-gen.js", | ||
"@qiwi/uniconfig": "3.5.1", | ||
"@qiwi/substrate-infra": "1.0.2", | ||
"@qiwi/substrate-infra": "1.0.3", | ||
"@types/axios": "0.14.0", | ||
@@ -47,3 +47,3 @@ "@types/bluebird": "3.5.33", | ||
"@types/jest": "26.0.15", | ||
"@types/lodash": "4.14.163", | ||
"@types/lodash": "4.14.164", | ||
"@types/node": "14.14.6", | ||
@@ -50,0 +50,0 @@ "@types/parsimmon": "1.10.4", |
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
167802