@algolia/client-common 5.0.0-alpha.109 → 5.0.0-alpha.110

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.
@@ -313,7 +313,7 @@ function _toPrimitive(t, r) {
313
313
  }
314
314
  function _toPropertyKey(t) {
315
315
  var i = _toPrimitive(t, "string");
316
- return "symbol" == typeof i ? i : String(i);
316
+ return "symbol" == typeof i ? i : i + "";
317
317
  }
318
318
  function _defineProperty(obj, key, value) {
319
319
  key = _toPropertyKey(key);
@@ -311,7 +311,7 @@ function _toPrimitive(t, r) {
311
311
  }
312
312
  function _toPropertyKey(t) {
313
313
  var i = _toPrimitive(t, "string");
314
- return "symbol" == typeof i ? i : String(i);
314
+ return "symbol" == typeof i ? i : i + "";
315
315
  }
316
316
  function _defineProperty(obj, key, value) {
317
317
  key = _toPropertyKey(key);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/client-common",
3
- "version": "5.0.0-alpha.109",
3
+ "version": "5.0.0-alpha.110",
4
4
  "description": "Common package for the Algolia JavaScript API client.",
5
5
  "repository": "algolia/algoliasearch-client-javascript",
6
6
  "license": "MIT",
@@ -20,14 +20,14 @@
20
20
  "test": "jest"
21
21
  },
22
22
  "devDependencies": {
23
- "@babel/preset-env": "7.24.0",
24
- "@babel/preset-typescript": "7.23.3",
23
+ "@babel/preset-env": "7.24.3",
24
+ "@babel/preset-typescript": "7.24.1",
25
25
  "@types/jest": "29.5.12",
26
- "@types/node": "20.11.28",
26
+ "@types/node": "20.11.30",
27
27
  "jest": "29.7.0",
28
28
  "jest-environment-jsdom": "29.7.0",
29
29
  "ts-jest": "29.1.2",
30
- "typescript": "5.4.2"
30
+ "typescript": "5.4.3"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">= 14.0.0"