Comparing version 1.0.11 to 1.0.12
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(global = global || self, factory(global.aws4fetch = {})); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.aws4fetch = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "aws4fetch", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "A compact AWS client for modern JS environments", | ||
@@ -24,3 +24,3 @@ "author": "Michael Hart <michael.hart.au@gmail.com> (https://github.com/mhart)", | ||
"devDependencies": { | ||
"eslint": "^7.3.1", | ||
"eslint": "^7.6.0", | ||
"eslint-config-standard": "^14.1.1", | ||
@@ -31,7 +31,7 @@ "eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"puppeteer": "^4.0.1", | ||
"rollup": "^2.18.1", | ||
"puppeteer": "^5.2.1", | ||
"rollup": "^2.23.1", | ||
"rollup-plugin-cleanup": "^3.1.1", | ||
"typescript": "^3.9.5" | ||
"typescript": "^3.9.7" | ||
} | ||
} |
47785