@uniformdev/canvas 20.14.2-alpha.43 → 20.14.2-alpha.53

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 CHANGED
@@ -13271,7 +13271,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
13271
13271
  */
13272
13272
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
13273
13273
 
13274
- declare const version = "20.19.0";
13274
+ declare const version = "20.20.0";
13275
13275
 
13276
13276
  /** API client to enable managing workflow definitions */
13277
13277
  declare class WorkflowClient extends ApiClient {
package/dist/index.d.ts CHANGED
@@ -13271,7 +13271,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
13271
13271
  */
13272
13272
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
13273
13273
 
13274
- declare const version = "20.19.0";
13274
+ declare const version = "20.20.0";
13275
13275
 
13276
13276
  /** API client to enable managing workflow definitions */
13277
13277
  declare class WorkflowClient extends ApiClient {
package/dist/index.esm.js CHANGED
@@ -3406,7 +3406,7 @@ function handleRichTextNodeBinding(object, options) {
3406
3406
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3407
3407
 
3408
3408
  // src/.version.ts
3409
- var version = "20.19.0";
3409
+ var version = "20.20.0";
3410
3410
 
3411
3411
  // src/WorkflowClient.ts
3412
3412
  import { ApiClient as ApiClient15 } from "@uniformdev/context/api";
package/dist/index.js CHANGED
@@ -3571,7 +3571,7 @@ function handleRichTextNodeBinding(object, options) {
3571
3571
  var import_api17 = require("@uniformdev/context/api");
3572
3572
 
3573
3573
  // src/.version.ts
3574
- var version = "20.19.0";
3574
+ var version = "20.20.0";
3575
3575
 
3576
3576
  // src/WorkflowClient.ts
3577
3577
  var import_api16 = require("@uniformdev/context/api");
package/dist/index.mjs CHANGED
@@ -3406,7 +3406,7 @@ function handleRichTextNodeBinding(object, options) {
3406
3406
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3407
3407
 
3408
3408
  // src/.version.ts
3409
- var version = "20.19.0";
3409
+ var version = "20.20.0";
3410
3410
 
3411
3411
  // src/WorkflowClient.ts
3412
3412
  import { ApiClient as ApiClient15 } from "@uniformdev/context/api";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "20.14.2-alpha.43+717cd1bdf8",
3
+ "version": "20.14.2-alpha.53+0a456a0736",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -40,9 +40,9 @@
40
40
  "p-throttle": "5.0.0"
41
41
  },
42
42
  "dependencies": {
43
- "@uniformdev/assets": "20.14.2-alpha.43+717cd1bdf8",
44
- "@uniformdev/context": "20.14.2-alpha.43+717cd1bdf8",
45
- "@uniformdev/richtext": "20.14.2-alpha.43+717cd1bdf8",
43
+ "@uniformdev/assets": "20.14.2-alpha.53+0a456a0736",
44
+ "@uniformdev/context": "20.14.2-alpha.53+0a456a0736",
45
+ "@uniformdev/richtext": "20.14.2-alpha.53+0a456a0736",
46
46
  "immer": "10.1.1"
47
47
  },
48
48
  "files": [
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "717cd1bdf832bb42df5c3907cf89fa99294b5e1a"
54
+ "gitHead": "0a456a0736136453a2f016f1038866301aabd524"
55
55
  }