@yschimke/remote-compose-player-cmp 1.54.0 → 1.55.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/README.md +1 -1
- package/dist/rcPlayer.wasm +0 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ what it coded against — not which release it happens to have. `window.rcPlayer
|
|
|
38
38
|
`document.documentElement.dataset.rcPlayerContract` both carry it, and this package's **major**
|
|
39
39
|
tracks it.
|
|
40
40
|
|
|
41
|
-
Full reference: [RC_PLAYER_EMBED.md](https://github.com/yschimke/
|
|
41
|
+
Full reference: [RC_PLAYER_EMBED.md](https://github.com/yschimke/rc-players/blob/main/docs/design/RC_PLAYER_EMBED.md).
|
|
42
42
|
Summary:
|
|
43
43
|
|
|
44
44
|
| parameter | meaning |
|
package/dist/rcPlayer.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yschimke/remote-compose-player-cmp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.55.1",
|
|
4
4
|
"description": "The Compose Multiplatform / Wasm Remote Compose player, as a drop-in browser bundle. Renders .rc documents in an iframe driven by query parameters and window.rcPlayerLoad.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"remote-compose",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
],
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"author": "Yuri Schimke",
|
|
14
|
-
"homepage": "https://github.com/yschimke/
|
|
14
|
+
"homepage": "https://github.com/yschimke/rc-players/blob/main/docs/design/RC_PLAYER_EMBED.md",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "git+https://github.com/yschimke/
|
|
17
|
+
"url": "git+https://github.com/yschimke/rc-players.git",
|
|
18
18
|
"directory": "rc-player/wasm"
|
|
19
19
|
},
|
|
20
20
|
"bugs": {
|
|
21
|
-
"url": "https://github.com/yschimke/
|
|
21
|
+
"url": "https://github.com/yschimke/rc-players/issues"
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|
|
24
24
|
"files": [
|