@compilot/js-sdk 2.137.0-dev → 2.139.0-dev

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.
@@ -23,7 +23,7 @@ function _regeneratorRuntime() {
23
23
  a = o.asyncIterator || "@@asyncIterator",
24
24
  u = o.toStringTag || "@@toStringTag";
25
25
  function c(t, r, e, n) {
26
- return Object.defineProperty(t, r, {
26
+ Object.defineProperty(t, r, {
27
27
  value: e,
28
28
  enumerable: !n,
29
29
  configurable: !n,
@@ -174,7 +174,7 @@ function _regeneratorRuntime() {
174
174
  }
175
175
  throw new TypeError(typeof r + " is not iterable");
176
176
  }
177
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = c(GeneratorFunctionPrototype, u, "GeneratorFunction"), r.isGeneratorFunction = function (t) {
177
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
178
178
  var r = "function" == typeof t && t.constructor;
179
179
  return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
180
180
  }, r.mark = function (t) {
@@ -23,7 +23,7 @@ function _regeneratorRuntime() {
23
23
  a = o.asyncIterator || "@@asyncIterator",
24
24
  u = o.toStringTag || "@@toStringTag";
25
25
  function c(t, r, e, n) {
26
- return Object.defineProperty(t, r, {
26
+ Object.defineProperty(t, r, {
27
27
  value: e,
28
28
  enumerable: !n,
29
29
  configurable: !n,
@@ -174,7 +174,7 @@ function _regeneratorRuntime() {
174
174
  }
175
175
  throw new TypeError(typeof r + " is not iterable");
176
176
  }
177
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = c(GeneratorFunctionPrototype, u, "GeneratorFunction"), r.isGeneratorFunction = function (t) {
177
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
178
178
  var r = "function" == typeof t && t.constructor;
179
179
  return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
180
180
  }, r.mark = function (t) {
@@ -21,7 +21,7 @@ function _regeneratorRuntime() {
21
21
  a = o.asyncIterator || "@@asyncIterator",
22
22
  u = o.toStringTag || "@@toStringTag";
23
23
  function c(t, r, e, n) {
24
- return Object.defineProperty(t, r, {
24
+ Object.defineProperty(t, r, {
25
25
  value: e,
26
26
  enumerable: !n,
27
27
  configurable: !n,
@@ -172,7 +172,7 @@ function _regeneratorRuntime() {
172
172
  }
173
173
  throw new TypeError(typeof r + " is not iterable");
174
174
  }
175
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = c(GeneratorFunctionPrototype, u, "GeneratorFunction"), r.isGeneratorFunction = function (t) {
175
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
176
176
  var r = "function" == typeof t && t.constructor;
177
177
  return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
178
178
  }, r.mark = function (t) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compilot/js-sdk",
3
- "version": "2.137.0",
3
+ "version": "2.139.0",
4
4
  "description": "ComPilot JS SDK",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -51,7 +51,7 @@
51
51
  "@nexeraid/logger": "workspace:*",
52
52
  "pino": "^9.7.0",
53
53
  "svix": "1.21.0",
54
- "zod": "^3.25.28"
54
+ "zod": "^3.25.32"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@unblokttechnology/eslint-config": "workspace:*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compilot/js-sdk",
3
- "version": "2.137.0-dev",
3
+ "version": "2.139.0-dev",
4
4
  "description": "ComPilot JS SDK",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -34,10 +34,10 @@
34
34
  "dependencies": {
35
35
  "pino": "^9.7.0",
36
36
  "svix": "1.21.0",
37
- "zod": "^3.25.28",
38
- "@nexeraid/api-client": "2.35.2-dev",
37
+ "zod": "^3.25.32",
39
38
  "@nexeraid/identity-api-client": "2.35.2-dev",
40
- "@nexeraid/identity-schemas": "2.156.0-dev",
39
+ "@nexeraid/api-client": "2.35.2-dev",
40
+ "@nexeraid/identity-schemas": "2.158.0-dev",
41
41
  "@nexeraid/logger": "2.35.1-dev"
42
42
  },
43
43
  "devDependencies": {