@modern-js/ssg-generator 3.2.8 → 3.2.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/dist/index.js +2 -2
- package/package.json +8 -8
package/dist/index.js
CHANGED
@@ -14524,9 +14524,9 @@ var require_ejs = __commonJS({
|
|
14524
14524
|
}
|
14525
14525
|
});
|
14526
14526
|
|
14527
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.
|
14527
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.37.2/node_modules/@modern-js/utils/dist/compiled/chalk/index.js
|
14528
14528
|
var require_chalk = __commonJS({
|
14529
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.
|
14529
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.37.2/node_modules/@modern-js/utils/dist/compiled/chalk/index.js"(exports, module2) {
|
14530
14530
|
"use strict";
|
14531
14531
|
(() => {
|
14532
14532
|
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": "3.2.
|
18
|
+
"version": "3.2.10",
|
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": "2.39.
|
26
|
+
"@modern-js/utils": "2.39.2"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
29
|
"@modern-js/codesmith": "2.3.0",
|
@@ -32,12 +32,12 @@
|
|
32
32
|
"@types/node": "^14",
|
33
33
|
"jest": "^29",
|
34
34
|
"typescript": "^5",
|
35
|
-
"@modern-js/generator
|
36
|
-
"@modern-js/
|
37
|
-
"@modern-js/generator-
|
38
|
-
"@modern-js/
|
39
|
-
"@scripts/jest-config": "2.39.
|
40
|
-
"@scripts/build": "2.39.
|
35
|
+
"@modern-js/dependence-generator": "3.2.10",
|
36
|
+
"@modern-js/generator-common": "3.2.10",
|
37
|
+
"@modern-js/generator-utils": "3.2.10",
|
38
|
+
"@modern-js/plugin-i18n": "2.39.2",
|
39
|
+
"@scripts/jest-config": "2.39.2",
|
40
|
+
"@scripts/build": "2.39.2"
|
41
41
|
},
|
42
42
|
"sideEffects": false,
|
43
43
|
"publishConfig": {
|