@uniformdev/canvas 20.39.1-alpha.3 → 20.39.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
@@ -13611,7 +13611,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
13611
13611
  */
13612
13612
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
13613
13613
 
13614
- declare const version = "20.39.0";
13614
+ declare const version = "20.39.1";
13615
13615
 
13616
13616
  /** API client to enable managing workflow definitions */
13617
13617
  declare class WorkflowClient extends ApiClient {
package/dist/index.d.ts CHANGED
@@ -13611,7 +13611,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
13611
13611
  */
13612
13612
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
13613
13613
 
13614
- declare const version = "20.39.0";
13614
+ declare const version = "20.39.1";
13615
13615
 
13616
13616
  /** API client to enable managing workflow definitions */
13617
13617
  declare class WorkflowClient extends ApiClient {
package/dist/index.esm.js CHANGED
@@ -3531,7 +3531,7 @@ function handleRichTextNodeBinding(object, options) {
3531
3531
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3532
3532
 
3533
3533
  // src/.version.ts
3534
- var version = "20.39.0";
3534
+ var version = "20.39.1";
3535
3535
 
3536
3536
  // src/WorkflowClient.ts
3537
3537
  import { ApiClient as ApiClient16 } from "@uniformdev/context/api";
package/dist/index.js CHANGED
@@ -3701,7 +3701,7 @@ function handleRichTextNodeBinding(object, options) {
3701
3701
  var import_api18 = require("@uniformdev/context/api");
3702
3702
 
3703
3703
  // src/.version.ts
3704
- var version = "20.39.0";
3704
+ var version = "20.39.1";
3705
3705
 
3706
3706
  // src/WorkflowClient.ts
3707
3707
  var import_api17 = require("@uniformdev/context/api");
package/dist/index.mjs CHANGED
@@ -3531,7 +3531,7 @@ function handleRichTextNodeBinding(object, options) {
3531
3531
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3532
3532
 
3533
3533
  // src/.version.ts
3534
- var version = "20.39.0";
3534
+ var version = "20.39.1";
3535
3535
 
3536
3536
  // src/WorkflowClient.ts
3537
3537
  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.39.1-alpha.3+cb73663edc",
3
+ "version": "20.39.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.39.1-alpha.3+cb73663edc",
45
- "@uniformdev/context": "20.39.1-alpha.3+cb73663edc",
46
- "@uniformdev/richtext": "20.39.1-alpha.3+cb73663edc",
44
+ "@uniformdev/assets": "20.39.1",
45
+ "@uniformdev/context": "20.39.1",
46
+ "@uniformdev/richtext": "20.39.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": "cb73663edc31d866c09284c43ed24a4651eeefa6"
55
+ "gitHead": "b30fa1c0f65428db041678384bc2565fed1e34e6"
56
56
  }