core-js-compat 3.17.0 → 3.17.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.
@@ -14,7 +14,6 @@
14
14
  "es.symbol.to-primitive",
15
15
  "es.symbol.to-string-tag",
16
16
  "es.symbol.unscopables",
17
- "es.array.at",
18
17
  "es.array.concat",
19
18
  "es.array.copy-within",
20
19
  "es.array.every",
@@ -101,7 +100,6 @@
101
100
  "es.object.get-own-property-descriptors",
102
101
  "es.object.get-own-property-names",
103
102
  "es.object.get-prototype-of",
104
- "es.object.has-own",
105
103
  "es.object.is",
106
104
  "es.object.is-extensible",
107
105
  "es.object.is-frozen",
@@ -136,7 +134,6 @@
136
134
  "es.regexp.flags",
137
135
  "es.regexp.to-string",
138
136
  "es.set",
139
- "es.string.at-alternative",
140
137
  "es.string.code-point-at",
141
138
  "es.string.ends-with",
142
139
  "es.string.from-code-point",
@@ -176,7 +173,6 @@
176
173
  "es.typed-array.uint8-clamped-array",
177
174
  "es.typed-array.uint16-array",
178
175
  "es.typed-array.uint32-array",
179
- "es.typed-array.at",
180
176
  "es.typed-array.copy-within",
181
177
  "es.typed-array.every",
182
178
  "es.typed-array.fill",
@@ -396,5 +392,11 @@
396
392
  "esnext.array.group-by",
397
393
  "esnext.typed-array.filter-reject",
398
394
  "esnext.typed-array.group-by"
395
+ ],
396
+ "3.17": [
397
+ "es.array.at",
398
+ "es.object.has-own",
399
+ "es.string.at-alternative",
400
+ "es.typed-array.at"
399
401
  ]
400
402
  }
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.17.0",
4
+ "version": "3.17.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": "cd4c647b1903838239277291d53955179fc4de0d"
20
+ "gitHead": "c526e7a00305a917fc697a9b87e64a82781f09f4"
21
21
  }