@uniformdev/canvas 20.53.2-alpha.0 → 20.54.1-alpha.1

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
@@ -14143,7 +14143,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
14143
14143
  */
14144
14144
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
14145
14145
 
14146
- declare const version = "20.53.1";
14146
+ declare const version = "20.54.0";
14147
14147
 
14148
14148
  /** API client to enable managing workflow definitions */
14149
14149
  declare class WorkflowClient extends ApiClient {
package/dist/index.d.ts CHANGED
@@ -14143,7 +14143,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
14143
14143
  */
14144
14144
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
14145
14145
 
14146
- declare const version = "20.53.1";
14146
+ declare const version = "20.54.0";
14147
14147
 
14148
14148
  /** API client to enable managing workflow definitions */
14149
14149
  declare class WorkflowClient extends ApiClient {
package/dist/index.esm.js CHANGED
@@ -3638,7 +3638,7 @@ function handleRichTextNodeBinding(object, options) {
3638
3638
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3639
3639
 
3640
3640
  // src/.version.ts
3641
- var version = "20.53.1";
3641
+ var version = "20.54.0";
3642
3642
 
3643
3643
  // src/WorkflowClient.ts
3644
3644
  import { ApiClient as ApiClient17 } from "@uniformdev/context/api";
package/dist/index.js CHANGED
@@ -3818,7 +3818,7 @@ function handleRichTextNodeBinding(object, options) {
3818
3818
  var import_api19 = require("@uniformdev/context/api");
3819
3819
 
3820
3820
  // src/.version.ts
3821
- var version = "20.53.1";
3821
+ var version = "20.54.0";
3822
3822
 
3823
3823
  // src/WorkflowClient.ts
3824
3824
  var import_api18 = require("@uniformdev/context/api");
package/dist/index.mjs CHANGED
@@ -3638,7 +3638,7 @@ function handleRichTextNodeBinding(object, options) {
3638
3638
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3639
3639
 
3640
3640
  // src/.version.ts
3641
- var version = "20.53.1";
3641
+ var version = "20.54.0";
3642
3642
 
3643
3643
  // src/WorkflowClient.ts
3644
3644
  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.53.2-alpha.0+9f6b2ac29f",
3
+ "version": "20.54.1-alpha.1+028680cba4",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -41,9 +41,9 @@
41
41
  "svix": "1.71.0"
42
42
  },
43
43
  "dependencies": {
44
- "@uniformdev/assets": "20.53.2-alpha.0+9f6b2ac29f",
45
- "@uniformdev/context": "20.53.2-alpha.0+9f6b2ac29f",
46
- "@uniformdev/richtext": "20.53.2-alpha.0+9f6b2ac29f",
44
+ "@uniformdev/assets": "20.54.1-alpha.1+028680cba4",
45
+ "@uniformdev/context": "20.54.1-alpha.1+028680cba4",
46
+ "@uniformdev/richtext": "20.54.1-alpha.1+028680cba4",
47
47
  "immer": "10.1.3"
48
48
  },
49
49
  "files": [
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "9f6b2ac29f8ee91c8fe96e927eba23e4ed0dfee9"
55
+ "gitHead": "028680cba478a17da934cdb2ddebb777e2553455"
56
56
  }