@uniformdev/canvas 20.59.1 → 20.60.0

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
@@ -14195,7 +14195,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
14195
14195
  */
14196
14196
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
14197
14197
 
14198
- declare const version = "20.59.1";
14198
+ declare const version = "20.60.0";
14199
14199
 
14200
14200
  /** API client to enable managing workflow definitions */
14201
14201
  declare class WorkflowClient extends ApiClient {
package/dist/index.d.ts CHANGED
@@ -14195,7 +14195,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
14195
14195
  */
14196
14196
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
14197
14197
 
14198
- declare const version = "20.59.1";
14198
+ declare const version = "20.60.0";
14199
14199
 
14200
14200
  /** API client to enable managing workflow definitions */
14201
14201
  declare class WorkflowClient extends ApiClient {
package/dist/index.esm.js CHANGED
@@ -3654,7 +3654,7 @@ function handleRichTextNodeBinding(object, options) {
3654
3654
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3655
3655
 
3656
3656
  // src/.version.ts
3657
- var version = "20.59.1";
3657
+ var version = "20.60.0";
3658
3658
 
3659
3659
  // src/WorkflowClient.ts
3660
3660
  import { ApiClient as ApiClient17 } from "@uniformdev/context/api";
package/dist/index.js CHANGED
@@ -3836,7 +3836,7 @@ function handleRichTextNodeBinding(object, options) {
3836
3836
  var import_api19 = require("@uniformdev/context/api");
3837
3837
 
3838
3838
  // src/.version.ts
3839
- var version = "20.59.1";
3839
+ var version = "20.60.0";
3840
3840
 
3841
3841
  // src/WorkflowClient.ts
3842
3842
  var import_api18 = require("@uniformdev/context/api");
package/dist/index.mjs CHANGED
@@ -3654,7 +3654,7 @@ function handleRichTextNodeBinding(object, options) {
3654
3654
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3655
3655
 
3656
3656
  // src/.version.ts
3657
- var version = "20.59.1";
3657
+ var version = "20.60.0";
3658
3658
 
3659
3659
  // src/WorkflowClient.ts
3660
3660
  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.59.1",
3
+ "version": "20.60.0",
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.59.1",
45
- "@uniformdev/context": "20.59.1",
46
- "@uniformdev/richtext": "20.59.1",
44
+ "@uniformdev/assets": "20.60.0",
45
+ "@uniformdev/context": "20.60.0",
46
+ "@uniformdev/richtext": "20.60.0",
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": "c373fe4a7fa491894a70b5529281db08696e8231"
55
+ "gitHead": "a30af872d211cccdb5ee360b882daaa0dcb8f470"
56
56
  }