core-js-compat 3.27.2 → 3.28.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.
@@ -468,5 +468,24 @@
468
468
  "esnext.set.symmetric-difference.v2",
469
469
  "esnext.set.union.v2",
470
470
  "esnext.string.dedent"
471
+ ],
472
+ "3.28": [
473
+ "es.array.to-reversed",
474
+ "es.array.to-sorted",
475
+ "es.array.to-spliced",
476
+ "es.array.with",
477
+ "es.typed-array.to-reversed",
478
+ "es.typed-array.to-sorted",
479
+ "es.typed-array.with",
480
+ "esnext.array-buffer.detached",
481
+ "esnext.array-buffer.transfer",
482
+ "esnext.array-buffer.transfer-to-fixed-length",
483
+ "esnext.function.demethodize",
484
+ "esnext.iterator.range",
485
+ "esnext.json.is-raw-json",
486
+ "esnext.json.parse",
487
+ "esnext.json.raw-json",
488
+ "esnext.symbol.is-registered",
489
+ "esnext.symbol.is-well-known"
471
490
  ]
472
491
  }
package/modules.json CHANGED
@@ -49,9 +49,13 @@
49
49
  "es.array.sort",
50
50
  "es.array.species",
51
51
  "es.array.splice",
52
+ "es.array.to-reversed",
53
+ "es.array.to-sorted",
54
+ "es.array.to-spliced",
52
55
  "es.array.unscopables.flat",
53
56
  "es.array.unscopables.flat-map",
54
57
  "es.array.unshift",
58
+ "es.array.with",
55
59
  "es.array-buffer.constructor",
56
60
  "es.array-buffer.is-view",
57
61
  "es.array-buffer.slice",
@@ -228,7 +232,10 @@
228
232
  "es.typed-array.sort",
229
233
  "es.typed-array.subarray",
230
234
  "es.typed-array.to-locale-string",
235
+ "es.typed-array.to-reversed",
236
+ "es.typed-array.to-sorted",
231
237
  "es.typed-array.to-string",
238
+ "es.typed-array.with",
232
239
  "es.unescape",
233
240
  "es.weak-map",
234
241
  "es.weak-set",
@@ -252,6 +259,9 @@
252
259
  "esnext.array.to-spliced",
253
260
  "esnext.array.unique-by",
254
261
  "esnext.array.with",
262
+ "esnext.array-buffer.detached",
263
+ "esnext.array-buffer.transfer",
264
+ "esnext.array-buffer.transfer-to-fixed-length",
255
265
  "esnext.async-disposable-stack.constructor",
256
266
  "esnext.async-iterator.constructor",
257
267
  "esnext.async-iterator.as-indexed-pairs",
@@ -273,6 +283,7 @@
273
283
  "esnext.composite-key",
274
284
  "esnext.composite-symbol",
275
285
  "esnext.disposable-stack.constructor",
286
+ "esnext.function.demethodize",
276
287
  "esnext.function.is-callable",
277
288
  "esnext.function.is-constructor",
278
289
  "esnext.function.un-this",
@@ -289,11 +300,15 @@
289
300
  "esnext.iterator.from",
290
301
  "esnext.iterator.indexed",
291
302
  "esnext.iterator.map",
303
+ "esnext.iterator.range",
292
304
  "esnext.iterator.reduce",
293
305
  "esnext.iterator.some",
294
306
  "esnext.iterator.take",
295
307
  "esnext.iterator.to-array",
296
308
  "esnext.iterator.to-async",
309
+ "esnext.json.is-raw-json",
310
+ "esnext.json.parse",
311
+ "esnext.json.raw-json",
297
312
  "esnext.map.delete-all",
298
313
  "esnext.map.emplace",
299
314
  "esnext.map.every",
@@ -381,6 +396,8 @@
381
396
  "esnext.string.to-well-formed",
382
397
  "esnext.symbol.async-dispose",
383
398
  "esnext.symbol.dispose",
399
+ "esnext.symbol.is-registered",
400
+ "esnext.symbol.is-well-known",
384
401
  "esnext.symbol.matcher",
385
402
  "esnext.symbol.metadata",
386
403
  "esnext.symbol.metadata-key",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "core-js-compat",
3
- "version": "3.27.2",
3
+ "version": "3.28.0",
4
4
  "description": "core-js compat",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,6 +20,6 @@
20
20
  "sideEffects": false,
21
21
  "main": "index.js",
22
22
  "dependencies": {
23
- "browserslist": "^4.21.4"
23
+ "browserslist": "^4.21.5"
24
24
  }
25
25
  }