@modern-js/repo-generator 0.0.0-next-20240321025149 → 0.0.0-next-20240321101024
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/dist/index.js +2 -2
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -31459,9 +31459,9 @@ var require_ejs = __commonJS({
|
|
|
31459
31459
|
}
|
|
31460
31460
|
});
|
|
31461
31461
|
|
|
31462
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.
|
|
31462
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.45.0/node_modules/@modern-js/utils/dist/compiled/chalk/index.js
|
|
31463
31463
|
var require_chalk = __commonJS({
|
|
31464
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.
|
|
31464
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.45.0/node_modules/@modern-js/utils/dist/compiled/chalk/index.js"(exports, module2) {
|
|
31465
31465
|
"use strict";
|
|
31466
31466
|
(() => {
|
|
31467
31467
|
var e = { 44: (e2, t2, n2) => {
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-next-
|
|
18
|
+
"version": "0.0.0-next-20240321101024",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"/dist/index.js"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@modern-js/utils": "0.0.0-next-
|
|
26
|
+
"@modern-js/utils": "0.0.0-next-20240321101024"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@modern-js/codesmith": "2.3.5",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"@types/node": "^14",
|
|
33
33
|
"jest": "^29",
|
|
34
34
|
"typescript": "^5",
|
|
35
|
-
"@modern-js/generator
|
|
36
|
-
"@modern-js/
|
|
37
|
-
"@modern-js/generator-plugin": "0.0.0-next-
|
|
38
|
-
"@modern-js/generator-utils": "0.0.0-next-
|
|
39
|
-
"@modern-js/module-generator": "0.0.0-next-
|
|
40
|
-
"@modern-js/monorepo-generator": "0.0.0-next-
|
|
41
|
-
"@modern-js/mwa-generator": "0.0.0-next-
|
|
42
|
-
"@scripts/build": "0.0.0-next-
|
|
43
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
35
|
+
"@modern-js/base-generator": "0.0.0-next-20240321101024",
|
|
36
|
+
"@modern-js/generator-common": "0.0.0-next-20240321101024",
|
|
37
|
+
"@modern-js/generator-plugin": "0.0.0-next-20240321101024",
|
|
38
|
+
"@modern-js/generator-utils": "0.0.0-next-20240321101024",
|
|
39
|
+
"@modern-js/module-generator": "0.0.0-next-20240321101024",
|
|
40
|
+
"@modern-js/monorepo-generator": "0.0.0-next-20240321101024",
|
|
41
|
+
"@modern-js/mwa-generator": "0.0.0-next-20240321101024",
|
|
42
|
+
"@scripts/build": "0.0.0-next-20240321101024",
|
|
43
|
+
"@scripts/jest-config": "0.0.0-next-20240321101024"
|
|
44
44
|
},
|
|
45
45
|
"sideEffects": false,
|
|
46
46
|
"publishConfig": {
|