core-js-compat 3.22.0 → 3.22.1

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.
Files changed (2) hide show
  1. package/data.json +5 -0
  2. package/package.json +2 -2
package/data.json CHANGED
@@ -3378,6 +3378,7 @@
3378
3378
  "edge": "97",
3379
3379
  "electron": "17.0",
3380
3380
  "ios": "15.4",
3381
+ "node": "18.0",
3381
3382
  "opera": "83",
3382
3383
  "opera_mobile": "68",
3383
3384
  "safari": "15.4"
@@ -3389,6 +3390,7 @@
3389
3390
  "edge": "97",
3390
3391
  "electron": "17.0",
3391
3392
  "ios": "15.4",
3393
+ "node": "18.0",
3392
3394
  "opera": "83",
3393
3395
  "opera_mobile": "68",
3394
3396
  "safari": "15.4"
@@ -3624,6 +3626,7 @@
3624
3626
  "edge": "97",
3625
3627
  "electron": "17.0",
3626
3628
  "ios": "15.4",
3629
+ "node": "18.0",
3627
3630
  "opera": "83",
3628
3631
  "opera_mobile": "68",
3629
3632
  "safari": "15.4"
@@ -3635,6 +3638,7 @@
3635
3638
  "edge": "97",
3636
3639
  "electron": "17.0",
3637
3640
  "ios": "15.4",
3641
+ "node": "18.0",
3638
3642
  "opera": "83",
3639
3643
  "opera_mobile": "68",
3640
3644
  "safari": "15.4"
@@ -3662,6 +3666,7 @@
3662
3666
  "electron": "0.20",
3663
3667
  "firefox": "27",
3664
3668
  "ios": "10.3",
3669
+ "node": "18.0",
3665
3670
  "opera": "10.5",
3666
3671
  "opera_mobile": "10.5",
3667
3672
  "safari": "10.1",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "core-js-compat",
3
3
  "description": "core-js compat",
4
- "version": "3.22.0",
4
+ "version": "3.22.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/zloirock/core-js.git",
@@ -17,5 +17,5 @@
17
17
  "url": "https://opencollective.com/core-js"
18
18
  },
19
19
  "license": "MIT",
20
- "gitHead": "c5e56b664756455f9715481eca92f4a3a421f475"
20
+ "gitHead": "48aafd056bb4fbe0ea749d0ad371b15dd2cf51fc"
21
21
  }