@uniformdev/canvas 20.75.1-alpha.16 → 20.76.2
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.
- package/dist/index.d.mts +2288 -2284
- package/dist/index.d.ts +2288 -2284
- package/dist/index.esm.js +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -1092,7 +1092,7 @@ var BatchEntry = class {
|
|
|
1092
1092
|
this._reject(reason);
|
|
1093
1093
|
this._isCompleted = true;
|
|
1094
1094
|
}
|
|
1095
|
-
/** @
|
|
1095
|
+
/** @returns Whether the batch entry has been completed (resolved or rejected). */
|
|
1096
1096
|
get isCompleted() {
|
|
1097
1097
|
return this._isCompleted;
|
|
1098
1098
|
}
|
|
@@ -3998,7 +3998,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3998
3998
|
import { ApiClientError as ApiClientError5 } from "@uniformdev/context/api";
|
|
3999
3999
|
|
|
4000
4000
|
// src/.version.ts
|
|
4001
|
-
var version = "20.
|
|
4001
|
+
var version = "20.76.2";
|
|
4002
4002
|
|
|
4003
4003
|
// src/WorkflowClient.ts
|
|
4004
4004
|
import { ApiClient as ApiClient18 } from "@uniformdev/context/api";
|
package/dist/index.js
CHANGED
|
@@ -1307,7 +1307,7 @@ var BatchEntry = class {
|
|
|
1307
1307
|
this._reject(reason);
|
|
1308
1308
|
this._isCompleted = true;
|
|
1309
1309
|
}
|
|
1310
|
-
/** @
|
|
1310
|
+
/** @returns Whether the batch entry has been completed (resolved or rejected). */
|
|
1311
1311
|
get isCompleted() {
|
|
1312
1312
|
return this._isCompleted;
|
|
1313
1313
|
}
|
|
@@ -4213,7 +4213,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
4213
4213
|
var import_api27 = require("@uniformdev/context/api");
|
|
4214
4214
|
|
|
4215
4215
|
// src/.version.ts
|
|
4216
|
-
var version = "20.
|
|
4216
|
+
var version = "20.76.2";
|
|
4217
4217
|
|
|
4218
4218
|
// src/WorkflowClient.ts
|
|
4219
4219
|
var import_api26 = require("@uniformdev/context/api");
|
package/dist/index.mjs
CHANGED
|
@@ -1092,7 +1092,7 @@ var BatchEntry = class {
|
|
|
1092
1092
|
this._reject(reason);
|
|
1093
1093
|
this._isCompleted = true;
|
|
1094
1094
|
}
|
|
1095
|
-
/** @
|
|
1095
|
+
/** @returns Whether the batch entry has been completed (resolved or rejected). */
|
|
1096
1096
|
get isCompleted() {
|
|
1097
1097
|
return this._isCompleted;
|
|
1098
1098
|
}
|
|
@@ -3998,7 +3998,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3998
3998
|
import { ApiClientError as ApiClientError5 } from "@uniformdev/context/api";
|
|
3999
3999
|
|
|
4000
4000
|
// src/.version.ts
|
|
4001
|
-
var version = "20.
|
|
4001
|
+
var version = "20.76.2";
|
|
4002
4002
|
|
|
4003
4003
|
// src/WorkflowClient.ts
|
|
4004
4004
|
import { ApiClient as ApiClient18 } from "@uniformdev/context/api";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.76.2",
|
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"svix": "1.96.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@uniformdev/assets": "20.
|
|
40
|
-
"@uniformdev/context": "20.
|
|
41
|
-
"@uniformdev/richtext": "20.
|
|
39
|
+
"@uniformdev/assets": "20.76.2",
|
|
40
|
+
"@uniformdev/context": "20.76.2",
|
|
41
|
+
"@uniformdev/richtext": "20.76.2",
|
|
42
42
|
"immer": "10.2.0",
|
|
43
43
|
"p-limit": "6.2.0",
|
|
44
44
|
"p-retry": "6.2.1",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "d977f0afc2aa754b18053d9455e007712e712dbb"
|
|
54
54
|
}
|