@uniformdev/canvas 20.77.1-alpha.10.sha-3381091ae6 → 20.77.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
@@ -15661,7 +15661,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
15661
15661
  */
15662
15662
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable', offset: number) => void | false): number;
15663
15663
 
15664
- declare const version = "20.77.0";
15664
+ declare const version = "20.77.1";
15665
15665
 
15666
15666
  /** API client to enable managing workflow definitions */
15667
15667
  declare class WorkflowClient extends ApiClient {
package/dist/index.d.ts CHANGED
@@ -15661,7 +15661,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
15661
15661
  */
15662
15662
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable', offset: number) => void | false): number;
15663
15663
 
15664
- declare const version = "20.77.0";
15664
+ declare const version = "20.77.1";
15665
15665
 
15666
15666
  /** API client to enable managing workflow definitions */
15667
15667
  declare class WorkflowClient extends ApiClient {
package/dist/index.esm.js CHANGED
@@ -4001,7 +4001,7 @@ function handleRichTextNodeBinding(object, options) {
4001
4001
  import { ApiClientError as ApiClientError5 } from "@uniformdev/context/api";
4002
4002
 
4003
4003
  // src/.version.ts
4004
- var version = "20.77.0";
4004
+ var version = "20.77.1";
4005
4005
 
4006
4006
  // src/WorkflowClient.ts
4007
4007
  import { ApiClient as ApiClient18 } from "@uniformdev/context/api";
package/dist/index.js CHANGED
@@ -4216,7 +4216,7 @@ function handleRichTextNodeBinding(object, options) {
4216
4216
  var import_api27 = require("@uniformdev/context/api");
4217
4217
 
4218
4218
  // src/.version.ts
4219
- var version = "20.77.0";
4219
+ var version = "20.77.1";
4220
4220
 
4221
4221
  // src/WorkflowClient.ts
4222
4222
  var import_api26 = require("@uniformdev/context/api");
package/dist/index.mjs CHANGED
@@ -4001,7 +4001,7 @@ function handleRichTextNodeBinding(object, options) {
4001
4001
  import { ApiClientError as ApiClientError5 } from "@uniformdev/context/api";
4002
4002
 
4003
4003
  // src/.version.ts
4004
- var version = "20.77.0";
4004
+ var version = "20.77.1";
4005
4005
 
4006
4006
  // src/WorkflowClient.ts
4007
4007
  import { ApiClient as ApiClient18 } from "@uniformdev/context/api";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "20.77.1-alpha.10.sha-3381091ae6",
3
+ "version": "20.77.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",
@@ -36,9 +36,9 @@
36
36
  "svix": "1.96.0"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/assets": "20.77.1-alpha.10.sha-3381091ae6",
40
- "@uniformdev/context": "20.77.1-alpha.10.sha-3381091ae6",
41
- "@uniformdev/richtext": "20.77.1-alpha.10.sha-3381091ae6",
39
+ "@uniformdev/assets": "20.77.1",
40
+ "@uniformdev/context": "20.77.1",
41
+ "@uniformdev/richtext": "20.77.1",
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": "3381091ae65d8f50effdea93e6971c369203ecaf"
53
+ "gitHead": "d820d514d227b09c4df16b4285da6fa6d8ab61f7"
54
54
  }