babel-plugin-polyfill-corejs3 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -261,7 +261,7 @@ const InstanceProperties = {
261
261
  fixed: define(null, ["es.string.fixed"]),
262
262
  flags: define("instance/flags", ["es.regexp.flags"]),
263
263
  flatMap: define("instance/flat-map", ["es.array.flat-map", "es.array.unscopables.flat-map"]),
264
- flat: define("instance/flat", [], "es.array.flat"),
264
+ flat: define("instance/flat", ["es.array.flat"]),
265
265
  fontcolor: define(null, ["es.string.fontcolor"]),
266
266
  fontsize: define(null, ["es.string.fontsize"]),
267
267
  forEach: define("instance/for-each", ["es.array.for-each", "web.dom-collections.for-each"]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babel-plugin-polyfill-corejs3",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "A Babel plugin to inject imports to core-js@3 polyfills",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,7 +16,7 @@
16
16
  "babel-plugin"
17
17
  ],
18
18
  "dependencies": {
19
- "@babel/helper-define-polyfill-provider": "^0.1.2",
19
+ "@babel/helper-define-polyfill-provider": "^0.1.4",
20
20
  "core-js-compat": "^3.8.1"
21
21
  },
22
22
  "devDependencies": {
@@ -32,5 +32,5 @@
32
32
  "peerDependencies": {
33
33
  "@babel/core": "^7.0.0-0"
34
34
  },
35
- "gitHead": "55f582c8ebc4b8a181a51fecaa92c89158cc7ac9"
35
+ "gitHead": "6e6c7d2925b0f512397518d9f5ec35c925ea9960"
36
36
  }