stack-promises
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "stack-promises", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "sequentPromises resolves Promises sequentially", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
}, | ||
"main": "./dist/index.js", | ||
"main": "./dist/index.cjs", | ||
"types": "dist/index.d.ts", | ||
@@ -47,3 +47,3 @@ "typesVersions": { | ||
"commitlint": "commitlint --edit", | ||
"lint": "yarn lint:js && yarn lint:ts", | ||
"lint": "yarn lint:ts && yarn lint:js", | ||
"lint:js": "eslint src --ext ts,tsx --ignore-path .gitignore --report-unused-disable-directives --max-warnings 0", | ||
@@ -63,3 +63,3 @@ "lint:ts": "tsc", | ||
"dependencies": { | ||
"sequent-promises": "^2.0.0" | ||
"sequent-promises": "^2.0.1" | ||
}, | ||
@@ -72,4 +72,4 @@ "devDependencies": { | ||
"@types/jest": "^29.5.12", | ||
"@typescript-eslint/eslint-plugin": "^7.9.0", | ||
"@typescript-eslint/parser": "^7.9.0", | ||
"@typescript-eslint/eslint-plugin": "^7.10.0", | ||
"@typescript-eslint/parser": "^7.10.0", | ||
"cross-env": "^7.0.3", | ||
@@ -94,3 +94,3 @@ "eslint": "^8.56.0", | ||
"standard-version": "^9.5.0", | ||
"ts-jest": "^29.1.2", | ||
"ts-jest": "^29.1.3", | ||
"ts-node": "^10.9.2", | ||
@@ -104,5 +104,5 @@ "tsc-files": "^1.1.4", | ||
"peerDependencies": { | ||
"sequent-promises": "^2.0.0" | ||
"sequent-promises": "^2.0.1" | ||
}, | ||
"main:src": "src/index.ts" | ||
} |
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
11276
Updatedsequent-promises@^2.0.1