@uniformdev/canvas 20.74.5-alpha.5 → 20.74.6-alpha.2

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
@@ -15150,7 +15150,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
15150
15150
  */
15151
15151
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable', offset: number) => void | false): number;
15152
15152
 
15153
- declare const version = "20.74.4";
15153
+ declare const version = "20.74.5";
15154
15154
 
15155
15155
  /** API client to enable managing workflow definitions */
15156
15156
  declare class WorkflowClient extends ApiClient {
package/dist/index.d.ts CHANGED
@@ -15150,7 +15150,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
15150
15150
  */
15151
15151
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable', offset: number) => void | false): number;
15152
15152
 
15153
- declare const version = "20.74.4";
15153
+ declare const version = "20.74.5";
15154
15154
 
15155
15155
  /** API client to enable managing workflow definitions */
15156
15156
  declare class WorkflowClient extends ApiClient {
package/dist/index.esm.js CHANGED
@@ -3375,7 +3375,7 @@ function handleRichTextNodeBinding(object, options) {
3375
3375
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3376
3376
 
3377
3377
  // src/.version.ts
3378
- var version = "20.74.4";
3378
+ var version = "20.74.5";
3379
3379
 
3380
3380
  // src/WorkflowClient.ts
3381
3381
  import { ApiClient as ApiClient17 } from "@uniformdev/context/api";
package/dist/index.js CHANGED
@@ -3584,7 +3584,7 @@ function handleRichTextNodeBinding(object, options) {
3584
3584
  var import_api19 = require("@uniformdev/context/api");
3585
3585
 
3586
3586
  // src/.version.ts
3587
- var version = "20.74.4";
3587
+ var version = "20.74.5";
3588
3588
 
3589
3589
  // src/WorkflowClient.ts
3590
3590
  var import_api18 = require("@uniformdev/context/api");
package/dist/index.mjs CHANGED
@@ -3375,7 +3375,7 @@ function handleRichTextNodeBinding(object, options) {
3375
3375
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3376
3376
 
3377
3377
  // src/.version.ts
3378
- var version = "20.74.4";
3378
+ var version = "20.74.5";
3379
3379
 
3380
3380
  // src/WorkflowClient.ts
3381
3381
  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.74.5-alpha.5+f0dbc3befe",
3
+ "version": "20.74.6-alpha.2+d9426e9b81",
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.74.5-alpha.5+f0dbc3befe",
40
- "@uniformdev/context": "20.74.5-alpha.5+f0dbc3befe",
41
- "@uniformdev/richtext": "20.74.5-alpha.5+f0dbc3befe",
39
+ "@uniformdev/assets": "20.74.6-alpha.2+d9426e9b81",
40
+ "@uniformdev/context": "20.74.6-alpha.2+d9426e9b81",
41
+ "@uniformdev/richtext": "20.74.6-alpha.2+d9426e9b81",
42
42
  "immer": "10.2.0",
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": "f0dbc3befe92a152b47994f7b20448ca027ae39a"
53
+ "gitHead": "d9426e9b81a6943318d903c723f23f3c0cbb17ad"
54
54
  }