@qiwi/substrate-std
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -0,1 +1,16 @@ | ||
## @qiwi/substrate-std [1.0.4](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.0.3...@qiwi/substrate-std@1.0.4) (2020-01-20) | ||
### Bug Fixes | ||
* **docs:** rollback typedoc to 0.15.8 ([e930e74](https://github.com/qiwi/substrate/commit/e930e74f45f8038453b64435be185c2d20c781f4)) | ||
### Dependencies | ||
* **@qiwi/substrate-types:** upgraded to 1.24.0 | ||
## @qiwi/substrate-std [1.0.3](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.0.2...@qiwi/substrate-std@1.0.3) (2020-01-09) | ||
@@ -2,0 +17,0 @@ |
{ | ||
"name": "@qiwi/substrate-std", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "target/es5/index.js", | ||
@@ -42,5 +42,5 @@ "source": "target/ts/index.ts", | ||
"@types/config": "^0.0.36", | ||
"@types/jest": "^24.0.25", | ||
"@types/jest": "^24.9.0", | ||
"@types/lodash": "^4.14.149", | ||
"@types/node": "^13.1.5", | ||
"@types/node": "^13.1.8", | ||
"@types/parsimmon": "^1.10.0", | ||
@@ -50,3 +50,3 @@ "@types/underscore": "^1.9.4", | ||
"conf": "^6.2.0", | ||
"config": "^3.2.4", | ||
"config": "^3.2.5", | ||
"dts-generator": "^3.0.0", | ||
@@ -58,11 +58,11 @@ "dtslint": "^2.0.5", | ||
"ts-loader": "^6.2.1", | ||
"ts-node": "^8.5.4", | ||
"ts-node": "^8.6.2", | ||
"ts-to-flow": "^0.0.3", | ||
"typescript": "3.7.4", | ||
"typescript": "3.7.5", | ||
"underscore": "^1.9.2", | ||
"typedoc": "^0.15.6", | ||
"typedoc-plugin-external-module-name": "^2.1.0" | ||
"typedoc": "0.15.8", | ||
"typedoc-plugin-external-module-name": "3.0.0" | ||
}, | ||
"dependencies": { | ||
"@qiwi/substrate-types": "^1.22.0" | ||
"@qiwi/substrate-types": "^1.23.0" | ||
}, | ||
@@ -69,0 +69,0 @@ "peerDependencies": {}, |
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
17188