@uniformdev/canvas 20.50.1-alpha.4 → 20.50.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
@@ -13719,7 +13719,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
13719
13719
  */
13720
13720
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
13721
13721
 
13722
- declare const version = "20.50.0";
13722
+ declare const version = "20.50.1";
13723
13723
 
13724
13724
  /** API client to enable managing workflow definitions */
13725
13725
  declare class WorkflowClient extends ApiClient {
package/dist/index.d.ts CHANGED
@@ -13719,7 +13719,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
13719
13719
  */
13720
13720
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
13721
13721
 
13722
- declare const version = "20.50.0";
13722
+ declare const version = "20.50.1";
13723
13723
 
13724
13724
  /** API client to enable managing workflow definitions */
13725
13725
  declare class WorkflowClient extends ApiClient {
package/dist/index.esm.js CHANGED
@@ -3606,7 +3606,7 @@ function handleRichTextNodeBinding(object, options) {
3606
3606
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3607
3607
 
3608
3608
  // src/.version.ts
3609
- var version = "20.50.0";
3609
+ var version = "20.50.1";
3610
3610
 
3611
3611
  // src/WorkflowClient.ts
3612
3612
  import { ApiClient as ApiClient16 } from "@uniformdev/context/api";
package/dist/index.js CHANGED
@@ -3784,7 +3784,7 @@ function handleRichTextNodeBinding(object, options) {
3784
3784
  var import_api18 = require("@uniformdev/context/api");
3785
3785
 
3786
3786
  // src/.version.ts
3787
- var version = "20.50.0";
3787
+ var version = "20.50.1";
3788
3788
 
3789
3789
  // src/WorkflowClient.ts
3790
3790
  var import_api17 = require("@uniformdev/context/api");
package/dist/index.mjs CHANGED
@@ -3606,7 +3606,7 @@ function handleRichTextNodeBinding(object, options) {
3606
3606
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3607
3607
 
3608
3608
  // src/.version.ts
3609
- var version = "20.50.0";
3609
+ var version = "20.50.1";
3610
3610
 
3611
3611
  // src/WorkflowClient.ts
3612
3612
  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.50.1-alpha.4+47395e9a74",
3
+ "version": "20.50.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.50.1-alpha.4+47395e9a74",
45
- "@uniformdev/context": "20.50.1-alpha.4+47395e9a74",
46
- "@uniformdev/richtext": "20.50.1-alpha.4+47395e9a74",
44
+ "@uniformdev/assets": "20.50.1",
45
+ "@uniformdev/context": "20.50.1",
46
+ "@uniformdev/richtext": "20.50.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": "47395e9a74fd4e2a7a5b4cc6488c7326ad906bf9"
55
+ "gitHead": "696a2df1399a5b68564f931286806b2597f6fa64"
56
56
  }