Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@qiwi/substrate-abstract

Package Overview
Dependencies
Maintainers
3
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qiwi/substrate-abstract - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

target/esm/AError.mjs

4

buildstamp.json
{
"git": {
"commitId": "30e8f0dbd4c9396f574e7b59f4eb7d890dc50ef0",
"commitId": "ffe3602984c9aecc39b3ac9279d7a3e621c3cfeb",
"repoUrl": "https://github.com/qiwi/substrate.git",
"repoName": "qiwi/substrate"
},
"date": "2023-03-17T17:42:54.125Z"
"date": "2023-05-23T09:01:28.409Z"
}

@@ -0,1 +1,16 @@

## @qiwi/substrate-abstract [2.0.4](https://github.com/qiwi/substrate/compare/@qiwi/substrate-abstract@2.0.3...@qiwi/substrate-abstract@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-abstract [2.0.3](https://github.com/qiwi/substrate/compare/@qiwi/substrate-abstract@2.0.2...@qiwi/substrate-abstract@2.0.3) (2023-03-17)

@@ -2,0 +17,0 @@

{
"name": "@qiwi/substrate-abstract",
"description": "Abstract classes",
"version": "2.0.3",
"version": "2.0.4",
"main": "./target/cjs/index.cjs",
"exports": {
".": {
"import": "./target/esm/index.js",
"require": "./target/cjs/index.cjs",
"types": "./target/esm/index.d.ts"
"types": "./target/esm/index.d.ts",
"import": "./target/esm/index.mjs",
"require": "./target/cjs/index.cjs"
}
},
"type": "module",
"main": "./target/cjs/index.cjs",
"module": "./target/esm/index.js",
"module": "./target/esm/index.mjs",
"types": "./target/esm/index.d.ts",

@@ -20,3 +19,3 @@ "scripts": {

"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",
"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/.",

@@ -41,3 +40,3 @@ "build:stamp": "buildstamp --git --out.path buildstamp.json",

"@types/config": "3.3.0",
"@types/lodash": "4.14.191",
"@types/lodash": "4.14.194",
"@types/parsimmon": "1.10.6",

@@ -52,3 +51,3 @@ "@types/underscore": "1.11.4",

"dependencies": {
"@qiwi/substrate-types": "2.0.3"
"@qiwi/substrate-types": "2.0.4"
},

@@ -55,0 +54,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc