@uniformdev/canvas 20.35.1-alpha.188 → 20.35.1-alpha.228

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
@@ -13705,7 +13705,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
13705
13705
  */
13706
13706
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
13707
13707
 
13708
- declare const version = "20.43.1";
13708
+ declare const version = "20.44.0";
13709
13709
 
13710
13710
  /** API client to enable managing workflow definitions */
13711
13711
  declare class WorkflowClient extends ApiClient {
package/dist/index.d.ts CHANGED
@@ -13705,7 +13705,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
13705
13705
  */
13706
13706
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
13707
13707
 
13708
- declare const version = "20.43.1";
13708
+ declare const version = "20.44.0";
13709
13709
 
13710
13710
  /** API client to enable managing workflow definitions */
13711
13711
  declare class WorkflowClient extends ApiClient {
package/dist/index.esm.js CHANGED
@@ -2694,6 +2694,9 @@ var createCanvasChannel = ({
2694
2694
  }
2695
2695
  };
2696
2696
  const postMessage = (message) => {
2697
+ if (message.type !== "report-rendered-compositions") {
2698
+ console.log("[temp-debug-channel-SEND]", message.type, message);
2699
+ }
2697
2700
  broadcastToItems.forEach((item) => item == null ? void 0 : item.postMessage(JSON.stringify(message), "*"));
2698
2701
  for (const handlerId in handlers) {
2699
2702
  const handler = handlers[handlerId];
@@ -2911,6 +2914,9 @@ var createCanvasChannel = ({
2911
2914
  if (!message) {
2912
2915
  return;
2913
2916
  }
2917
+ if (message.type !== "report-rendered-compositions") {
2918
+ console.log("[temp-debug-channel] RECV:", message.type, message);
2919
+ }
2914
2920
  for (const handlerId in handlers) {
2915
2921
  const handler = handlers[handlerId];
2916
2922
  if (handler.types.includes(message.type)) {
@@ -3545,7 +3551,7 @@ function handleRichTextNodeBinding(object, options) {
3545
3551
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3546
3552
 
3547
3553
  // src/.version.ts
3548
- var version = "20.43.1";
3554
+ var version = "20.44.0";
3549
3555
 
3550
3556
  // src/WorkflowClient.ts
3551
3557
  import { ApiClient as ApiClient16 } from "@uniformdev/context/api";
package/dist/index.js CHANGED
@@ -2872,6 +2872,9 @@ var createCanvasChannel = ({
2872
2872
  }
2873
2873
  };
2874
2874
  const postMessage = (message) => {
2875
+ if (message.type !== "report-rendered-compositions") {
2876
+ console.log("[temp-debug-channel-SEND]", message.type, message);
2877
+ }
2875
2878
  broadcastToItems.forEach((item) => item == null ? void 0 : item.postMessage(JSON.stringify(message), "*"));
2876
2879
  for (const handlerId in handlers) {
2877
2880
  const handler = handlers[handlerId];
@@ -3089,6 +3092,9 @@ var createCanvasChannel = ({
3089
3092
  if (!message) {
3090
3093
  return;
3091
3094
  }
3095
+ if (message.type !== "report-rendered-compositions") {
3096
+ console.log("[temp-debug-channel] RECV:", message.type, message);
3097
+ }
3092
3098
  for (const handlerId in handlers) {
3093
3099
  const handler = handlers[handlerId];
3094
3100
  if (handler.types.includes(message.type)) {
@@ -3723,7 +3729,7 @@ function handleRichTextNodeBinding(object, options) {
3723
3729
  var import_api18 = require("@uniformdev/context/api");
3724
3730
 
3725
3731
  // src/.version.ts
3726
- var version = "20.43.1";
3732
+ var version = "20.44.0";
3727
3733
 
3728
3734
  // src/WorkflowClient.ts
3729
3735
  var import_api17 = require("@uniformdev/context/api");
package/dist/index.mjs CHANGED
@@ -2694,6 +2694,9 @@ var createCanvasChannel = ({
2694
2694
  }
2695
2695
  };
2696
2696
  const postMessage = (message) => {
2697
+ if (message.type !== "report-rendered-compositions") {
2698
+ console.log("[temp-debug-channel-SEND]", message.type, message);
2699
+ }
2697
2700
  broadcastToItems.forEach((item) => item == null ? void 0 : item.postMessage(JSON.stringify(message), "*"));
2698
2701
  for (const handlerId in handlers) {
2699
2702
  const handler = handlers[handlerId];
@@ -2911,6 +2914,9 @@ var createCanvasChannel = ({
2911
2914
  if (!message) {
2912
2915
  return;
2913
2916
  }
2917
+ if (message.type !== "report-rendered-compositions") {
2918
+ console.log("[temp-debug-channel] RECV:", message.type, message);
2919
+ }
2914
2920
  for (const handlerId in handlers) {
2915
2921
  const handler = handlers[handlerId];
2916
2922
  if (handler.types.includes(message.type)) {
@@ -3545,7 +3551,7 @@ function handleRichTextNodeBinding(object, options) {
3545
3551
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3546
3552
 
3547
3553
  // src/.version.ts
3548
- var version = "20.43.1";
3554
+ var version = "20.44.0";
3549
3555
 
3550
3556
  // src/WorkflowClient.ts
3551
3557
  import { ApiClient as ApiClient16 } from "@uniformdev/context/api";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "20.35.1-alpha.188+c2a5b9c45f",
3
+ "version": "20.35.1-alpha.228+26f6f414c9",
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.35.1-alpha.188+c2a5b9c45f",
45
- "@uniformdev/context": "20.35.1-alpha.188+c2a5b9c45f",
46
- "@uniformdev/richtext": "20.35.1-alpha.188+c2a5b9c45f",
44
+ "@uniformdev/assets": "20.35.1-alpha.228+26f6f414c9",
45
+ "@uniformdev/context": "20.35.1-alpha.228+26f6f414c9",
46
+ "@uniformdev/richtext": "20.35.1-alpha.228+26f6f414c9",
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": "c2a5b9c45fdbcd3199fba23e38beaf7ca0388c35"
55
+ "gitHead": "26f6f414c9725e8e36785bcf51e62e8b15331f2e"
56
56
  }