@compilot/web-sdk 2.139.0-dev → 2.141.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.
|
@@ -27,7 +27,7 @@ function _regeneratorRuntime() {
|
|
|
27
27
|
a = o.asyncIterator || "@@asyncIterator",
|
|
28
28
|
u = o.toStringTag || "@@toStringTag";
|
|
29
29
|
function c(t, r, e, n) {
|
|
30
|
-
|
|
30
|
+
Object.defineProperty(t, r, {
|
|
31
31
|
value: e,
|
|
32
32
|
enumerable: !n,
|
|
33
33
|
configurable: !n,
|
|
@@ -178,7 +178,7 @@ function _regeneratorRuntime() {
|
|
|
178
178
|
}
|
|
179
179
|
throw new TypeError(typeof r + " is not iterable");
|
|
180
180
|
}
|
|
181
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction),
|
|
181
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
|
|
182
182
|
var r = "function" == typeof t && t.constructor;
|
|
183
183
|
return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
|
|
184
184
|
}, r.mark = function (t) {
|
|
@@ -27,7 +27,7 @@ function _regeneratorRuntime() {
|
|
|
27
27
|
a = o.asyncIterator || "@@asyncIterator",
|
|
28
28
|
u = o.toStringTag || "@@toStringTag";
|
|
29
29
|
function c(t, r, e, n) {
|
|
30
|
-
|
|
30
|
+
Object.defineProperty(t, r, {
|
|
31
31
|
value: e,
|
|
32
32
|
enumerable: !n,
|
|
33
33
|
configurable: !n,
|
|
@@ -178,7 +178,7 @@ function _regeneratorRuntime() {
|
|
|
178
178
|
}
|
|
179
179
|
throw new TypeError(typeof r + " is not iterable");
|
|
180
180
|
}
|
|
181
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction),
|
|
181
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
|
|
182
182
|
var r = "function" == typeof t && t.constructor;
|
|
183
183
|
return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
|
|
184
184
|
}, r.mark = function (t) {
|
|
@@ -20,7 +20,7 @@ function _regeneratorRuntime() {
|
|
|
20
20
|
a = o.asyncIterator || "@@asyncIterator",
|
|
21
21
|
u = o.toStringTag || "@@toStringTag";
|
|
22
22
|
function c(t, r, e, n) {
|
|
23
|
-
|
|
23
|
+
Object.defineProperty(t, r, {
|
|
24
24
|
value: e,
|
|
25
25
|
enumerable: !n,
|
|
26
26
|
configurable: !n,
|
|
@@ -171,7 +171,7 @@ function _regeneratorRuntime() {
|
|
|
171
171
|
}
|
|
172
172
|
throw new TypeError(typeof r + " is not iterable");
|
|
173
173
|
}
|
|
174
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction),
|
|
174
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
|
|
175
175
|
var r = "function" == typeof t && t.constructor;
|
|
176
176
|
return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
|
|
177
177
|
}, r.mark = function (t) {
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compilot/web-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.141.0",
|
|
4
4
|
"description": "Unblockt Web SDK",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"jwt-decode": "^3.1.2",
|
|
53
53
|
"pino": "^9.7.0",
|
|
54
54
|
"remeda": "^1.61.0",
|
|
55
|
-
"zod": "^3.25.
|
|
55
|
+
"zod": "^3.25.32"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@unblokttechnology/eslint-config": "workspace:*",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compilot/web-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.141.0-dev",
|
|
4
4
|
"description": "Unblockt Web SDK",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"jwt-decode": "^3.1.2",
|
|
37
37
|
"pino": "^9.7.0",
|
|
38
38
|
"remeda": "^1.61.0",
|
|
39
|
-
"zod": "^3.25.
|
|
39
|
+
"zod": "^3.25.32",
|
|
40
40
|
"@nexeraid/identity-api-client": "2.35.2-dev",
|
|
41
|
-
"@nexeraid/identity-schemas": "2.
|
|
41
|
+
"@nexeraid/identity-schemas": "2.157.0-dev",
|
|
42
42
|
"@nexeraid/logger": "2.35.1-dev"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|