@qiwi/substrate-std
Advanced tools
Comparing version 1.0.27 to 1.0.28
@@ -0,1 +1,11 @@ | ||
## @qiwi/substrate-std [1.0.28](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.0.27...@qiwi/substrate-std@1.0.28) (2020-05-11) | ||
### Dependencies | ||
* **@qiwi/substrate-types:** upgraded to 1.39.0 | ||
## @qiwi/substrate-std [1.0.27](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.0.26...@qiwi/substrate-std@1.0.27) (2020-04-08) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@qiwi/substrate-std", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"main": "target/es5/index.js", | ||
@@ -20,10 +20,7 @@ "source": "target/ts/index.ts", | ||
"clean": "rm -rf target", | ||
"build": "yarn build:es5 && yarn build:es6 && yarn build:ts && yarn libdef && yarn docs", | ||
"build": "yarn build:es5 && yarn build:es6 && yarn build:ts && yarn build:libdef && yarn docs", | ||
"build:es5": "mkdir -p target/es5 && tsc -p tsconfig.json --target ES5 --outDir target/es5", | ||
"build:es6": "mkdir -p target/es6 && tsc -p tsconfig.json --target ES6 --outDir target/es6", | ||
"build:ts": "cp -r src/main/ts/ target/ts/", | ||
"libdef": "yarn dtsgen && yarn libdeffix && yarn flowgen", | ||
"libdeffix": "node -r esm ../../scripts/js/libdef-fix.js --flow=./typings/index.flow.js --dts=./typings/index.d.ts", | ||
"dtsgen": "dts-generator --project ./ --out typings/index.d.ts --prefix @qiwi/substrate-std/target/es5 --name @qiwi/substrate-std --main @qiwi/substrate-std/target/es5/index", | ||
"flowgen": "flowgen typings/index.d.ts --output-file typings/index.flow.js", | ||
"build:libdef": "dts-generator --project ./ --out typings/index.d.ts --prefix @qiwi/substrate-std/target/es5 --name @qiwi/substrate-std --main @qiwi/substrate-std/target/es5/index && libdeffix --dts=./typings/index.d.ts --prefix=@qiwi/substrate-std/target/es5 && flowgen typings/index.d.ts --output-file flow-typed/index.flow.js", | ||
"test": "yarn jest", | ||
@@ -37,31 +34,31 @@ "jest": "jest --config=jest.config.json", | ||
"typings", | ||
"flow-typed", | ||
"target" | ||
], | ||
"devDependencies": { | ||
"@qiwi/uniconfig": "3.3.0", | ||
"@qiwi/libdefkit": "^1.0.1", | ||
"@qiwi/uniconfig": "3.3.1", | ||
"@types/bluebird": "3.5.30", | ||
"@types/config": "0.0.36", | ||
"@types/jest": "25.2.1", | ||
"@types/lodash": "4.14.149", | ||
"@types/node": "13.11.0", | ||
"@types/lodash": "4.14.150", | ||
"@types/node": "13.13.5", | ||
"@types/parsimmon": "1.10.1", | ||
"@types/underscore": "1.9.4", | ||
"@types/underscore": "1.10.0", | ||
"bluebird": "3.7.2", | ||
"conf": "6.2.3", | ||
"conf": "6.2.4", | ||
"config": "3.3.1", | ||
"dts-generator": "3.0.0", | ||
"dtslint": "3.4.1", | ||
"flowgen": "1.10.0", | ||
"dtslint": "3.5.2", | ||
"lodash": "4.17.15", | ||
"replace-in-file": "5.0.2", | ||
"ts-loader": "6.2.2", | ||
"ts-node": "8.8.2", | ||
"replace-in-file": "6.0.0", | ||
"ts-loader": "7.0.3", | ||
"ts-node": "8.10.1", | ||
"ts-to-flow": "0.0.3", | ||
"typescript": "3.8.3", | ||
"underscore": "1.10.2", | ||
"typedoc": "0.17.4", | ||
"typedoc-plugin-external-module-name": "3.0.0" | ||
"typedoc": "0.17.6", | ||
"typedoc-plugin-external-module-name": "3.1.0" | ||
}, | ||
"dependencies": { | ||
"@qiwi/substrate-types": "^1.37.0" | ||
"@qiwi/substrate-types": "^1.38.0" | ||
}, | ||
@@ -68,0 +65,0 @@ "peerDependencies": {}, |
declare module '@qiwi/substrate-std/target/es5/stack' { | ||
/** @qiwi/substrate-std */ | ||
/** @module @qiwi/substrate-std */ | ||
/** */ | ||
@@ -28,3 +28,3 @@ import { IStack } from '@qiwi/substrate-types'; | ||
declare module '@qiwi/substrate-std/target/es5/index' { | ||
/** @qiwi/substrate-std */ | ||
/** @module @qiwi/substrate-std */ | ||
/** */ | ||
@@ -31,0 +31,0 @@ export { Stack } from '@qiwi/substrate-std/target/es5/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
23321
22