@uniformdev/canvas 20.70.1-alpha.10 → 20.71.0
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -14608,7 +14608,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
14608
14608
|
*/
|
|
14609
14609
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
14610
14610
|
|
|
14611
|
-
declare const version = "20.
|
|
14611
|
+
declare const version = "20.71.0";
|
|
14612
14612
|
|
|
14613
14613
|
/** API client to enable managing workflow definitions */
|
|
14614
14614
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.d.ts
CHANGED
|
@@ -14608,7 +14608,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
14608
14608
|
*/
|
|
14609
14609
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
14610
14610
|
|
|
14611
|
-
declare const version = "20.
|
|
14611
|
+
declare const version = "20.71.0";
|
|
14612
14612
|
|
|
14613
14613
|
/** API client to enable managing workflow definitions */
|
|
14614
14614
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.esm.js
CHANGED
|
@@ -3123,7 +3123,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3123
3123
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3124
3124
|
|
|
3125
3125
|
// src/.version.ts
|
|
3126
|
-
var version = "20.
|
|
3126
|
+
var version = "20.71.0";
|
|
3127
3127
|
|
|
3128
3128
|
// src/WorkflowClient.ts
|
|
3129
3129
|
import { ApiClient as ApiClient17 } from "@uniformdev/context/api";
|
package/dist/index.js
CHANGED
|
@@ -3328,7 +3328,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3328
3328
|
var import_api19 = require("@uniformdev/context/api");
|
|
3329
3329
|
|
|
3330
3330
|
// src/.version.ts
|
|
3331
|
-
var version = "20.
|
|
3331
|
+
var version = "20.71.0";
|
|
3332
3332
|
|
|
3333
3333
|
// src/WorkflowClient.ts
|
|
3334
3334
|
var import_api18 = require("@uniformdev/context/api");
|
package/dist/index.mjs
CHANGED
|
@@ -3123,7 +3123,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3123
3123
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3124
3124
|
|
|
3125
3125
|
// src/.version.ts
|
|
3126
|
-
var version = "20.
|
|
3126
|
+
var version = "20.71.0";
|
|
3127
3127
|
|
|
3128
3128
|
// src/WorkflowClient.ts
|
|
3129
3129
|
import { ApiClient as ApiClient17 } 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.71.0",
|
|
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.71.0",
|
|
40
|
+
"@uniformdev/context": "20.71.0",
|
|
41
|
+
"@uniformdev/richtext": "20.71.0",
|
|
42
42
|
"immer": "11.1.8",
|
|
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": "9b3f5e3fa27b275c00cc252da7ed72913464cce6"
|
|
54
54
|
}
|