@firebase/polyfill
Advanced tools
Comparing version 0.3.36-canary.3c61f243 to 0.3.36-canary.3c6a11c8d
@@ -21,3 +21,4 @@ 'use strict'; | ||
require('core-js/features/number/is-integer'); | ||
require('core-js/features/number/is-nan'); | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -35,1 +35,2 @@ /** | ||
import 'core-js/features/number/is-integer'; | ||
import 'core-js/features/number/is-nan'; |
@@ -19,2 +19,3 @@ import 'whatwg-fetch'; | ||
import 'core-js/features/number/is-integer'; | ||
import 'core-js/features/number/is-nan'; | ||
//# sourceMappingURL=index.esm.js.map |
{ | ||
"name": "@firebase/polyfill", | ||
"version": "0.3.36-canary.3c61f243", | ||
"version": "0.3.36-canary.3c6a11c8d", | ||
"description": "", | ||
@@ -15,14 +15,13 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"test": "echo 'No test suite for polyfills'", | ||
"test:ci": "echo 'No test suite for polyfills'", | ||
"prepare": "yarn build" | ||
"test:ci": "echo 'No test suite for polyfills'" | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"core-js": "3.6.5", | ||
"promise-polyfill": "8.1.3", | ||
"core-js": "3.15.1", | ||
"promise-polyfill": "8.2.0", | ||
"whatwg-fetch": "2.0.4" | ||
}, | ||
"devDependencies": { | ||
"rollup": "2.7.6", | ||
"rollup-plugin-typescript2": "0.27.0" | ||
"rollup": "2.52.2", | ||
"rollup-plugin-typescript2": "0.30.0" | ||
}, | ||
@@ -29,0 +28,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4532
76
+ Addedcore-js@3.15.1(transitive)
+ Addedpromise-polyfill@8.2.0(transitive)
- Removedcore-js@3.6.5(transitive)
- Removedpromise-polyfill@8.1.3(transitive)
Updatedcore-js@3.15.1
Updatedpromise-polyfill@8.2.0