@uniformdev/canvas 20.66.2-alpha.13 → 20.66.3-alpha.6

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
@@ -14242,7 +14242,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
14242
14242
  */
14243
14243
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
14244
14244
 
14245
- declare const version = "20.66.1";
14245
+ declare const version = "20.66.2";
14246
14246
 
14247
14247
  /** API client to enable managing workflow definitions */
14248
14248
  declare class WorkflowClient extends ApiClient {
package/dist/index.d.ts CHANGED
@@ -14242,7 +14242,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
14242
14242
  */
14243
14243
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
14244
14244
 
14245
- declare const version = "20.66.1";
14245
+ declare const version = "20.66.2";
14246
14246
 
14247
14247
  /** API client to enable managing workflow definitions */
14248
14248
  declare class WorkflowClient extends ApiClient {
package/dist/index.esm.js CHANGED
@@ -3658,7 +3658,7 @@ function handleRichTextNodeBinding(object, options) {
3658
3658
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3659
3659
 
3660
3660
  // src/.version.ts
3661
- var version = "20.66.1";
3661
+ var version = "20.66.2";
3662
3662
 
3663
3663
  // src/WorkflowClient.ts
3664
3664
  import { ApiClient as ApiClient17 } from "@uniformdev/context/api";
package/dist/index.js CHANGED
@@ -3841,7 +3841,7 @@ function handleRichTextNodeBinding(object, options) {
3841
3841
  var import_api19 = require("@uniformdev/context/api");
3842
3842
 
3843
3843
  // src/.version.ts
3844
- var version = "20.66.1";
3844
+ var version = "20.66.2";
3845
3845
 
3846
3846
  // src/WorkflowClient.ts
3847
3847
  var import_api18 = require("@uniformdev/context/api");
package/dist/index.mjs CHANGED
@@ -3658,7 +3658,7 @@ function handleRichTextNodeBinding(object, options) {
3658
3658
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3659
3659
 
3660
3660
  // src/.version.ts
3661
- var version = "20.66.1";
3661
+ var version = "20.66.2";
3662
3662
 
3663
3663
  // src/WorkflowClient.ts
3664
3664
  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.66.2-alpha.13+212f8547ab",
3
+ "version": "20.66.3-alpha.6+99aaadfddb",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -39,9 +39,9 @@
39
39
  "svix": "1.71.0"
40
40
  },
41
41
  "dependencies": {
42
- "@uniformdev/assets": "20.66.2-alpha.13+212f8547ab",
43
- "@uniformdev/context": "20.66.2-alpha.13+212f8547ab",
44
- "@uniformdev/richtext": "20.66.2-alpha.13+212f8547ab",
42
+ "@uniformdev/assets": "20.66.3-alpha.6+99aaadfddb",
43
+ "@uniformdev/context": "20.66.3-alpha.6+99aaadfddb",
44
+ "@uniformdev/richtext": "20.66.3-alpha.6+99aaadfddb",
45
45
  "immer": "10.1.3"
46
46
  },
47
47
  "files": [
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "212f8547abb38d533a0b9c3ce968e33a0a5b1bd6"
53
+ "gitHead": "99aaadfddbad0e7712ea51517666069915883931"
54
54
  }