@endo/base64
Advanced tools
Comparing version 0.2.17 to 0.2.18
@@ -6,2 +6,14 @@ # Change Log | ||
### [0.2.18](https://github.com/endojs/endo/compare/@endo/base64@0.2.17...@endo/base64@0.2.18) (2022-02-18) | ||
### Bug Fixes | ||
* Make jsconfigs less brittle ([861ca32](https://github.com/endojs/endo/commit/861ca32a72f0a48410fd93b1cbaaad9139590659)) | ||
* 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.17](https://github.com/endojs/endo/compare/@endo/base64@0.2.16...@endo/base64@0.2.17) (2022-01-31) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@endo/base64", | ||
"version": "0.2.17", | ||
"version": "0.2.18", | ||
"description": "Transcodes base64", | ||
@@ -23,3 +23,2 @@ "keywords": [ | ||
"module": "./index.js", | ||
"types": "./index.d.ts", | ||
"exports": { | ||
@@ -37,7 +36,7 @@ ".": "./index.js", | ||
"lint:js": "eslint .", | ||
"lint:types": "tsc --build jsconfig.json", | ||
"lint:types": "tsc -p jsconfig.json", | ||
"test": "ava" | ||
}, | ||
"devDependencies": { | ||
"@endo/eslint-config": "^0.4.2", | ||
"@endo/eslint-config": "^0.4.3", | ||
"ava": "^3.12.1", | ||
@@ -53,3 +52,3 @@ "babel-eslint": "^10.0.3", | ||
"prettier": "^1.19.1", | ||
"typescript": "^4.2.3" | ||
"typescript": "~4.5.5" | ||
}, | ||
@@ -81,3 +80,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
26976
11
138