mhx 2026.1.7 → 2026.1.10

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.mbt.md CHANGED
@@ -1,4 +1,11 @@
1
1
  # mhx - MoonBit Hypermedia X
2
+ <!-- bdg:begin -->
3
+ [![npm](https://img.shields.io/npm/v/mhx.svg)](https://www.npmjs.com/package/mhx)
4
+ ![moonbit](https://img.shields.io/badge/moonbit-f4ah6o/mhx-informational)
5
+ [![license](https://img.shields.io/github/license/f4ah6o/mhx.mbt.svg)](https://github.com/f4ah6o/mhx.mbt)
6
+ [![CI](https://github.com/f4ah6o/mhx.mbt/actions/workflows/npm-publish.yaml/badge.svg)](https://github.com/f4ah6o/mhx.mbt/actions/workflows/npm-publish.yaml)
7
+ [![CI](https://github.com/f4ah6o/mhx.mbt/actions/workflows/ci.yaml/badge.svg)](https://github.com/f4ah6o/mhx.mbt/actions/workflows/ci.yaml)
8
+ <!-- bdg:end -->
2
9
 
3
10
  A type-safe Hypermedia-Driven Architecture (HDA) library for MoonBit/WebAssembly, inspired by [htmx](https://htmx.org).
4
11
 
@@ -296,3 +303,8 @@ moon -C mhx.mbt build --target js
296
303
  3. Use the npm wrapper entry:
297
304
 
298
305
  - `npm/index.js` initializes the FFI via `initMhxFfi` and re-exports the public API.
306
+
307
+
308
+
309
+
310
+