@qiwi/substrate-std
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"git": { | ||
"commitId": "30e8f0dbd4c9396f574e7b59f4eb7d890dc50ef0", | ||
"commitId": "ffe3602984c9aecc39b3ac9279d7a3e621c3cfeb", | ||
"repoUrl": "https://github.com/qiwi/substrate.git", | ||
"repoName": "qiwi/substrate" | ||
}, | ||
"date": "2023-03-17T17:43:14.222Z" | ||
"date": "2023-05-23T09:01:48.379Z" | ||
} |
@@ -0,1 +1,16 @@ | ||
## @qiwi/substrate-std [2.0.4](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@2.0.3...@qiwi/substrate-std@2.0.4) (2023-05-23) | ||
### Bug Fixes | ||
* switch file ext to mjs for esm entry points ([69d6d58](https://github.com/qiwi/substrate/commit/69d6d58ccce24cc5914fdd4f84eb74f312df5d56)) | ||
### Dependencies | ||
* **@qiwi/substrate-types:** upgraded to 2.0.4 | ||
## @qiwi/substrate-std [2.0.3](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@2.0.2...@qiwi/substrate-std@2.0.3) (2023-03-17) | ||
@@ -2,0 +17,0 @@ |
{ | ||
"name": "@qiwi/substrate-std", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"exports": { | ||
".": { | ||
"import": "./target/esm/index.js", | ||
"import": "./target/esm/index.mjs", | ||
"require": "./target/cjs/index.cjs", | ||
@@ -11,5 +11,4 @@ "types": "./target/esm/index.d.ts" | ||
}, | ||
"type": "module", | ||
"main": "./target/cjs/index.cjs", | ||
"module": "./target/esm/index.js", | ||
"module": "./target/esm/index.mjs", | ||
"types": "./target/esm/index.d.ts", | ||
@@ -19,3 +18,3 @@ "scripts": { | ||
"build": "concurrently 'npm:build:*'", | ||
"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", | ||
"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: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", | ||
@@ -39,3 +38,3 @@ "build:ts": "mkdirp target/ts && cp -R ./src/main/ts/. ./target/ts/.", | ||
"@types/config": "3.3.0", | ||
"@types/lodash": "4.14.191", | ||
"@types/lodash": "4.14.194", | ||
"@types/parsimmon": "1.10.6", | ||
@@ -50,4 +49,4 @@ "@types/underscore": "1.11.4", | ||
"dependencies": { | ||
"@qiwi/substrate-types": "2.0.3", | ||
"tslib": "^2.5.0" | ||
"@qiwi/substrate-types": "2.0.4", | ||
"tslib": "^2.5.2" | ||
}, | ||
@@ -54,0 +53,0 @@ "license": "MIT", |
34388
No
+ Added@qiwi/substrate-types@2.0.4(transitive)
- Removed@qiwi/substrate-types@2.0.3(transitive)
Updated@qiwi/substrate-types@2.0.4
Updatedtslib@^2.5.2