@qiwi/substrate-types
Advanced tools
Comparing version 1.46.7 to 1.47.0
@@ -0,1 +1,16 @@ | ||
# @qiwi/substrate-types [1.47.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.46.7...@qiwi/substrate-types@1.47.0) (2021-01-22) | ||
### Features | ||
* add buildstamp ([#354](https://github.com/qiwi/substrate/issues/354)) ([867eda6](https://github.com/qiwi/substrate/commit/867eda68c0c1db879bb37d55a953ac30082393ac)) | ||
### Dependencies | ||
* **@qiwi/substrate-infra:** upgraded to 1.1.0 | ||
## @qiwi/substrate-types [1.46.7](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.46.6...@qiwi/substrate-types@1.46.7) (2020-12-30) | ||
@@ -2,0 +17,0 @@ |
{ | ||
"name": "@qiwi/substrate-types", | ||
"version": "1.46.7", | ||
"version": "1.47.0", | ||
"main": "target/es5/index.js", | ||
@@ -19,4 +19,4 @@ "source": "target/ts/index.ts", | ||
"scripts": { | ||
"clean": "rm -rf target buildcache flow-typed typings docs coverage", | ||
"build": "yarn aliasgen && yarn build:es5 && yarn build:es6 && yarn build:ts && yarn build:libdef && yarn docs", | ||
"clean": "rm -rf target buildcache flow-typed typings docs coverage buildstamp.json", | ||
"build": "yarn aliasgen && npm-run-all -p -l build:es5 build:es6 build:ts build:libdef docs build:stamp", | ||
"build:es5": "mkdir -p target/es5 && tsc -p tsconfig.json --target ES5 --outDir target/es5", | ||
@@ -30,3 +30,4 @@ "build:es6": "mkdir -p target/es6 && tsc -p tsconfig.json --target ES6 --outDir target/es6", | ||
"aliasgen": "node -r esm ../../scripts/js/alias-gen.js", | ||
"docs": "typedoc --options ./typedoc.json ./src/main" | ||
"docs": "typedoc --options ./typedoc.json ./src/main", | ||
"build:stamp": "buildstamp --git --out.path buildstamp.json" | ||
}, | ||
@@ -38,13 +39,14 @@ "files": [ | ||
"flow-typed", | ||
"target" | ||
"target", | ||
"buildstamp.json" | ||
], | ||
"devDependencies": { | ||
"@qiwi/uniconfig": "3.5.1", | ||
"@qiwi/substrate-infra": "1.0.5", | ||
"@qiwi/substrate-infra": "1.1.0", | ||
"@types/axios": "0.14.0", | ||
"@types/bluebird": "3.5.33", | ||
"@types/config": "0.0.37", | ||
"@types/jest": "26.0.19", | ||
"@types/lodash": "4.14.166", | ||
"@types/node": "14.14.16", | ||
"@types/config": "0.0.38", | ||
"@types/jest": "26.0.20", | ||
"@types/lodash": "4.14.168", | ||
"@types/node": "14.14.22", | ||
"@types/parsimmon": "1.10.6", | ||
@@ -54,3 +56,3 @@ "@types/underscore": "1.10.24", | ||
"bluebird": "3.7.2", | ||
"conf": "7.1.2", | ||
"conf": "8.0.0", | ||
"config": "3.3.3", | ||
@@ -57,0 +59,0 @@ "lodash": "4.17.20", |
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
162397
272
3041