Comparing version 1.0.0 to 1.0.1
@@ -28,2 +28,3 @@ 'use strict'; | ||
'x-amzn-trace-id', | ||
'range', | ||
]; | ||
@@ -30,0 +31,0 @@ |
@@ -24,2 +24,3 @@ const encoder = new TextEncoder('utf-8'); | ||
'x-amzn-trace-id', | ||
'range', | ||
]; | ||
@@ -26,0 +27,0 @@ |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
factory(global.aws4fetch = {}); | ||
}(typeof self !== 'undefined' ? self : this, function (exports) { 'use strict'; | ||
(global = global || self, factory(global.aws4fetch = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
@@ -30,2 +30,3 @@ const encoder = new TextEncoder('utf-8'); | ||
'x-amzn-trace-id', | ||
'range', | ||
]; | ||
@@ -297,2 +298,2 @@ | ||
})); | ||
}))); |
{ | ||
"name": "aws4fetch", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -11,4 +11,4 @@ "main": "dist/aws4fetch.cjs.js", | ||
"devDependencies": { | ||
"puppeteer": "^1.11.0", | ||
"rollup": "^0.68.0" | ||
"puppeteer": "^2.0.0", | ||
"rollup": "^1.27.3" | ||
}, | ||
@@ -15,0 +15,0 @@ "scripts": { |
@@ -225,1 +225,14 @@ # aws4fetch | ||
Or you can also reference different formats straight from unpkg.com: | ||
[ES Modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import): | ||
https://unpkg.com/aws4fetch@1.0.0/dist/aws4fetch.esm.js | ||
[UMD](https://github.com/umdjs/umd): | ||
https://unpkg.com/aws4fetch@1.0.0/dist/aws4fetch.umd.js | ||
[CommonJS](https://requirejs.org/docs/commonjs.html): | ||
https://unpkg.com/aws4fetch@1.0.0/dist/aws4fetch.cjs.js |
42932
764
238