@compilot/react-sdk 2.149.0-dev → 2.151.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.
|
@@ -314,7 +314,7 @@ function _regenerator() {
|
|
|
314
314
|
i = p[t],
|
|
315
315
|
d = G.p,
|
|
316
316
|
l = i[2];
|
|
317
|
-
r > 3 ? (o = l === n) && (
|
|
317
|
+
r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
|
|
318
318
|
}
|
|
319
319
|
if (o || r > 1) return a;
|
|
320
320
|
throw y = !0, n;
|
|
@@ -314,7 +314,7 @@ function _regenerator() {
|
|
|
314
314
|
i = p[t],
|
|
315
315
|
d = G.p,
|
|
316
316
|
l = i[2];
|
|
317
|
-
r > 3 ? (o = l === n) && (
|
|
317
|
+
r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
|
|
318
318
|
}
|
|
319
319
|
if (o || r > 1) return a;
|
|
320
320
|
throw y = !0, n;
|
|
@@ -311,7 +311,7 @@ function _regenerator() {
|
|
|
311
311
|
i = p[t],
|
|
312
312
|
d = G.p,
|
|
313
313
|
l = i[2];
|
|
314
|
-
r > 3 ? (o = l === n) && (
|
|
314
|
+
r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
|
|
315
315
|
}
|
|
316
316
|
if (o || r > 1) return a;
|
|
317
317
|
throw y = !0, n;
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compilot/react-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.151.0",
|
|
4
4
|
"description": "ComPilot React SDK",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -50,7 +50,7 @@
|
|
|
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.55"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"react": ">=17.0.0 <20.0.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compilot/react-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.151.0-dev",
|
|
4
4
|
"description": "ComPilot React SDK",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"pino": "^9.7.0",
|
|
36
|
-
"zod": "^3.25.
|
|
37
|
-
"@compilot/web-sdk": "2.
|
|
38
|
-
"@nexeraid/identity-
|
|
39
|
-
"@nexeraid/
|
|
40
|
-
"@nexeraid/
|
|
36
|
+
"zod": "^3.25.55",
|
|
37
|
+
"@compilot/web-sdk": "2.150.0-dev",
|
|
38
|
+
"@nexeraid/identity-schemas": "2.166.0-dev",
|
|
39
|
+
"@nexeraid/logger": "2.35.1-dev",
|
|
40
|
+
"@nexeraid/identity-api-client": "2.35.2-dev"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": ">=17.0.0 <20.0.0"
|