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