@uniformdev/canvas 20.37.1-alpha.7 → 20.38.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
@@ -13603,7 +13603,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
13603
13603
  */
13604
13604
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
13605
13605
 
13606
- declare const version = "20.37.0";
13606
+ declare const version = "20.38.1";
13607
13607
 
13608
13608
  /** API client to enable managing workflow definitions */
13609
13609
  declare class WorkflowClient extends ApiClient {
package/dist/index.d.ts CHANGED
@@ -13603,7 +13603,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
13603
13603
  */
13604
13604
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
13605
13605
 
13606
- declare const version = "20.37.0";
13606
+ declare const version = "20.38.1";
13607
13607
 
13608
13608
  /** API client to enable managing workflow definitions */
13609
13609
  declare class WorkflowClient extends ApiClient {
package/dist/index.esm.js CHANGED
@@ -3520,7 +3520,7 @@ function handleRichTextNodeBinding(object, options) {
3520
3520
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3521
3521
 
3522
3522
  // src/.version.ts
3523
- var version = "20.37.0";
3523
+ var version = "20.38.1";
3524
3524
 
3525
3525
  // src/WorkflowClient.ts
3526
3526
  import { ApiClient as ApiClient16 } from "@uniformdev/context/api";
package/dist/index.js CHANGED
@@ -3689,7 +3689,7 @@ function handleRichTextNodeBinding(object, options) {
3689
3689
  var import_api18 = require("@uniformdev/context/api");
3690
3690
 
3691
3691
  // src/.version.ts
3692
- var version = "20.37.0";
3692
+ var version = "20.38.1";
3693
3693
 
3694
3694
  // src/WorkflowClient.ts
3695
3695
  var import_api17 = require("@uniformdev/context/api");
package/dist/index.mjs CHANGED
@@ -3520,7 +3520,7 @@ function handleRichTextNodeBinding(object, options) {
3520
3520
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3521
3521
 
3522
3522
  // src/.version.ts
3523
- var version = "20.37.0";
3523
+ var version = "20.38.1";
3524
3524
 
3525
3525
  // src/WorkflowClient.ts
3526
3526
  import { ApiClient as ApiClient16 } from "@uniformdev/context/api";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "20.37.1-alpha.7+a17ec25ff2",
3
+ "version": "20.38.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.37.1-alpha.7+a17ec25ff2",
45
- "@uniformdev/context": "20.37.1-alpha.7+a17ec25ff2",
46
- "@uniformdev/richtext": "20.37.1-alpha.7+a17ec25ff2",
44
+ "@uniformdev/assets": "20.38.1",
45
+ "@uniformdev/context": "20.38.1",
46
+ "@uniformdev/richtext": "20.38.1",
47
47
  "immer": "10.1.1"
48
48
  },
49
49
  "files": [
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "a17ec25ff2021e850ee810f166345b086daa4224"
55
+ "gitHead": "18e2c4913922cdf2cad8c691495c1a03423cc043"
56
56
  }