@qiwi/substrate-std
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -0,1 +1,16 @@ | ||
## @qiwi/substrate-std [1.0.7](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.0.6...@qiwi/substrate-std@1.0.7) (2020-02-11) | ||
### Performance Improvements | ||
* handle docs prefix issue ([195e8ac](https://github.com/qiwi/substrate/commit/195e8acc293821eef4e4585385ec17b4cfa7f4c1)) | ||
### Dependencies | ||
* **@qiwi/substrate-types:** upgraded to 1.25.1 | ||
## @qiwi/substrate-std [1.0.6](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.0.5...@qiwi/substrate-std@1.0.6) (2020-02-11) | ||
@@ -2,0 +17,0 @@ |
{ | ||
"name": "@qiwi/substrate-std", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "target/es5/index.js", | ||
@@ -30,3 +30,3 @@ "source": "target/ts/index.ts", | ||
"jest": "jest --config=jest.config.json", | ||
"docs": "typedoc --readme README.md --tsconfig ./tsconfig.json ./src/main || exit 0" | ||
"docs": "typedoc --readme README.md --tsconfig ./tsconfig.json ./src/main && touch ./docs/.nojekyll || exit 0" | ||
}, | ||
@@ -33,0 +33,0 @@ "files": [ |
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
18100