@mulanjs/mulanjs 1.0.1-dev.20260218163106 → 1.0.1-dev.20260218164416

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ MulanJS is a high-performance, next-generation web framework designed to bridge
16
16
  > Coming soon!
17
17
 
18
18
  ### Development Release (Latest)
19
- To install the latest development version of MulanJS:
19
+ To install the latest development version of MulanJS (e.g., `1.0.1-dev.20260218163106`):
20
20
 
21
21
  ```bash
22
22
  npm install @mulanjs/mulanjs@dev
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mulanjs/mulanjs",
3
- "version": "1.0.1-dev.20260218163106",
3
+ "version": "1.0.1-dev.20260218164416",
4
4
  "description": "A powerful, secure, and enterprise-grade JavaScript framework.",
5
5
  "main": "dist/mulan.js",
6
6
  "module": "dist/mulan.esm.js",