core-js-compat 3.33.1 → 3.33.2

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 +12 -2
  2. package/package.json +1 -1
package/data.json CHANGED
@@ -5721,7 +5721,9 @@
5721
5721
  "firefox": "119",
5722
5722
  "firefox-android": "119",
5723
5723
  "node": "21.0",
5724
- "opera": "103"
5724
+ "opera": "103",
5725
+ "opera-android": "78",
5726
+ "opera_mobile": "78"
5725
5727
  },
5726
5728
  "esnext.map.includes": {},
5727
5729
  "esnext.map.key-by": {},
@@ -5786,7 +5788,9 @@
5786
5788
  "firefox": "119",
5787
5789
  "firefox-android": "119",
5788
5790
  "node": "21.0",
5789
- "opera": "103"
5791
+ "opera": "103",
5792
+ "opera-android": "78",
5793
+ "opera_mobile": "78"
5790
5794
  },
5791
5795
  "esnext.observable": {},
5792
5796
  "esnext.promise.all-settled": {
@@ -6341,12 +6345,18 @@
6341
6345
  "samsung": "9.0"
6342
6346
  },
6343
6347
  "web.url.can-parse": {
6348
+ "android": "120",
6344
6349
  "bun": "1.0.2",
6350
+ "chrome": "120",
6351
+ "chrome-android": "120",
6345
6352
  "deno": "1.33.2",
6353
+ "edge": "120",
6354
+ "electron": "29.0",
6346
6355
  "firefox": "115",
6347
6356
  "firefox-android": "115",
6348
6357
  "ios": "17.0",
6349
6358
  "node": "20.1.0",
6359
+ "opera": "106",
6350
6360
  "safari": "17.0"
6351
6361
  },
6352
6362
  "web.url.to-json": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "core-js-compat",
3
- "version": "3.33.1",
3
+ "version": "3.33.2",
4
4
  "type": "commonjs",
5
5
  "description": "core-js compat",
6
6
  "repository": {