core-js-compat 3.33.3 → 3.34.0

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.
package/README.md CHANGED
@@ -27,7 +27,7 @@ const {
27
27
  exclude: [ // optional list / filter of modules to exclude, the signature is similar to `modules` option
28
28
  'web.atob',
29
29
  ],
30
- version: '3.33', // used `core-js` version, by default - the latest
30
+ version: '3.34', // used `core-js` version, by default - the latest
31
31
  inverse: false, // inverse of the result - shows modules that are NOT required for the target environment
32
32
  });
33
33
 
@@ -125,9 +125,9 @@ require('core-js-compat/modules'); // => Array<ModuleName>
125
125
  require('core-js-compat').modules; // => Array<ModuleName>
126
126
 
127
127
  // the subset of modules which available in the passed `core-js` version:
128
- require('core-js-compat/get-modules-list-for-target-version')('3.33'); // => Array<ModuleName>
128
+ require('core-js-compat/get-modules-list-for-target-version')('3.34'); // => Array<ModuleName>
129
129
  // or
130
- require('core-js-compat').getModulesListForTargetVersion('3.33'); // => Array<ModuleName>
130
+ require('core-js-compat').getModulesListForTargetVersion('3.34'); // => Array<ModuleName>
131
131
  ```
132
132
 
133
133
  If you wanna help to improve this data, you could take a look at the related section of [`CONTRIBUTING.md`](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md#how-to-update-core-js-compat-data). The visualization of compatibility data and the browser tests runner is available [here](http://zloirock.github.io/core-js/compat/), the example:
package/data.json CHANGED
@@ -1700,6 +1700,22 @@
1700
1700
  "safari": "10.0",
1701
1701
  "samsung": "5.0"
1702
1702
  },
1703
+ "es.map.group-by": {
1704
+ "android": "117",
1705
+ "chrome": "117",
1706
+ "chrome-android": "117",
1707
+ "deno": "1.37",
1708
+ "edge": "117",
1709
+ "electron": "27.0",
1710
+ "firefox": "119",
1711
+ "firefox-android": "119",
1712
+ "node": "21.0",
1713
+ "oculus": "30.0",
1714
+ "opera": "103",
1715
+ "opera-android": "78",
1716
+ "opera_mobile": "78",
1717
+ "quest": "30.0"
1718
+ },
1703
1719
  "es.math.acosh": {
1704
1720
  "android": "54",
1705
1721
  "bun": "0.1.1",
@@ -2715,6 +2731,22 @@
2715
2731
  "safari": "9.0",
2716
2732
  "samsung": "4.0"
2717
2733
  },
2734
+ "es.object.group-by": {
2735
+ "android": "117",
2736
+ "chrome": "117",
2737
+ "chrome-android": "117",
2738
+ "deno": "1.37",
2739
+ "edge": "117",
2740
+ "electron": "27.0",
2741
+ "firefox": "119",
2742
+ "firefox-android": "119",
2743
+ "node": "21.0",
2744
+ "oculus": "30.0",
2745
+ "opera": "103",
2746
+ "opera-android": "78",
2747
+ "opera_mobile": "78",
2748
+ "quest": "30.0"
2749
+ },
2718
2750
  "es.object.has-own": {
2719
2751
  "android": "93",
2720
2752
  "bun": "0.1.1",
@@ -3166,6 +3198,18 @@
3166
3198
  "safari": "13.0.3",
3167
3199
  "samsung": "9.0"
3168
3200
  },
3201
+ "es.promise.with-resolvers": {
3202
+ "android": "119",
3203
+ "bun": "0.7.1",
3204
+ "chrome": "119",
3205
+ "chrome-android": "119",
3206
+ "deno": "1.38",
3207
+ "edge": "119",
3208
+ "electron": "28.0",
3209
+ "firefox": "121",
3210
+ "firefox-android": "121",
3211
+ "opera": "105"
3212
+ },
3169
3213
  "es.reflect.apply": {
3170
3214
  "android": "49",
3171
3215
  "bun": "0.1.1",
@@ -5847,6 +5891,8 @@
5847
5891
  "deno": "1.38",
5848
5892
  "edge": "119",
5849
5893
  "electron": "28.0",
5894
+ "firefox": "121",
5895
+ "firefox-android": "121",
5850
5896
  "opera": "105"
5851
5897
  },
5852
5898
  "esnext.reflect.define-metadata": {},
@@ -6121,6 +6167,10 @@
6121
6167
  "safari": "16.4",
6122
6168
  "samsung": "21.0"
6123
6169
  },
6170
+ "esnext.uint8-array.from-base64": {},
6171
+ "esnext.uint8-array.from-hex": {},
6172
+ "esnext.uint8-array.to-base64": {},
6173
+ "esnext.uint8-array.to-hex": {},
6124
6174
  "esnext.weak-map.delete-all": {},
6125
6175
  "esnext.weak-map.from": {},
6126
6176
  "esnext.weak-map.of": {},
package/entries.json CHANGED
@@ -77,6 +77,7 @@
77
77
  "es.json.stringify",
78
78
  "es.json.to-string-tag",
79
79
  "es.map",
80
+ "es.map.group-by",
80
81
  "es.math.acosh",
81
82
  "es.math.asinh",
82
83
  "es.math.atanh",
@@ -121,6 +122,7 @@
121
122
  "es.object.get-own-property-descriptors",
122
123
  "es.object.get-own-property-names",
123
124
  "es.object.get-prototype-of",
125
+ "es.object.group-by",
124
126
  "es.object.has-own",
125
127
  "es.object.is",
126
128
  "es.object.is-extensible",
@@ -141,6 +143,7 @@
141
143
  "es.promise.all-settled",
142
144
  "es.promise.any",
143
145
  "es.promise.finally",
146
+ "es.promise.with-resolvers",
144
147
  "es.reflect.apply",
145
148
  "es.reflect.construct",
146
149
  "es.reflect.define-property",
@@ -430,6 +433,10 @@
430
433
  "esnext.typed-array.to-spliced",
431
434
  "esnext.typed-array.unique-by",
432
435
  "esnext.typed-array.with",
436
+ "esnext.uint8-array.from-base64",
437
+ "esnext.uint8-array.from-hex",
438
+ "esnext.uint8-array.to-base64",
439
+ "esnext.uint8-array.to-hex",
433
440
  "esnext.weak-map.delete-all",
434
441
  "esnext.weak-map.from",
435
442
  "esnext.weak-map.of",
@@ -537,6 +544,7 @@
537
544
  "es.json.stringify",
538
545
  "es.json.to-string-tag",
539
546
  "es.map",
547
+ "es.map.group-by",
540
548
  "es.math.acosh",
541
549
  "es.math.asinh",
542
550
  "es.math.atanh",
@@ -581,6 +589,7 @@
581
589
  "es.object.get-own-property-descriptors",
582
590
  "es.object.get-own-property-names",
583
591
  "es.object.get-prototype-of",
592
+ "es.object.group-by",
584
593
  "es.object.has-own",
585
594
  "es.object.is",
586
595
  "es.object.is-extensible",
@@ -601,6 +610,7 @@
601
610
  "es.promise.all-settled",
602
611
  "es.promise.any",
603
612
  "es.promise.finally",
613
+ "es.promise.with-resolvers",
604
614
  "es.reflect.apply",
605
615
  "es.reflect.construct",
606
616
  "es.reflect.define-property",
@@ -1863,6 +1873,7 @@
1863
1873
  "core-js/actual/map": [
1864
1874
  "es.array.iterator",
1865
1875
  "es.map",
1876
+ "es.map.group-by",
1866
1877
  "es.object.to-string",
1867
1878
  "es.string.iterator",
1868
1879
  "esnext.map.group-by",
@@ -1870,6 +1881,7 @@
1870
1881
  ],
1871
1882
  "core-js/actual/map/group-by": [
1872
1883
  "es.map",
1884
+ "es.map.group-by",
1873
1885
  "esnext.map.group-by"
1874
1886
  ],
1875
1887
  "core-js/actual/math": [
@@ -2035,6 +2047,7 @@
2035
2047
  "es.object.get-own-property-descriptors",
2036
2048
  "es.object.get-own-property-names",
2037
2049
  "es.object.get-prototype-of",
2050
+ "es.object.group-by",
2038
2051
  "es.object.has-own",
2039
2052
  "es.object.is",
2040
2053
  "es.object.is-extensible",
@@ -2099,6 +2112,7 @@
2099
2112
  ],
2100
2113
  "core-js/actual/object/group-by": [
2101
2114
  "es.object.create",
2115
+ "es.object.group-by",
2102
2116
  "esnext.object.group-by"
2103
2117
  ],
2104
2118
  "core-js/actual/object/has-own": [
@@ -2160,6 +2174,7 @@
2160
2174
  "es.promise.all-settled",
2161
2175
  "es.promise.any",
2162
2176
  "es.promise.finally",
2177
+ "es.promise.with-resolvers",
2163
2178
  "es.string.iterator",
2164
2179
  "esnext.promise.with-resolvers",
2165
2180
  "web.dom-collections.iterator"
@@ -2188,6 +2203,7 @@
2188
2203
  ],
2189
2204
  "core-js/actual/promise/with-resolvers": [
2190
2205
  "es.promise",
2206
+ "es.promise.with-resolvers",
2191
2207
  "esnext.promise.with-resolvers"
2192
2208
  ],
2193
2209
  "core-js/actual/queue-microtask": [
@@ -3507,6 +3523,7 @@
3507
3523
  "es.json.stringify",
3508
3524
  "es.json.to-string-tag",
3509
3525
  "es.map",
3526
+ "es.map.group-by",
3510
3527
  "es.math.acosh",
3511
3528
  "es.math.asinh",
3512
3529
  "es.math.atanh",
@@ -3551,6 +3568,7 @@
3551
3568
  "es.object.get-own-property-descriptors",
3552
3569
  "es.object.get-own-property-names",
3553
3570
  "es.object.get-prototype-of",
3571
+ "es.object.group-by",
3554
3572
  "es.object.has-own",
3555
3573
  "es.object.is",
3556
3574
  "es.object.is-extensible",
@@ -3571,6 +3589,7 @@
3571
3589
  "es.promise.all-settled",
3572
3590
  "es.promise.any",
3573
3591
  "es.promise.finally",
3592
+ "es.promise.with-resolvers",
3574
3593
  "es.reflect.apply",
3575
3594
  "es.reflect.construct",
3576
3595
  "es.reflect.define-property",
@@ -4269,9 +4288,14 @@
4269
4288
  "core-js/es/map": [
4270
4289
  "es.array.iterator",
4271
4290
  "es.map",
4291
+ "es.map.group-by",
4272
4292
  "es.object.to-string",
4273
4293
  "es.string.iterator"
4274
4294
  ],
4295
+ "core-js/es/map/group-by": [
4296
+ "es.map",
4297
+ "es.map.group-by"
4298
+ ],
4275
4299
  "core-js/es/math": [
4276
4300
  "es.math.acosh",
4277
4301
  "es.math.asinh",
@@ -4431,6 +4455,7 @@
4431
4455
  "es.object.get-own-property-descriptors",
4432
4456
  "es.object.get-own-property-names",
4433
4457
  "es.object.get-prototype-of",
4458
+ "es.object.group-by",
4434
4459
  "es.object.has-own",
4435
4460
  "es.object.is",
4436
4461
  "es.object.is-extensible",
@@ -4490,6 +4515,10 @@
4490
4515
  "core-js/es/object/get-prototype-of": [
4491
4516
  "es.object.get-prototype-of"
4492
4517
  ],
4518
+ "core-js/es/object/group-by": [
4519
+ "es.object.create",
4520
+ "es.object.group-by"
4521
+ ],
4493
4522
  "core-js/es/object/has-own": [
4494
4523
  "es.object.has-own"
4495
4524
  ],
@@ -4549,6 +4578,7 @@
4549
4578
  "es.promise.all-settled",
4550
4579
  "es.promise.any",
4551
4580
  "es.promise.finally",
4581
+ "es.promise.with-resolvers",
4552
4582
  "es.string.iterator"
4553
4583
  ],
4554
4584
  "core-js/es/promise/all-settled": [
@@ -4571,6 +4601,10 @@
4571
4601
  "es.promise",
4572
4602
  "es.promise.finally"
4573
4603
  ],
4604
+ "core-js/es/promise/with-resolvers": [
4605
+ "es.promise",
4606
+ "es.promise.with-resolvers"
4607
+ ],
4574
4608
  "core-js/es/reflect": [
4575
4609
  "es.object.to-string",
4576
4610
  "es.reflect.apply",
@@ -5702,6 +5736,7 @@
5702
5736
  "es.json.stringify",
5703
5737
  "es.json.to-string-tag",
5704
5738
  "es.map",
5739
+ "es.map.group-by",
5705
5740
  "es.math.acosh",
5706
5741
  "es.math.asinh",
5707
5742
  "es.math.atanh",
@@ -5746,6 +5781,7 @@
5746
5781
  "es.object.get-own-property-descriptors",
5747
5782
  "es.object.get-own-property-names",
5748
5783
  "es.object.get-prototype-of",
5784
+ "es.object.group-by",
5749
5785
  "es.object.has-own",
5750
5786
  "es.object.is",
5751
5787
  "es.object.is-extensible",
@@ -5766,6 +5802,7 @@
5766
5802
  "es.promise.all-settled",
5767
5803
  "es.promise.any",
5768
5804
  "es.promise.finally",
5805
+ "es.promise.with-resolvers",
5769
5806
  "es.reflect.apply",
5770
5807
  "es.reflect.construct",
5771
5808
  "es.reflect.define-property",
@@ -6055,6 +6092,10 @@
6055
6092
  "esnext.typed-array.to-spliced",
6056
6093
  "esnext.typed-array.unique-by",
6057
6094
  "esnext.typed-array.with",
6095
+ "esnext.uint8-array.from-base64",
6096
+ "esnext.uint8-array.from-hex",
6097
+ "esnext.uint8-array.to-base64",
6098
+ "esnext.uint8-array.to-hex",
6058
6099
  "esnext.weak-map.delete-all",
6059
6100
  "esnext.weak-map.from",
6060
6101
  "esnext.weak-map.of",
@@ -7289,6 +7330,7 @@
7289
7330
  "core-js/features/map": [
7290
7331
  "es.array.iterator",
7291
7332
  "es.map",
7333
+ "es.map.group-by",
7292
7334
  "es.object.to-string",
7293
7335
  "es.string.iterator",
7294
7336
  "esnext.map.delete-all",
@@ -7346,6 +7388,7 @@
7346
7388
  ],
7347
7389
  "core-js/features/map/group-by": [
7348
7390
  "es.map",
7391
+ "es.map.group-by",
7349
7392
  "esnext.map.group-by"
7350
7393
  ],
7351
7394
  "core-js/features/map/includes": [
@@ -7622,6 +7665,7 @@
7622
7665
  "es.object.get-own-property-descriptors",
7623
7666
  "es.object.get-own-property-names",
7624
7667
  "es.object.get-prototype-of",
7668
+ "es.object.group-by",
7625
7669
  "es.object.has-own",
7626
7670
  "es.object.is",
7627
7671
  "es.object.is-extensible",
@@ -7690,6 +7734,7 @@
7690
7734
  ],
7691
7735
  "core-js/features/object/group-by": [
7692
7736
  "es.object.create",
7737
+ "es.object.group-by",
7693
7738
  "esnext.object.group-by"
7694
7739
  ],
7695
7740
  "core-js/features/object/has-own": [
@@ -7768,6 +7813,7 @@
7768
7813
  "es.promise.all-settled",
7769
7814
  "es.promise.any",
7770
7815
  "es.promise.finally",
7816
+ "es.promise.with-resolvers",
7771
7817
  "es.string.iterator",
7772
7818
  "esnext.aggregate-error",
7773
7819
  "esnext.promise.all-settled",
@@ -7807,6 +7853,7 @@
7807
7853
  ],
7808
7854
  "core-js/features/promise/with-resolvers": [
7809
7855
  "es.promise",
7856
+ "es.promise.with-resolvers",
7810
7857
  "esnext.promise.with-resolvers"
7811
7858
  ],
7812
7859
  "core-js/features/queue-microtask": [
@@ -8671,7 +8718,11 @@
8671
8718
  "esnext.typed-array.to-sorted",
8672
8719
  "esnext.typed-array.to-spliced",
8673
8720
  "esnext.typed-array.unique-by",
8674
- "esnext.typed-array.with"
8721
+ "esnext.typed-array.with",
8722
+ "esnext.uint8-array.from-base64",
8723
+ "esnext.uint8-array.from-hex",
8724
+ "esnext.uint8-array.to-base64",
8725
+ "esnext.uint8-array.to-hex"
8675
8726
  ],
8676
8727
  "core-js/features/typed-array/at": [
8677
8728
  "es.typed-array.at",
@@ -8763,7 +8814,11 @@
8763
8814
  "esnext.typed-array.to-sorted",
8764
8815
  "esnext.typed-array.to-spliced",
8765
8816
  "esnext.typed-array.unique-by",
8766
- "esnext.typed-array.with"
8817
+ "esnext.typed-array.with",
8818
+ "esnext.uint8-array.from-base64",
8819
+ "esnext.uint8-array.from-hex",
8820
+ "esnext.uint8-array.to-base64",
8821
+ "esnext.uint8-array.to-hex"
8767
8822
  ],
8768
8823
  "core-js/features/typed-array/float64-array": [
8769
8824
  "es.array-buffer.constructor",
@@ -8815,7 +8870,11 @@
8815
8870
  "esnext.typed-array.to-sorted",
8816
8871
  "esnext.typed-array.to-spliced",
8817
8872
  "esnext.typed-array.unique-by",
8818
- "esnext.typed-array.with"
8873
+ "esnext.typed-array.with",
8874
+ "esnext.uint8-array.from-base64",
8875
+ "esnext.uint8-array.from-hex",
8876
+ "esnext.uint8-array.to-base64",
8877
+ "esnext.uint8-array.to-hex"
8819
8878
  ],
8820
8879
  "core-js/features/typed-array/for-each": [
8821
8880
  "es.typed-array.for-each"
@@ -8826,6 +8885,12 @@
8826
8885
  "core-js/features/typed-array/from-async": [
8827
8886
  "esnext.typed-array.from-async"
8828
8887
  ],
8888
+ "core-js/features/typed-array/from-base64": [
8889
+ "esnext.uint8-array.from-base64"
8890
+ ],
8891
+ "core-js/features/typed-array/from-hex": [
8892
+ "esnext.uint8-array.from-hex"
8893
+ ],
8829
8894
  "core-js/features/typed-array/group-by": [
8830
8895
  "esnext.typed-array.group-by"
8831
8896
  ],
@@ -8885,7 +8950,11 @@
8885
8950
  "esnext.typed-array.to-sorted",
8886
8951
  "esnext.typed-array.to-spliced",
8887
8952
  "esnext.typed-array.unique-by",
8888
- "esnext.typed-array.with"
8953
+ "esnext.typed-array.with",
8954
+ "esnext.uint8-array.from-base64",
8955
+ "esnext.uint8-array.from-hex",
8956
+ "esnext.uint8-array.to-base64",
8957
+ "esnext.uint8-array.to-hex"
8889
8958
  ],
8890
8959
  "core-js/features/typed-array/int32-array": [
8891
8960
  "es.array-buffer.constructor",
@@ -8937,7 +9006,11 @@
8937
9006
  "esnext.typed-array.to-sorted",
8938
9007
  "esnext.typed-array.to-spliced",
8939
9008
  "esnext.typed-array.unique-by",
8940
- "esnext.typed-array.with"
9009
+ "esnext.typed-array.with",
9010
+ "esnext.uint8-array.from-base64",
9011
+ "esnext.uint8-array.from-hex",
9012
+ "esnext.uint8-array.to-base64",
9013
+ "esnext.uint8-array.to-hex"
8941
9014
  ],
8942
9015
  "core-js/features/typed-array/int8-array": [
8943
9016
  "es.array-buffer.constructor",
@@ -8989,7 +9062,11 @@
8989
9062
  "esnext.typed-array.to-sorted",
8990
9063
  "esnext.typed-array.to-spliced",
8991
9064
  "esnext.typed-array.unique-by",
8992
- "esnext.typed-array.with"
9065
+ "esnext.typed-array.with",
9066
+ "esnext.uint8-array.from-base64",
9067
+ "esnext.uint8-array.from-hex",
9068
+ "esnext.uint8-array.to-base64",
9069
+ "esnext.uint8-array.to-hex"
8993
9070
  ],
8994
9071
  "core-js/features/typed-array/iterator": [
8995
9072
  "es.object.to-string",
@@ -9055,7 +9132,11 @@
9055
9132
  "esnext.typed-array.to-sorted",
9056
9133
  "esnext.typed-array.to-spliced",
9057
9134
  "esnext.typed-array.unique-by",
9058
- "esnext.typed-array.with"
9135
+ "esnext.typed-array.with",
9136
+ "esnext.uint8-array.from-base64",
9137
+ "esnext.uint8-array.from-hex",
9138
+ "esnext.uint8-array.to-base64",
9139
+ "esnext.uint8-array.to-hex"
9059
9140
  ],
9060
9141
  "core-js/features/typed-array/of": [
9061
9142
  "es.typed-array.of"
@@ -9084,6 +9165,12 @@
9084
9165
  "core-js/features/typed-array/subarray": [
9085
9166
  "es.typed-array.subarray"
9086
9167
  ],
9168
+ "core-js/features/typed-array/to-base64": [
9169
+ "esnext.uint8-array.to-base64"
9170
+ ],
9171
+ "core-js/features/typed-array/to-hex": [
9172
+ "esnext.uint8-array.to-hex"
9173
+ ],
9087
9174
  "core-js/features/typed-array/to-locale-string": [
9088
9175
  "es.typed-array.to-locale-string"
9089
9176
  ],
@@ -9152,7 +9239,11 @@
9152
9239
  "esnext.typed-array.to-sorted",
9153
9240
  "esnext.typed-array.to-spliced",
9154
9241
  "esnext.typed-array.unique-by",
9155
- "esnext.typed-array.with"
9242
+ "esnext.typed-array.with",
9243
+ "esnext.uint8-array.from-base64",
9244
+ "esnext.uint8-array.from-hex",
9245
+ "esnext.uint8-array.to-base64",
9246
+ "esnext.uint8-array.to-hex"
9156
9247
  ],
9157
9248
  "core-js/features/typed-array/uint32-array": [
9158
9249
  "es.array-buffer.constructor",
@@ -9204,7 +9295,11 @@
9204
9295
  "esnext.typed-array.to-sorted",
9205
9296
  "esnext.typed-array.to-spliced",
9206
9297
  "esnext.typed-array.unique-by",
9207
- "esnext.typed-array.with"
9298
+ "esnext.typed-array.with",
9299
+ "esnext.uint8-array.from-base64",
9300
+ "esnext.uint8-array.from-hex",
9301
+ "esnext.uint8-array.to-base64",
9302
+ "esnext.uint8-array.to-hex"
9208
9303
  ],
9209
9304
  "core-js/features/typed-array/uint8-array": [
9210
9305
  "es.array-buffer.constructor",
@@ -9256,7 +9351,11 @@
9256
9351
  "esnext.typed-array.to-sorted",
9257
9352
  "esnext.typed-array.to-spliced",
9258
9353
  "esnext.typed-array.unique-by",
9259
- "esnext.typed-array.with"
9354
+ "esnext.typed-array.with",
9355
+ "esnext.uint8-array.from-base64",
9356
+ "esnext.uint8-array.from-hex",
9357
+ "esnext.uint8-array.to-base64",
9358
+ "esnext.uint8-array.to-hex"
9260
9359
  ],
9261
9360
  "core-js/features/typed-array/uint8-clamped-array": [
9262
9361
  "es.array-buffer.constructor",
@@ -9308,7 +9407,11 @@
9308
9407
  "esnext.typed-array.to-sorted",
9309
9408
  "esnext.typed-array.to-spliced",
9310
9409
  "esnext.typed-array.unique-by",
9311
- "esnext.typed-array.with"
9410
+ "esnext.typed-array.with",
9411
+ "esnext.uint8-array.from-base64",
9412
+ "esnext.uint8-array.from-hex",
9413
+ "esnext.uint8-array.to-base64",
9414
+ "esnext.uint8-array.to-hex"
9312
9415
  ],
9313
9416
  "core-js/features/typed-array/unique-by": [
9314
9417
  "es.map",
@@ -9493,6 +9596,7 @@
9493
9596
  "es.json.stringify",
9494
9597
  "es.json.to-string-tag",
9495
9598
  "es.map",
9599
+ "es.map.group-by",
9496
9600
  "es.math.acosh",
9497
9601
  "es.math.asinh",
9498
9602
  "es.math.atanh",
@@ -9537,6 +9641,7 @@
9537
9641
  "es.object.get-own-property-descriptors",
9538
9642
  "es.object.get-own-property-names",
9539
9643
  "es.object.get-prototype-of",
9644
+ "es.object.group-by",
9540
9645
  "es.object.has-own",
9541
9646
  "es.object.is",
9542
9647
  "es.object.is-extensible",
@@ -9557,6 +9662,7 @@
9557
9662
  "es.promise.all-settled",
9558
9663
  "es.promise.any",
9559
9664
  "es.promise.finally",
9665
+ "es.promise.with-resolvers",
9560
9666
  "es.reflect.apply",
9561
9667
  "es.reflect.construct",
9562
9668
  "es.reflect.define-property",
@@ -9846,6 +9952,10 @@
9846
9952
  "esnext.typed-array.to-spliced",
9847
9953
  "esnext.typed-array.unique-by",
9848
9954
  "esnext.typed-array.with",
9955
+ "esnext.uint8-array.from-base64",
9956
+ "esnext.uint8-array.from-hex",
9957
+ "esnext.uint8-array.to-base64",
9958
+ "esnext.uint8-array.to-hex",
9849
9959
  "esnext.weak-map.delete-all",
9850
9960
  "esnext.weak-map.from",
9851
9961
  "esnext.weak-map.of",
@@ -11080,6 +11190,7 @@
11080
11190
  "core-js/full/map": [
11081
11191
  "es.array.iterator",
11082
11192
  "es.map",
11193
+ "es.map.group-by",
11083
11194
  "es.object.to-string",
11084
11195
  "es.string.iterator",
11085
11196
  "esnext.map.delete-all",
@@ -11137,6 +11248,7 @@
11137
11248
  ],
11138
11249
  "core-js/full/map/group-by": [
11139
11250
  "es.map",
11251
+ "es.map.group-by",
11140
11252
  "esnext.map.group-by"
11141
11253
  ],
11142
11254
  "core-js/full/map/includes": [
@@ -11413,6 +11525,7 @@
11413
11525
  "es.object.get-own-property-descriptors",
11414
11526
  "es.object.get-own-property-names",
11415
11527
  "es.object.get-prototype-of",
11528
+ "es.object.group-by",
11416
11529
  "es.object.has-own",
11417
11530
  "es.object.is",
11418
11531
  "es.object.is-extensible",
@@ -11481,6 +11594,7 @@
11481
11594
  ],
11482
11595
  "core-js/full/object/group-by": [
11483
11596
  "es.object.create",
11597
+ "es.object.group-by",
11484
11598
  "esnext.object.group-by"
11485
11599
  ],
11486
11600
  "core-js/full/object/has-own": [
@@ -11559,6 +11673,7 @@
11559
11673
  "es.promise.all-settled",
11560
11674
  "es.promise.any",
11561
11675
  "es.promise.finally",
11676
+ "es.promise.with-resolvers",
11562
11677
  "es.string.iterator",
11563
11678
  "esnext.aggregate-error",
11564
11679
  "esnext.promise.all-settled",
@@ -11598,6 +11713,7 @@
11598
11713
  ],
11599
11714
  "core-js/full/promise/with-resolvers": [
11600
11715
  "es.promise",
11716
+ "es.promise.with-resolvers",
11601
11717
  "esnext.promise.with-resolvers"
11602
11718
  ],
11603
11719
  "core-js/full/queue-microtask": [
@@ -12462,7 +12578,11 @@
12462
12578
  "esnext.typed-array.to-sorted",
12463
12579
  "esnext.typed-array.to-spliced",
12464
12580
  "esnext.typed-array.unique-by",
12465
- "esnext.typed-array.with"
12581
+ "esnext.typed-array.with",
12582
+ "esnext.uint8-array.from-base64",
12583
+ "esnext.uint8-array.from-hex",
12584
+ "esnext.uint8-array.to-base64",
12585
+ "esnext.uint8-array.to-hex"
12466
12586
  ],
12467
12587
  "core-js/full/typed-array/at": [
12468
12588
  "es.typed-array.at",
@@ -12554,7 +12674,11 @@
12554
12674
  "esnext.typed-array.to-sorted",
12555
12675
  "esnext.typed-array.to-spliced",
12556
12676
  "esnext.typed-array.unique-by",
12557
- "esnext.typed-array.with"
12677
+ "esnext.typed-array.with",
12678
+ "esnext.uint8-array.from-base64",
12679
+ "esnext.uint8-array.from-hex",
12680
+ "esnext.uint8-array.to-base64",
12681
+ "esnext.uint8-array.to-hex"
12558
12682
  ],
12559
12683
  "core-js/full/typed-array/float64-array": [
12560
12684
  "es.array-buffer.constructor",
@@ -12606,7 +12730,11 @@
12606
12730
  "esnext.typed-array.to-sorted",
12607
12731
  "esnext.typed-array.to-spliced",
12608
12732
  "esnext.typed-array.unique-by",
12609
- "esnext.typed-array.with"
12733
+ "esnext.typed-array.with",
12734
+ "esnext.uint8-array.from-base64",
12735
+ "esnext.uint8-array.from-hex",
12736
+ "esnext.uint8-array.to-base64",
12737
+ "esnext.uint8-array.to-hex"
12610
12738
  ],
12611
12739
  "core-js/full/typed-array/for-each": [
12612
12740
  "es.typed-array.for-each"
@@ -12617,6 +12745,12 @@
12617
12745
  "core-js/full/typed-array/from-async": [
12618
12746
  "esnext.typed-array.from-async"
12619
12747
  ],
12748
+ "core-js/full/typed-array/from-base64": [
12749
+ "esnext.uint8-array.from-base64"
12750
+ ],
12751
+ "core-js/full/typed-array/from-hex": [
12752
+ "esnext.uint8-array.from-hex"
12753
+ ],
12620
12754
  "core-js/full/typed-array/group-by": [
12621
12755
  "esnext.typed-array.group-by"
12622
12756
  ],
@@ -12676,7 +12810,11 @@
12676
12810
  "esnext.typed-array.to-sorted",
12677
12811
  "esnext.typed-array.to-spliced",
12678
12812
  "esnext.typed-array.unique-by",
12679
- "esnext.typed-array.with"
12813
+ "esnext.typed-array.with",
12814
+ "esnext.uint8-array.from-base64",
12815
+ "esnext.uint8-array.from-hex",
12816
+ "esnext.uint8-array.to-base64",
12817
+ "esnext.uint8-array.to-hex"
12680
12818
  ],
12681
12819
  "core-js/full/typed-array/int32-array": [
12682
12820
  "es.array-buffer.constructor",
@@ -12728,7 +12866,11 @@
12728
12866
  "esnext.typed-array.to-sorted",
12729
12867
  "esnext.typed-array.to-spliced",
12730
12868
  "esnext.typed-array.unique-by",
12731
- "esnext.typed-array.with"
12869
+ "esnext.typed-array.with",
12870
+ "esnext.uint8-array.from-base64",
12871
+ "esnext.uint8-array.from-hex",
12872
+ "esnext.uint8-array.to-base64",
12873
+ "esnext.uint8-array.to-hex"
12732
12874
  ],
12733
12875
  "core-js/full/typed-array/int8-array": [
12734
12876
  "es.array-buffer.constructor",
@@ -12780,7 +12922,11 @@
12780
12922
  "esnext.typed-array.to-sorted",
12781
12923
  "esnext.typed-array.to-spliced",
12782
12924
  "esnext.typed-array.unique-by",
12783
- "esnext.typed-array.with"
12925
+ "esnext.typed-array.with",
12926
+ "esnext.uint8-array.from-base64",
12927
+ "esnext.uint8-array.from-hex",
12928
+ "esnext.uint8-array.to-base64",
12929
+ "esnext.uint8-array.to-hex"
12784
12930
  ],
12785
12931
  "core-js/full/typed-array/iterator": [
12786
12932
  "es.object.to-string",
@@ -12846,7 +12992,11 @@
12846
12992
  "esnext.typed-array.to-sorted",
12847
12993
  "esnext.typed-array.to-spliced",
12848
12994
  "esnext.typed-array.unique-by",
12849
- "esnext.typed-array.with"
12995
+ "esnext.typed-array.with",
12996
+ "esnext.uint8-array.from-base64",
12997
+ "esnext.uint8-array.from-hex",
12998
+ "esnext.uint8-array.to-base64",
12999
+ "esnext.uint8-array.to-hex"
12850
13000
  ],
12851
13001
  "core-js/full/typed-array/of": [
12852
13002
  "es.typed-array.of"
@@ -12875,6 +13025,12 @@
12875
13025
  "core-js/full/typed-array/subarray": [
12876
13026
  "es.typed-array.subarray"
12877
13027
  ],
13028
+ "core-js/full/typed-array/to-base64": [
13029
+ "esnext.uint8-array.to-base64"
13030
+ ],
13031
+ "core-js/full/typed-array/to-hex": [
13032
+ "esnext.uint8-array.to-hex"
13033
+ ],
12878
13034
  "core-js/full/typed-array/to-locale-string": [
12879
13035
  "es.typed-array.to-locale-string"
12880
13036
  ],
@@ -12943,7 +13099,11 @@
12943
13099
  "esnext.typed-array.to-sorted",
12944
13100
  "esnext.typed-array.to-spliced",
12945
13101
  "esnext.typed-array.unique-by",
12946
- "esnext.typed-array.with"
13102
+ "esnext.typed-array.with",
13103
+ "esnext.uint8-array.from-base64",
13104
+ "esnext.uint8-array.from-hex",
13105
+ "esnext.uint8-array.to-base64",
13106
+ "esnext.uint8-array.to-hex"
12947
13107
  ],
12948
13108
  "core-js/full/typed-array/uint32-array": [
12949
13109
  "es.array-buffer.constructor",
@@ -12995,7 +13155,11 @@
12995
13155
  "esnext.typed-array.to-sorted",
12996
13156
  "esnext.typed-array.to-spliced",
12997
13157
  "esnext.typed-array.unique-by",
12998
- "esnext.typed-array.with"
13158
+ "esnext.typed-array.with",
13159
+ "esnext.uint8-array.from-base64",
13160
+ "esnext.uint8-array.from-hex",
13161
+ "esnext.uint8-array.to-base64",
13162
+ "esnext.uint8-array.to-hex"
12999
13163
  ],
13000
13164
  "core-js/full/typed-array/uint8-array": [
13001
13165
  "es.array-buffer.constructor",
@@ -13047,7 +13211,11 @@
13047
13211
  "esnext.typed-array.to-sorted",
13048
13212
  "esnext.typed-array.to-spliced",
13049
13213
  "esnext.typed-array.unique-by",
13050
- "esnext.typed-array.with"
13214
+ "esnext.typed-array.with",
13215
+ "esnext.uint8-array.from-base64",
13216
+ "esnext.uint8-array.from-hex",
13217
+ "esnext.uint8-array.to-base64",
13218
+ "esnext.uint8-array.to-hex"
13051
13219
  ],
13052
13220
  "core-js/full/typed-array/uint8-clamped-array": [
13053
13221
  "es.array-buffer.constructor",
@@ -13099,7 +13267,11 @@
13099
13267
  "esnext.typed-array.to-sorted",
13100
13268
  "esnext.typed-array.to-spliced",
13101
13269
  "esnext.typed-array.unique-by",
13102
- "esnext.typed-array.with"
13270
+ "esnext.typed-array.with",
13271
+ "esnext.uint8-array.from-base64",
13272
+ "esnext.uint8-array.from-hex",
13273
+ "esnext.uint8-array.to-base64",
13274
+ "esnext.uint8-array.to-hex"
13103
13275
  ],
13104
13276
  "core-js/full/typed-array/unique-by": [
13105
13277
  "es.map",
@@ -13401,6 +13573,9 @@
13401
13573
  "core-js/modules/es.map.constructor": [
13402
13574
  "es.map.constructor"
13403
13575
  ],
13576
+ "core-js/modules/es.map.group-by": [
13577
+ "es.map.group-by"
13578
+ ],
13404
13579
  "core-js/modules/es.math.acosh": [
13405
13580
  "es.math.acosh"
13406
13581
  ],
@@ -13536,6 +13711,9 @@
13536
13711
  "core-js/modules/es.object.get-prototype-of": [
13537
13712
  "es.object.get-prototype-of"
13538
13713
  ],
13714
+ "core-js/modules/es.object.group-by": [
13715
+ "es.object.group-by"
13716
+ ],
13539
13717
  "core-js/modules/es.object.has-own": [
13540
13718
  "es.object.has-own"
13541
13719
  ],
@@ -13614,6 +13792,9 @@
13614
13792
  "core-js/modules/es.promise.resolve": [
13615
13793
  "es.promise.resolve"
13616
13794
  ],
13795
+ "core-js/modules/es.promise.with-resolvers": [
13796
+ "es.promise.with-resolvers"
13797
+ ],
13617
13798
  "core-js/modules/es.reflect.apply": [
13618
13799
  "es.reflect.apply"
13619
13800
  ],
@@ -14562,6 +14743,18 @@
14562
14743
  "core-js/modules/esnext.typed-array.with": [
14563
14744
  "esnext.typed-array.with"
14564
14745
  ],
14746
+ "core-js/modules/esnext.uint8-array.from-base64": [
14747
+ "esnext.uint8-array.from-base64"
14748
+ ],
14749
+ "core-js/modules/esnext.uint8-array.from-hex": [
14750
+ "esnext.uint8-array.from-hex"
14751
+ ],
14752
+ "core-js/modules/esnext.uint8-array.to-base64": [
14753
+ "esnext.uint8-array.to-base64"
14754
+ ],
14755
+ "core-js/modules/esnext.uint8-array.to-hex": [
14756
+ "esnext.uint8-array.to-hex"
14757
+ ],
14565
14758
  "core-js/modules/esnext.weak-map.delete-all": [
14566
14759
  "esnext.weak-map.delete-all"
14567
14760
  ],
@@ -14855,6 +15048,10 @@
14855
15048
  "esnext.typed-array.to-spliced",
14856
15049
  "esnext.typed-array.unique-by",
14857
15050
  "esnext.typed-array.with",
15051
+ "esnext.uint8-array.from-base64",
15052
+ "esnext.uint8-array.from-hex",
15053
+ "esnext.uint8-array.to-base64",
15054
+ "esnext.uint8-array.to-hex",
14858
15055
  "esnext.weak-map.delete-all",
14859
15056
  "esnext.weak-map.from",
14860
15057
  "esnext.weak-map.of",
@@ -14875,6 +15072,12 @@
14875
15072
  "core-js/proposals/accessible-object-hasownproperty": [
14876
15073
  "esnext.object.has-own"
14877
15074
  ],
15075
+ "core-js/proposals/array-buffer-base64": [
15076
+ "esnext.uint8-array.from-base64",
15077
+ "esnext.uint8-array.from-hex",
15078
+ "esnext.uint8-array.to-base64",
15079
+ "esnext.uint8-array.to-hex"
15080
+ ],
14878
15081
  "core-js/proposals/array-buffer-transfer": [
14879
15082
  "esnext.array-buffer.detached",
14880
15083
  "esnext.array-buffer.transfer",
@@ -15439,6 +15642,7 @@
15439
15642
  "es.json.stringify",
15440
15643
  "es.json.to-string-tag",
15441
15644
  "es.map",
15645
+ "es.map.group-by",
15442
15646
  "es.math.acosh",
15443
15647
  "es.math.asinh",
15444
15648
  "es.math.atanh",
@@ -15483,6 +15687,7 @@
15483
15687
  "es.object.get-own-property-descriptors",
15484
15688
  "es.object.get-own-property-names",
15485
15689
  "es.object.get-prototype-of",
15690
+ "es.object.group-by",
15486
15691
  "es.object.has-own",
15487
15692
  "es.object.is",
15488
15693
  "es.object.is-extensible",
@@ -15503,6 +15708,7 @@
15503
15708
  "es.promise.all-settled",
15504
15709
  "es.promise.any",
15505
15710
  "es.promise.finally",
15711
+ "es.promise.with-resolvers",
15506
15712
  "es.reflect.apply",
15507
15713
  "es.reflect.construct",
15508
15714
  "es.reflect.define-property",
@@ -16273,10 +16479,15 @@
16273
16479
  "core-js/stable/map": [
16274
16480
  "es.array.iterator",
16275
16481
  "es.map",
16482
+ "es.map.group-by",
16276
16483
  "es.object.to-string",
16277
16484
  "es.string.iterator",
16278
16485
  "web.dom-collections.iterator"
16279
16486
  ],
16487
+ "core-js/stable/map/group-by": [
16488
+ "es.map",
16489
+ "es.map.group-by"
16490
+ ],
16280
16491
  "core-js/stable/math": [
16281
16492
  "es.math.acosh",
16282
16493
  "es.math.asinh",
@@ -16436,6 +16647,7 @@
16436
16647
  "es.object.get-own-property-descriptors",
16437
16648
  "es.object.get-own-property-names",
16438
16649
  "es.object.get-prototype-of",
16650
+ "es.object.group-by",
16439
16651
  "es.object.has-own",
16440
16652
  "es.object.is",
16441
16653
  "es.object.is-extensible",
@@ -16497,6 +16709,10 @@
16497
16709
  "core-js/stable/object/get-prototype-of": [
16498
16710
  "es.object.get-prototype-of"
16499
16711
  ],
16712
+ "core-js/stable/object/group-by": [
16713
+ "es.object.create",
16714
+ "es.object.group-by"
16715
+ ],
16500
16716
  "core-js/stable/object/has-own": [
16501
16717
  "es.object.has-own"
16502
16718
  ],
@@ -16556,6 +16772,7 @@
16556
16772
  "es.promise.all-settled",
16557
16773
  "es.promise.any",
16558
16774
  "es.promise.finally",
16775
+ "es.promise.with-resolvers",
16559
16776
  "es.string.iterator",
16560
16777
  "web.dom-collections.iterator"
16561
16778
  ],
@@ -16581,6 +16798,10 @@
16581
16798
  "es.promise",
16582
16799
  "es.promise.finally"
16583
16800
  ],
16801
+ "core-js/stable/promise/with-resolvers": [
16802
+ "es.promise",
16803
+ "es.promise.with-resolvers"
16804
+ ],
16584
16805
  "core-js/stable/queue-microtask": [
16585
16806
  "web.queue-microtask"
16586
16807
  ],
@@ -17879,6 +18100,10 @@
17879
18100
  "esnext.typed-array.to-spliced",
17880
18101
  "esnext.typed-array.unique-by",
17881
18102
  "esnext.typed-array.with",
18103
+ "esnext.uint8-array.from-base64",
18104
+ "esnext.uint8-array.from-hex",
18105
+ "esnext.uint8-array.to-base64",
18106
+ "esnext.uint8-array.to-hex",
17882
18107
  "esnext.weak-map.delete-all",
17883
18108
  "esnext.weak-map.from",
17884
18109
  "esnext.weak-map.of",
@@ -18078,6 +18303,10 @@
18078
18303
  "esnext.typed-array.to-spliced",
18079
18304
  "esnext.typed-array.unique-by",
18080
18305
  "esnext.typed-array.with",
18306
+ "esnext.uint8-array.from-base64",
18307
+ "esnext.uint8-array.from-hex",
18308
+ "esnext.uint8-array.to-base64",
18309
+ "esnext.uint8-array.to-hex",
18081
18310
  "esnext.weak-map.delete-all",
18082
18311
  "esnext.weak-map.from",
18083
18312
  "esnext.weak-map.of",
@@ -18266,6 +18495,10 @@
18266
18495
  "esnext.typed-array.to-spliced",
18267
18496
  "esnext.typed-array.unique-by",
18268
18497
  "esnext.typed-array.with",
18498
+ "esnext.uint8-array.from-base64",
18499
+ "esnext.uint8-array.from-hex",
18500
+ "esnext.uint8-array.to-base64",
18501
+ "esnext.uint8-array.to-hex",
18269
18502
  "esnext.weak-map.delete-all",
18270
18503
  "esnext.weak-map.from",
18271
18504
  "esnext.weak-map.of",
@@ -18383,6 +18616,10 @@
18383
18616
  "esnext.typed-array.to-sorted",
18384
18617
  "esnext.typed-array.to-spliced",
18385
18618
  "esnext.typed-array.with",
18619
+ "esnext.uint8-array.from-base64",
18620
+ "esnext.uint8-array.from-hex",
18621
+ "esnext.uint8-array.to-base64",
18622
+ "esnext.uint8-array.to-hex",
18386
18623
  "esnext.weak-map.emplace"
18387
18624
  ],
18388
18625
  "core-js/stage/3": [
@@ -18482,9 +18719,12 @@
18482
18719
  "esnext.array.to-spliced",
18483
18720
  "esnext.array.with",
18484
18721
  "esnext.global-this",
18722
+ "esnext.map.group-by",
18485
18723
  "esnext.object.has-own",
18724
+ "esnext.object.group-by",
18486
18725
  "esnext.promise.all-settled",
18487
18726
  "esnext.promise.any",
18727
+ "esnext.promise.with-resolvers",
18488
18728
  "esnext.string.is-well-formed",
18489
18729
  "esnext.string.match-all",
18490
18730
  "esnext.string.replace-all",
@@ -18687,6 +18927,10 @@
18687
18927
  "esnext.typed-array.to-spliced",
18688
18928
  "esnext.typed-array.unique-by",
18689
18929
  "esnext.typed-array.with",
18930
+ "esnext.uint8-array.from-base64",
18931
+ "esnext.uint8-array.from-hex",
18932
+ "esnext.uint8-array.to-base64",
18933
+ "esnext.uint8-array.to-hex",
18690
18934
  "esnext.weak-map.delete-all",
18691
18935
  "esnext.weak-map.from",
18692
18936
  "esnext.weak-map.of",
@@ -514,5 +514,14 @@
514
514
  ],
515
515
  "3.33": [
516
516
  "esnext.regexp.escape"
517
+ ],
518
+ "3.34": [
519
+ "es.map.group-by",
520
+ "es.object.group-by",
521
+ "es.promise.with-resolvers",
522
+ "esnext.uint8-array.from-base64",
523
+ "esnext.uint8-array.from-hex",
524
+ "esnext.uint8-array.to-base64",
525
+ "esnext.uint8-array.to-hex"
517
526
  ]
518
527
  }
package/modules.json CHANGED
@@ -76,6 +76,7 @@
76
76
  "es.json.stringify",
77
77
  "es.json.to-string-tag",
78
78
  "es.map",
79
+ "es.map.group-by",
79
80
  "es.math.acosh",
80
81
  "es.math.asinh",
81
82
  "es.math.atanh",
@@ -120,6 +121,7 @@
120
121
  "es.object.get-own-property-descriptors",
121
122
  "es.object.get-own-property-names",
122
123
  "es.object.get-prototype-of",
124
+ "es.object.group-by",
123
125
  "es.object.has-own",
124
126
  "es.object.is",
125
127
  "es.object.is-extensible",
@@ -140,6 +142,7 @@
140
142
  "es.promise.all-settled",
141
143
  "es.promise.any",
142
144
  "es.promise.finally",
145
+ "es.promise.with-resolvers",
143
146
  "es.reflect.apply",
144
147
  "es.reflect.construct",
145
148
  "es.reflect.define-property",
@@ -429,6 +432,10 @@
429
432
  "esnext.typed-array.to-spliced",
430
433
  "esnext.typed-array.unique-by",
431
434
  "esnext.typed-array.with",
435
+ "esnext.uint8-array.from-base64",
436
+ "esnext.uint8-array.from-hex",
437
+ "esnext.uint8-array.to-base64",
438
+ "esnext.uint8-array.to-hex",
432
439
  "esnext.weak-map.delete-all",
433
440
  "esnext.weak-map.from",
434
441
  "esnext.weak-map.of",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "core-js-compat",
3
- "version": "3.33.3",
3
+ "version": "3.34.0",
4
4
  "type": "commonjs",
5
5
  "description": "core-js compat",
6
6
  "repository": {
@@ -22,6 +22,6 @@
22
22
  "main": "index.js",
23
23
  "types": "index.d.ts",
24
24
  "dependencies": {
25
- "browserslist": "^4.22.1"
25
+ "browserslist": "^4.22.2"
26
26
  }
27
27
  }