@qiwi/substrate-std
Advanced tools
Comparing version 1.3.11 to 1.3.12
{ | ||
"git": { | ||
"commitId": "60895c5b274dfae2ac20abf5d2fa6dc1f4b84c60", | ||
"commitId": "139c10d71dfa6fb7df8870990f998d1972474f93", | ||
"repoUrl": "https://github.com/qiwi/substrate.git", | ||
"repoName": "qiwi/substrate" | ||
}, | ||
"date": "2022-11-29T13:47:37.681Z" | ||
"date": "2023-02-16T10:44:43.485Z" | ||
} |
@@ -0,1 +1,11 @@ | ||
## @qiwi/substrate-std [1.3.12](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.3.11...@qiwi/substrate-std@1.3.12) (2023-02-16) | ||
### Dependencies | ||
* **@qiwi/substrate-types:** upgraded to 2.0.0 | ||
## @qiwi/substrate-std [1.3.11](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.3.10...@qiwi/substrate-std@1.3.11) (2022-11-29) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@qiwi/substrate-std", | ||
"version": "1.3.11", | ||
"main": "target/es5/index.js", | ||
"types": "target/es5/index.d.ts", | ||
"typescript": { | ||
"definition": "target/es5/index.d.ts" | ||
}, | ||
"typesVersions": { | ||
">=3.1": { | ||
"*": [ | ||
"target/es5/index.d.ts", | ||
"src/test/ts/*" | ||
] | ||
"version": "1.3.12", | ||
"exports": { | ||
".": { | ||
"import": "./target/esm/index.js", | ||
"require": "./target/cjs/index.js", | ||
"types": "./target/esm/index.d.ts" | ||
} | ||
}, | ||
"types": "./target/esm/index.d.ts", | ||
"scripts": { | ||
"clean": "rimraf target buildcache flow-typed typings docs coverage buildstamp.json", | ||
"build": "concurrently -n yarn:build:es5 yarn:build:es6 yarn:build:ts yarn:build:libdef yarn:docs yarn:build:stamp", | ||
"build:es5": "mkdirp target/es5 && tsc -p tsconfig.json --target ES5 --outDir target/es5", | ||
"build:es6": "mkdirp target/es6 && tsc -p tsconfig.json --target ES6 --outDir target/es6", | ||
"build:ts": "cpy src/main/ts/ target/ts/ --flat", | ||
"build:libdef": "npx @qiwi/libdefkit -p libdefkit --tsconfig=tsconfig.json", | ||
"test": "jest", | ||
"jest": "jest --config=jest.config.json --detectOpenHandles --forceExit", | ||
"docs": "typedoc", | ||
"build:stamp": "buildstamp --git --out.path buildstamp.json" | ||
"build": "concurrently -n yarn:build:cjs yarn:build:ts yarn:docs yarn:build:stamp && yarn build:esm && yarn build:esmfix", | ||
"build:cjs": "mkdirp target/cjs && tsc -p tsconfig.json --target ES5 --module commonjs --outDir target/cjs", | ||
"build:esm": "mkdirp target/esm && tsc -p tsconfig.json --target ES2020 --module es2020 --outDir target/esm", | ||
"build:esmfix": "yarn tsc-esm-fix --target=target/esm", | ||
"build:ts": "mkdirp target/ts && cp -R ./src/main/ts/. ./target/ts/.", | ||
"build:stamp": "buildstamp --git --out.path buildstamp.json", | ||
"test": "yarn test:unit", | ||
"test:unit": "jest --config=jest.config.json --detectOpenHandles --forceExit", | ||
"docs": "typedoc" | ||
}, | ||
@@ -42,8 +37,8 @@ "files": [ | ||
"@types/config": "3.3.0", | ||
"@types/lodash": "4.14.190", | ||
"@types/lodash": "4.14.191", | ||
"@types/parsimmon": "1.10.6", | ||
"@types/underscore": "1.11.4", | ||
"bluebird": "3.7.2", | ||
"conf": "10.2.0", | ||
"config": "3.3.8", | ||
"conf": "11.0.1", | ||
"config": "3.3.9", | ||
"lodash": "4.17.21", | ||
@@ -53,4 +48,4 @@ "underscore": "1.13.6" | ||
"dependencies": { | ||
"@qiwi/substrate-types": "1.55.1", | ||
"tslib": "^2.4.1" | ||
"@qiwi/substrate-types": "2.0.0", | ||
"tslib": "^2.5.0" | ||
}, | ||
@@ -57,0 +52,0 @@ "license": "MIT", |
/** @module @qiwi/substrate-std */ | ||
/** */ | ||
import { IStack } from '@qiwi/substrate-types' | ||
@@ -5,0 +5,0 @@ |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
27213
12
159
1
1
+ Added@qiwi/substrate-types@2.0.0(transitive)
- Removed@qiwi/substrate-types@1.55.1(transitive)
Updated@qiwi/substrate-types@2.0.0
Updatedtslib@^2.5.0