@compilot/react-sdk 2.141.0-dev → 2.143.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.
|
@@ -270,7 +270,7 @@ function _regeneratorRuntime() {
|
|
|
270
270
|
a = o.asyncIterator || "@@asyncIterator",
|
|
271
271
|
u = o.toStringTag || "@@toStringTag";
|
|
272
272
|
function c(t, r, e, n) {
|
|
273
|
-
|
|
273
|
+
Object.defineProperty(t, r, {
|
|
274
274
|
value: e,
|
|
275
275
|
enumerable: !n,
|
|
276
276
|
configurable: !n,
|
|
@@ -421,7 +421,7 @@ function _regeneratorRuntime() {
|
|
|
421
421
|
}
|
|
422
422
|
throw new TypeError(typeof r + " is not iterable");
|
|
423
423
|
}
|
|
424
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction),
|
|
424
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
|
|
425
425
|
var r = "function" == typeof t && t.constructor;
|
|
426
426
|
return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
|
|
427
427
|
}, r.mark = function (t) {
|
|
@@ -270,7 +270,7 @@ function _regeneratorRuntime() {
|
|
|
270
270
|
a = o.asyncIterator || "@@asyncIterator",
|
|
271
271
|
u = o.toStringTag || "@@toStringTag";
|
|
272
272
|
function c(t, r, e, n) {
|
|
273
|
-
|
|
273
|
+
Object.defineProperty(t, r, {
|
|
274
274
|
value: e,
|
|
275
275
|
enumerable: !n,
|
|
276
276
|
configurable: !n,
|
|
@@ -421,7 +421,7 @@ function _regeneratorRuntime() {
|
|
|
421
421
|
}
|
|
422
422
|
throw new TypeError(typeof r + " is not iterable");
|
|
423
423
|
}
|
|
424
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction),
|
|
424
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
|
|
425
425
|
var r = "function" == typeof t && t.constructor;
|
|
426
426
|
return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
|
|
427
427
|
}, r.mark = function (t) {
|
|
@@ -267,7 +267,7 @@ function _regeneratorRuntime() {
|
|
|
267
267
|
a = o.asyncIterator || "@@asyncIterator",
|
|
268
268
|
u = o.toStringTag || "@@toStringTag";
|
|
269
269
|
function c(t, r, e, n) {
|
|
270
|
-
|
|
270
|
+
Object.defineProperty(t, r, {
|
|
271
271
|
value: e,
|
|
272
272
|
enumerable: !n,
|
|
273
273
|
configurable: !n,
|
|
@@ -418,7 +418,7 @@ function _regeneratorRuntime() {
|
|
|
418
418
|
}
|
|
419
419
|
throw new TypeError(typeof r + " is not iterable");
|
|
420
420
|
}
|
|
421
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction),
|
|
421
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
|
|
422
422
|
var r = "function" == typeof t && t.constructor;
|
|
423
423
|
return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
|
|
424
424
|
}, r.mark = function (t) {
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compilot/react-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.143.0",
|
|
4
4
|
"description": "ComPilot React SDK",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"@nexeraid/identity-schemas": "workspace:*",
|
|
51
51
|
"@nexeraid/logger": "workspace:*",
|
|
52
52
|
"pino": "^9.7.0",
|
|
53
|
-
"zod": "^3.25.
|
|
53
|
+
"zod": "^3.25.32"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"react": ">=17.0.0 <20.0.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@types/react": "^18.3.
|
|
59
|
+
"@types/react": "^18.3.23",
|
|
60
60
|
"@unblokttechnology/eslint-config": "workspace:*",
|
|
61
61
|
"eslint": "^8.57.1",
|
|
62
62
|
"prettier": "^3.5.3",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compilot/react-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.143.0-dev",
|
|
4
4
|
"description": "ComPilot React SDK",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"pino": "^9.7.0",
|
|
36
|
-
"zod": "^3.25.
|
|
37
|
-
"@compilot/web-sdk": "2.
|
|
36
|
+
"zod": "^3.25.32",
|
|
37
|
+
"@compilot/web-sdk": "2.142.0-dev",
|
|
38
38
|
"@nexeraid/identity-api-client": "2.35.2-dev",
|
|
39
|
-
"@nexeraid/identity-schemas": "2.
|
|
39
|
+
"@nexeraid/identity-schemas": "2.158.0-dev",
|
|
40
40
|
"@nexeraid/logger": "2.35.1-dev"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": ">=17.0.0 <20.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@types/react": "^18.3.
|
|
46
|
+
"@types/react": "^18.3.23",
|
|
47
47
|
"eslint": "^8.57.1",
|
|
48
48
|
"prettier": "^3.5.3",
|
|
49
49
|
"typescript": "^5.8.3",
|