sequent-promises
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "sequent-promises", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "sequentPromises resolves Promises sequentially", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
}, | ||
"main": "./dist/index.js", | ||
"main": "./dist/index.cjs", | ||
"types": "dist/index.d.ts", | ||
@@ -46,3 +46,3 @@ "typesVersions": { | ||
"build": "vite build", | ||
"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", | ||
@@ -68,4 +68,4 @@ "lint:ts": "tsc", | ||
"@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", | ||
@@ -90,3 +90,3 @@ "eslint": "^8.57.0", | ||
"standard-version": "^9.5.0", | ||
"ts-jest": "^29.1.2", | ||
"ts-jest": "^29.1.3", | ||
"ts-node": "^10.9.2", | ||
@@ -93,0 +93,0 @@ "tsc-files": "^1.1.4", |
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
8547