@qiwi/substrate-std
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
## @qiwi/substrate-std [1.0.1](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.0.0...@qiwi/substrate-std@1.0.1) (2019-12-23) | ||
### Performance Improvements | ||
* tech release ([4b145af](https://github.com/qiwi/substrate/commit/4b145affb295cab239e7e6d5c068fd554fbd1b48)) | ||
# @qiwi/substrate-std 1.0.0 (2019-12-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@qiwi/substrate-std", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "target/es5/index.js", | ||
@@ -64,3 +64,3 @@ "source": "target/ts/index.ts", | ||
"dependencies": { | ||
"@qiwi/substrate-types": "^1.20.1" | ||
"@qiwi/substrate-types": "^1.21.0" | ||
}, | ||
@@ -67,0 +67,0 @@ "peerDependencies": {}, |
@@ -15,3 +15,3 @@ # @qiwi/substrate-std | ||
const foo: IStack = new Stack() | ||
const foo: IStack<string> = new Stack() | ||
``` |
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
16401