@bobfrankston/msger 0.1.188 → 0.1.189

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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -668,10 +668,11 @@ This package is the **Rust/wry-based** implementation. There's also **[@bobfrank
668
668
  - Need reliable cross-platform rendering
669
669
  - Prefer Electron ecosystem
670
670
 
671
- ### Planned: msgapi
672
- Both packages will share a common JavaScript API (`window.msgapi`) for file system access, window manipulation, and bidirectional communication. See [TODO.md](TODO.md) for details.
671
+ ### window.msgapi
673
672
 
674
- For the complete feature comparison and roadmap, see the [shared TODO.md](../msgview/TODO.md) which tracks both projects.
673
+ msger injects `window.msgapi` into loaded pages via `msger-api.js`, providing window control, UDP networking, and HTTP fetch. File system and shell operations are not yet implemented in msger.
674
+
675
+ See **[msgapidefs README](../msgapidefs/README.md)** for the full `window.msgapi` API reference, implementation status, and security notes. APIs are experimental and subject to change.
675
676
 
676
677
  ---
677
678
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/msger",
3
- "version": "0.1.188",
3
+ "version": "0.1.189",
4
4
  "description": "Fast, lightweight, cross-platform message box - Rust-powered alternative to msgview",
5
5
  "type": "module",
6
6
  "main": "./index.js",