@uniformdev/canvas 20.56.2-alpha.5 → 20.57.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
@@ -14174,7 +14174,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
14174
14174
  */
14175
14175
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
14176
14176
 
14177
- declare const version = "20.56.1";
14177
+ declare const version = "20.57.1";
14178
14178
 
14179
14179
  /** API client to enable managing workflow definitions */
14180
14180
  declare class WorkflowClient extends ApiClient {
package/dist/index.d.ts CHANGED
@@ -14174,7 +14174,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
14174
14174
  */
14175
14175
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
14176
14176
 
14177
- declare const version = "20.56.1";
14177
+ declare const version = "20.57.1";
14178
14178
 
14179
14179
  /** API client to enable managing workflow definitions */
14180
14180
  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.56.1";
3641
+ var version = "20.57.1";
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.56.1";
3821
+ var version = "20.57.1";
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.56.1";
3641
+ var version = "20.57.1";
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.56.2-alpha.5+ae5a0d2550",
3
+ "version": "20.57.1",
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.56.2-alpha.5+ae5a0d2550",
45
- "@uniformdev/context": "20.56.2-alpha.5+ae5a0d2550",
46
- "@uniformdev/richtext": "20.56.2-alpha.5+ae5a0d2550",
44
+ "@uniformdev/assets": "20.57.1",
45
+ "@uniformdev/context": "20.57.1",
46
+ "@uniformdev/richtext": "20.57.1",
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": "ae5a0d255085f10d36ad4f557d393536033eac7f"
55
+ "gitHead": "1e3550de803a5532c1facf22ce6513001c847650"
56
56
  }