@player-ui/async-node-plugin 0.10.5--canary.606.20937 → 0.10.5--canary.611.20992

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/package.json CHANGED
@@ -6,10 +6,10 @@
6
6
  "types"
7
7
  ],
8
8
  "name": "@player-ui/async-node-plugin",
9
- "version": "0.10.5--canary.606.20937",
9
+ "version": "0.10.5--canary.611.20992",
10
10
  "main": "dist/cjs/index.cjs",
11
11
  "peerDependencies": {
12
- "@player-ui/player": "0.10.5--canary.606.20937"
12
+ "@player-ui/player": "0.10.5--canary.611.20992"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@player-ui/reference-assets-plugin": "workspace:*"
@@ -861,8 +861,14 @@ describe("view", () => {
861
861
  deferredResolve({
862
862
  asset: {
863
863
  id: "5",
864
- type: "text",
865
- value: "chained async content",
864
+ type: "chat-message",
865
+ value: {
866
+ asset: {
867
+ id: "6",
868
+ type: "text",
869
+ value: "chained async content",
870
+ },
871
+ },
866
872
  },
867
873
  });
868
874
  }