@regulaforensics/facesdk-webclient 8.2.528-rc → 8.2.530-nightly

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/dist/index.js +1 -1
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -659,7 +659,7 @@ const Ur = u.toObjectSet([
659
659
  `).forEach(function(a) {
660
660
  n = a.indexOf(":"), r = a.substring(0, n).trim().toLowerCase(), s = a.substring(n + 1).trim(), !(!r || t[r] && Ur[r]) && (r === "set-cookie" ? t[r] ? t[r].push(s) : t[r] = [s] : t[r] = t[r] ? t[r] + ", " + s : s);
661
661
  }), t;
662
- }, Ye = Symbol("internals");
662
+ }, Ye = /* @__PURE__ */ Symbol("internals");
663
663
  function te(e) {
664
664
  return e && String(e).trim().toLowerCase();
665
665
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/facesdk-webclient",
3
- "version": "8.2.528-rc",
3
+ "version": "8.2.530-nightly",
4
4
  "description": "JS client for facesdk web service",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "keywords": [
@@ -37,18 +37,18 @@
37
37
  "base64-arraybuffer": "^1.0.2"
38
38
  },
39
39
  "devDependencies": {
40
- "@eslint/js": "^9.38.0",
41
- "@types/node": "^24.9.1",
42
- "eslint": "^9.38.0",
40
+ "@eslint/js": "^10.0.1",
41
+ "@types/node": "^25.3.0",
42
+ "eslint": "^10.0.2",
43
43
  "eslint-config-prettier": "^10.1.8",
44
- "eslint-plugin-prettier": "^5.5.4",
45
- "globals": "^16.4.0",
44
+ "eslint-plugin-prettier": "^5.5.5",
45
+ "globals": "^17.3.0",
46
46
  "husky": "^9.1.7",
47
- "lint-staged": "^16.2.5",
48
- "prettier": "^3.6.2",
47
+ "lint-staged": "^16.2.7",
48
+ "prettier": "^3.8.1",
49
49
  "typescript": "^5.9.3",
50
- "typescript-eslint": "^8.46.2",
51
- "vite": "^7.1.11",
50
+ "typescript-eslint": "^8.56.1",
51
+ "vite": "^7.3.1",
52
52
  "vite-plugin-dts": "^4.5.4"
53
53
  }
54
54
  }