@qiwi/substrate-std
Advanced tools
Comparing version
{ | ||
"git": { | ||
"commitId": "5162a858907d057000384f22992f933cc5980fba", | ||
"commitId": "30b0152f47aca0b1e93d799ac34c38eaf5aa4bc2", | ||
"repoUrl": "https://github.com/qiwi/substrate.git", | ||
"repoName": "qiwi/substrate" | ||
}, | ||
"date": "2021-05-13T09:56:46.552Z" | ||
"date": "2021-06-10T06:35:03.774Z" | ||
} |
@@ -0,1 +1,17 @@ | ||
## @qiwi/substrate-std [1.3.4](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.3.3...@qiwi/substrate-std@1.3.4) (2021-06-10) | ||
### Bug Fixes | ||
* update deps, fix vuls ([30b0152](https://github.com/qiwi/substrate/commit/30b0152f47aca0b1e93d799ac34c38eaf5aa4bc2)) | ||
### Dependencies | ||
* **@qiwi/substrate-types:** upgraded to 1.52.1 | ||
* **@qiwi/substrate-infra:** upgraded to 1.1.4 | ||
## @qiwi/substrate-std [1.3.3](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.3.2...@qiwi/substrate-std@1.3.3) (2021-05-13) | ||
@@ -2,0 +18,0 @@ |
/** | ||
* Flowtype definitions for index | ||
* Generated by Flowgen from a Typescript Definition | ||
* Flowgen v1.13.0 | ||
* Flowgen v1.14.1 | ||
*/ | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@qiwi/substrate-std", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"main": "target/es5/index.js", | ||
@@ -40,6 +40,6 @@ "source": "target/ts/index.ts", | ||
"@qiwi/uniconfig": "3.5.1", | ||
"@qiwi/substrate-infra": "1.1.3", | ||
"@types/bluebird": "3.5.34", | ||
"@qiwi/substrate-infra": "1.1.4", | ||
"@types/bluebird": "3.5.35", | ||
"@types/config": "0.0.38", | ||
"@types/lodash": "4.14.168", | ||
"@types/lodash": "4.14.170", | ||
"@types/parsimmon": "1.10.6", | ||
@@ -55,3 +55,3 @@ "@types/underscore": "1.11.2", | ||
"tslib": "^2.2.0", | ||
"@qiwi/substrate-types": "1.52.0" | ||
"@qiwi/substrate-types": "1.52.1" | ||
}, | ||
@@ -58,0 +58,0 @@ "peerDependencies": {}, |
@@ -79,3 +79,3 @@ "use strict"; | ||
Stack.prototype.isEmpty = function () { | ||
return this.size !== 0; | ||
return this.size > 0; | ||
}; | ||
@@ -82,0 +82,0 @@ return Stack; |
@@ -60,3 +60,3 @@ "use strict"; | ||
isEmpty() { | ||
return this.size !== 0; | ||
return this.size > 0; | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -80,4 +80,4 @@ /** @module @qiwi/substrate-std */ | ||
isEmpty(): boolean { | ||
return this.size !== 0 | ||
return this.size > 0 | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32778
1.2%+ Added
- Removed
Updated