@qiwi/substrate-abstract
Advanced tools
Comparing version 2.0.4 to 2.1.0
{ | ||
"name": "@qiwi/substrate-abstract", | ||
"description": "Abstract classes", | ||
"version": "2.0.4", | ||
"version": "2.1.0", | ||
"main": "./target/cjs/index.cjs", | ||
"exports": { | ||
".": { | ||
"types": "./target/esm/index.d.ts", | ||
"types": "./target/dts/index.d.ts", | ||
"import": "./target/esm/index.mjs", | ||
@@ -14,9 +14,9 @@ "require": "./target/cjs/index.cjs" | ||
"module": "./target/esm/index.mjs", | ||
"types": "./target/esm/index.d.ts", | ||
"types": "./target/dts/index.d.ts", | ||
"scripts": { | ||
"clean": "rimraf target buildcache docs coverage buildstamp.json", | ||
"build": "yarn aliasgen && concurrently 'npm:build:*'", | ||
"build:cjs": "mkdirp target/cjs && tsc -p tsconfig.json --target ES5 --module commonjs --outDir target/cjs --tsBuildInfoFile buildcache/cjs.json && tsc-esm-fix --target=target/cjs --ext=.cjs", | ||
"build:esm": "mkdirp target/esm && tsc -p tsconfig.json --target ES2020 --module es2020 --outDir target/esm --tsBuildInfoFile buildcache/esm.json && tsc-esm-fix --target=target/esm --ext=.mjs", | ||
"build:ts": "mkdirp target/ts && cp -R ./src/main/ts/. ./target/ts/.", | ||
"build": "yarn build:alias && concurrently 'npm:build:*'", | ||
"build:js": "yarn build:esbuild", | ||
"build:ts": "yarn build:copy:src", | ||
"build:dts": "yarn build:libdef", | ||
"build:stamp": "buildstamp --git --out.path buildstamp.json", | ||
@@ -26,22 +26,23 @@ "build:docs": "typedoc", | ||
"test:libdef": "dtslint src/test/dts --localTs ../../node_modules/typescript/lib --expectOnly && echo 'dts is fine'", | ||
"test:unit": "jest --config=jest.config.json --detectOpenHandles --forceExit", | ||
"aliasgen": "node ../../scripts/js/alias-gen.js" | ||
"test:unit": "jest --config=jest.config.json --detectOpenHandles --forceExit" | ||
}, | ||
"files": [ | ||
"README.md", | ||
"CHANGELOG.md", | ||
"target", | ||
"buildstamp.json" | ||
"target/cjs", | ||
"target/esm", | ||
"target/dts", | ||
"target/ts", | ||
"target/coverage/lcov.info", | ||
"flow-typed" | ||
], | ||
"devDependencies": { | ||
"@qiwi/substrate-infra": "1.2.3", | ||
"@qiwi/uniconfig": "3.5.11", | ||
"@types/bluebird": "3.5.38", | ||
"@types/config": "3.3.0", | ||
"@types/lodash": "4.14.194", | ||
"@types/parsimmon": "1.10.6", | ||
"@types/underscore": "1.11.4", | ||
"@qiwi/substrate-infra": "workspace:*", | ||
"@qiwi/uniconfig": "3.5.14", | ||
"@types/bluebird": "3.5.42", | ||
"@types/config": "3.3.3", | ||
"@types/lodash": "4.14.202", | ||
"@types/parsimmon": "1.10.9", | ||
"@types/underscore": "1.11.15", | ||
"bluebird": "3.7.2", | ||
"conf": "11.0.1", | ||
"config": "3.3.9", | ||
"conf": "12.0.0", | ||
"config": "3.3.10", | ||
"lodash": "4.17.21", | ||
@@ -51,3 +52,3 @@ "underscore": "1.13.6" | ||
"dependencies": { | ||
"@qiwi/substrate-types": "2.0.4" | ||
"@qiwi/substrate-types": "2.1.0" | ||
}, | ||
@@ -54,0 +55,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
162
7304
10
1
+ Added@qiwi/substrate-types@2.1.0(transitive)
- Removed@qiwi/substrate-types@2.0.4(transitive)
Updated@qiwi/substrate-types@2.1.0