@mulanjs/mulanjs 1.0.1-dev.20260228084838 → 1.0.1-dev.20260228085805

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@mulanjs/mulanjs/latest?color=e94560&label=mulanjs)](https://www.npmjs.com/package/@mulanjs/mulanjs)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
+ [![Security: Iron Fortress](https://img.shields.io/badge/Security-Iron%20Fortress-green.svg)](#iron-fortress-security)
5
6
 
6
7
  > **"The Framework of Power. Zero Runtime Overhead. Pure ASTR Evolution."**
7
8
 
@@ -21,6 +22,7 @@ Want to try the latest features before they are stable? Use the development buil
21
22
 
22
23
  **Option A: Create a New Project (Recommended)**
23
24
  ```bash
25
+ # Secured with Iron Fortress (Auto-overrides for known vulnerabilities)
24
26
  npx @mulanjs/mulanjs@dev init my-project
25
27
  ```
26
28
 
@@ -33,7 +35,7 @@ npm install @mulanjs/mulanjs@dev
33
35
 
34
36
  * **Signal Reactivity Engine** ⚡: Fine-grained reactivity that tracks exact dependencies, eliminating the need for a Virtual DOM.
35
37
  * **ASTR-Q+ Engine** 🌌: Simulated quantum registers with **Quantum Loops** (`muParallel`, `muSwitch`) for complex probabilistic branching.
36
- * **Iron Fortress Security** 🛡️: Built-in "Iron Fortress" security module that auto-sanitizes inputs and generates CSP headers.
38
+ * **Iron Fortress Security** 🛡️: Built-in security module that auto-sanitizes inputs, enforces dependency overrides, and generates CSP headers.
37
39
  * **Mulan Cycle** 🔄: A redefined component lifecycle (Init, Mount, Destroy) for predictable state management.
38
40
  * **TypeScript First** 🟦: Built from the ground up with TypeScript for world-class type safety.
39
41
  * **Mulan Power Server** 🚀: Instant, state-preserving Hot Module Replacement (HMR) powered by the Compiler.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mulanjs/mulanjs",
3
- "version": "1.0.1-dev.20260228084838",
3
+ "version": "1.0.1-dev.20260228085805",
4
4
  "description": "A powerful, secure, and enterprise-grade JavaScript framework.",
5
5
  "main": "dist/mulan.js",
6
6
  "module": "dist/mulan.esm.js",