@uniformdev/canvas 20.72.3-alpha.8 → 20.72.4-alpha.11

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
@@ -15058,7 +15058,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
15058
15058
  */
15059
15059
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable', offset: number) => void | false): number;
15060
15060
 
15061
- declare const version = "20.72.2";
15061
+ declare const version = "20.72.3";
15062
15062
 
15063
15063
  /** API client to enable managing workflow definitions */
15064
15064
  declare class WorkflowClient extends ApiClient {
package/dist/index.d.ts CHANGED
@@ -15058,7 +15058,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
15058
15058
  */
15059
15059
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable', offset: number) => void | false): number;
15060
15060
 
15061
- declare const version = "20.72.2";
15061
+ declare const version = "20.72.3";
15062
15062
 
15063
15063
  /** API client to enable managing workflow definitions */
15064
15064
  declare class WorkflowClient extends ApiClient {
package/dist/index.esm.js CHANGED
@@ -3373,7 +3373,7 @@ function handleRichTextNodeBinding(object, options) {
3373
3373
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3374
3374
 
3375
3375
  // src/.version.ts
3376
- var version = "20.72.2";
3376
+ var version = "20.72.3";
3377
3377
 
3378
3378
  // src/WorkflowClient.ts
3379
3379
  import { ApiClient as ApiClient17 } from "@uniformdev/context/api";
package/dist/index.js CHANGED
@@ -3582,7 +3582,7 @@ function handleRichTextNodeBinding(object, options) {
3582
3582
  var import_api19 = require("@uniformdev/context/api");
3583
3583
 
3584
3584
  // src/.version.ts
3585
- var version = "20.72.2";
3585
+ var version = "20.72.3";
3586
3586
 
3587
3587
  // src/WorkflowClient.ts
3588
3588
  var import_api18 = require("@uniformdev/context/api");
package/dist/index.mjs CHANGED
@@ -3373,7 +3373,7 @@ function handleRichTextNodeBinding(object, options) {
3373
3373
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3374
3374
 
3375
3375
  // src/.version.ts
3376
- var version = "20.72.2";
3376
+ var version = "20.72.3";
3377
3377
 
3378
3378
  // src/WorkflowClient.ts
3379
3379
  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.72.3-alpha.8+bc4cf36434",
3
+ "version": "20.72.4-alpha.11+e751b54a11",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -36,9 +36,9 @@
36
36
  "svix": "1.96.0"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/assets": "20.72.3-alpha.8+bc4cf36434",
40
- "@uniformdev/context": "20.72.3-alpha.8+bc4cf36434",
41
- "@uniformdev/richtext": "20.72.3-alpha.8+bc4cf36434",
39
+ "@uniformdev/assets": "20.72.4-alpha.11+e751b54a11",
40
+ "@uniformdev/context": "20.72.4-alpha.11+e751b54a11",
41
+ "@uniformdev/richtext": "20.72.4-alpha.11+e751b54a11",
42
42
  "immer": "11.1.8",
43
43
  "p-limit": "6.2.0",
44
44
  "p-retry": "6.2.1",
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "bc4cf3643488dcbc8929bbef6e554ca53de2dd37"
53
+ "gitHead": "e751b54a117bad0887d6bfb74c3ff9ccd0b21d88"
54
54
  }