@bobfrankston/msger 0.1.431 → 0.1.433
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/msger-native/bin/msgernative.exe +0 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -811,7 +811,7 @@ This package is the **Rust/wry-based** implementation. There's also **[@bobfrank
|
|
|
811
811
|
|
|
812
812
|
### window.msgapi
|
|
813
813
|
|
|
814
|
-
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.
|
|
814
|
+
msger injects `window.msgapi` into loaded pages via `msger-api.js`, providing window control, DNS lookup (`msgapi.dns.lookup`, added 2026-09-17), UDP networking (`host` may be an IP or a hostname — same resolver), and HTTP fetch. File system and shell operations are not yet implemented in msger.
|
|
815
815
|
|
|
816
816
|
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.
|
|
817
817
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bobfrankston/msger",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.433",
|
|
4
4
|
"description": "Fast, lightweight, cross-platform message box - Rust-powered alternative to msgview",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@types/node": "^25.2.1"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@bobfrankston/msgcommon": "^0.1.
|
|
53
|
+
"@bobfrankston/msgcommon": "^0.1.40",
|
|
54
54
|
"@bobfrankston/rust-builder": "^0.1.5",
|
|
55
55
|
"ansi-to-html": "^0.7.2",
|
|
56
56
|
"json5": "^2.2.3"
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"README.md"
|
|
65
65
|
],
|
|
66
66
|
".dependencies": {
|
|
67
|
-
"@bobfrankston/msgcommon": "
|
|
67
|
+
"@bobfrankston/msgcommon": "file:../msgcommon",
|
|
68
68
|
"@bobfrankston/rust-builder": "file:../../rust-builder",
|
|
69
69
|
"ansi-to-html": "^0.7.2",
|
|
70
70
|
"json5": "^2.2.3"
|
|
71
71
|
},
|
|
72
72
|
".transformedSnapshot": {
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@bobfrankston/msgcommon": "^0.1.
|
|
74
|
+
"@bobfrankston/msgcommon": "^0.1.40",
|
|
75
75
|
"@bobfrankston/rust-builder": "^0.1.5",
|
|
76
76
|
"ansi-to-html": "^0.7.2",
|
|
77
77
|
"json5": "^2.2.3"
|