@mulanjs/mulanjs 1.0.1-dev.20260228083459 → 1.0.1-dev.20260228084130

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/package.json +1 -1
  2. package/src/cli/index.js +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mulanjs/mulanjs",
3
- "version": "1.0.1-dev.20260228083459",
3
+ "version": "1.0.1-dev.20260228084130",
4
4
  "description": "A powerful, secure, and enterprise-grade JavaScript framework.",
5
5
  "main": "dist/mulan.js",
6
6
  "module": "dist/mulan.esm.js",
package/src/cli/index.js CHANGED
@@ -11,7 +11,7 @@ const program = new Command();
11
11
  program
12
12
  .name('mulan')
13
13
  .description('MulanJS CLI - The World\'s Most Powerful ASTR-Q Framework CLI')
14
- .version('1.0.1-dev.20260220174805');
14
+ .version('1.0.1-dev.20260228083209');
15
15
 
16
16
  // --- Auditor Helper Functions (Legitimate Shell Access) ---
17
17
  function shell(command, options = {}) {
@@ -142,7 +142,7 @@ program
142
142
  "@mulanjs/mulanjs": ownPackage.version
143
143
  },
144
144
  devDependencies: {
145
- "webpack": "^5.104.1",
145
+ "webpack": "^5.105.3",
146
146
  "webpack-cli": "^6.0.1",
147
147
  "webpack-dev-server": "^5.2.3",
148
148
  "css-loader": "^6.8.1",
@@ -150,6 +150,10 @@ program
150
150
  "sass": "^1.83.0",
151
151
  "sass-loader": "^16.0.0"
152
152
  },
153
+ "overrides": {
154
+ "minimatch": "^3.1.4",
155
+ "serialize-javascript": "^7.0.3"
156
+ },
153
157
  scripts: {
154
158
  "start": "mulan dev",
155
159
  "dev": "mulan dev",