Comparing version 1.0.16 to 1.0.17
{ | ||
"name": "aws4fetch", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "A compact AWS client for modern JS environments", | ||
@@ -13,3 +13,3 @@ "author": "Michael Hart <michael.hart.au@gmail.com> (https://github.com/mhart)", | ||
".": { | ||
"import": "./dist/aws4fetch.esm.js", | ||
"import": "./dist/aws4fetch.esm.mjs", | ||
"worker": "./dist/aws4fetch.esm.js", | ||
@@ -29,4 +29,6 @@ "browser": "./dist/aws4fetch.umd.js", | ||
"prepare": "npm run build", | ||
"lint": "eslint .", | ||
"lint": "eslint --ext .js,.cjs,.mjs .", | ||
"format": "eslint --ext .js,.cjs,.mjs --fix .", | ||
"test": "node test/test.js", | ||
"test-node": "node test/node-es.mjs && node test/node-commonjs.js", | ||
"integration": "node test/integration.js" | ||
@@ -33,0 +35,0 @@ }, |
@@ -230,10 +230,14 @@ # aws4fetch | ||
https://unpkg.com/aws4fetch@1.0.5/dist/aws4fetch.esm.js | ||
https://unpkg.com/aws4fetch@1.0.17/dist/aws4fetch.esm.js | ||
OR | ||
https://unpkg.com/aws4fetch@1.0.17/dist/aws4fetch.esm.mjs | ||
[UMD](https://github.com/umdjs/umd): | ||
https://unpkg.com/aws4fetch@1.0.5/dist/aws4fetch.umd.js | ||
https://unpkg.com/aws4fetch@1.0.17/dist/aws4fetch.umd.js | ||
[CommonJS](https://requirejs.org/docs/commonjs.html): | ||
https://unpkg.com/aws4fetch@1.0.5/dist/aws4fetch.cjs.js | ||
https://unpkg.com/aws4fetch@1.0.17/dist/aws4fetch.cjs.js |
60708
8
1222
243
4