@endo/promise-kit
Advanced tools
Comparing version 0.2.33 to 0.2.34
@@ -6,2 +6,14 @@ # Change Log | ||
### [0.2.34](https://github.com/endojs/endo/compare/@endo/promise-kit@0.2.33...@endo/promise-kit@0.2.34) (2022-02-18) | ||
### Bug Fixes | ||
* Address TypeScript recommendations ([2d1e1e0](https://github.com/endojs/endo/commit/2d1e1e0bdd385a514315be908c33b8f8eb157295)) | ||
* Type definitions canot overshadow ([4d193fd](https://github.com/endojs/endo/commit/4d193fd3387dadd6f55fd51ad872f10878ef46f9)) | ||
* Make sure lint:type runs correctly in CI ([a520419](https://github.com/endojs/endo/commit/a52041931e72cb7b7e3e21dde39c099cc9f262b0)) | ||
* Unify TS version to ~4.2 ([5fb173c](https://github.com/endojs/endo/commit/5fb173c05c9427dca5adfe66298c004780e8b86c)) | ||
### [0.2.33](https://github.com/endojs/endo/compare/@endo/promise-kit@0.2.32...@endo/promise-kit@0.2.33) (2022-01-31) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@endo/promise-kit", | ||
"version": "0.2.33", | ||
"version": "0.2.34", | ||
"description": "Helper for making promises", | ||
@@ -21,3 +21,2 @@ "keywords": [ | ||
"module": "./index.js", | ||
"types": "./index.d.ts", | ||
"exports": { | ||
@@ -34,3 +33,3 @@ ".": "./index.js", | ||
"lint:js": "eslint .", | ||
"lint:types": "tsc --build jsconfig.json", | ||
"lint:types": "tsc -p jsconfig.json", | ||
"test": "ava", | ||
@@ -40,7 +39,7 @@ "test:xs": "exit 0" | ||
"dependencies": { | ||
"ses": "^0.15.7" | ||
"ses": "^0.15.8" | ||
}, | ||
"devDependencies": { | ||
"@endo/eslint-config": "^0.4.2", | ||
"@endo/ses-ava": "^0.2.17", | ||
"@endo/eslint-config": "^0.4.3", | ||
"@endo/ses-ava": "^0.2.18", | ||
"ava": "^3.12.1", | ||
@@ -56,3 +55,3 @@ "babel-eslint": "^10.0.3", | ||
"prettier": "^1.19.1", | ||
"typescript": "^4.2.3" | ||
"typescript": "~4.5.5" | ||
}, | ||
@@ -87,3 +86,3 @@ "files": [ | ||
}, | ||
"gitHead": "96df4cf238b245cc92c78e4af4667f405b8cf4f0" | ||
"gitHead": "9d2f88ab47f546bc59b6b6e7340482209b3cee56" | ||
} |
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
32277
6
61
Updatedses@^0.15.8