@modern-js/ssg-generator 0.0.0-nightly-20240228170648 → 0.0.0-nightly-20240229170649
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 -11
- package/package.json +8 -8
package/dist/index.js
CHANGED
@@ -61751,15 +61751,6 @@ var AppAPI = class {
|
|
61751
61751
|
var import_path6 = __toESM(require("path"));
|
61752
61752
|
var import_utils16 = require("@modern-js/utils");
|
61753
61753
|
|
61754
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.3/node_modules/@swc/helpers/esm/_define_property.js
|
61755
|
-
function _define_property2(obj, key, value) {
|
61756
|
-
if (key in obj) {
|
61757
|
-
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
61758
|
-
} else
|
61759
|
-
obj[key] = value;
|
61760
|
-
return obj;
|
61761
|
-
}
|
61762
|
-
|
61763
61754
|
// ../../../cli/plugin-i18n/dist/esm-node/index.js
|
61764
61755
|
var import_lodash7 = require("@modern-js/utils/lodash");
|
61765
61756
|
|
@@ -61818,8 +61809,8 @@ var I18n2 = class {
|
|
61818
61809
|
};
|
61819
61810
|
}
|
61820
61811
|
constructor() {
|
61821
|
-
|
61822
|
-
|
61812
|
+
this.language = "en";
|
61813
|
+
this.languageMap = {};
|
61823
61814
|
}
|
61824
61815
|
};
|
61825
61816
|
|
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "0.0.0-nightly-
|
18
|
+
"version": "0.0.0-nightly-20240229170649",
|
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-nightly-
|
26
|
+
"@modern-js/utils": "0.0.0-nightly-20240229170649"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
29
|
"@modern-js/codesmith": "2.3.5",
|
@@ -32,12 +32,12 @@
|
|
32
32
|
"@types/node": "^14",
|
33
33
|
"jest": "^29",
|
34
34
|
"typescript": "^5",
|
35
|
-
"@modern-js/dependence-generator": "0.0.0-nightly-
|
36
|
-
"@modern-js/generator-common": "0.0.0-nightly-
|
37
|
-
"@modern-js/generator-utils": "0.0.0-nightly-
|
38
|
-
"@
|
39
|
-
"@scripts/
|
40
|
-
"@
|
35
|
+
"@modern-js/dependence-generator": "0.0.0-nightly-20240229170649",
|
36
|
+
"@modern-js/generator-common": "0.0.0-nightly-20240229170649",
|
37
|
+
"@modern-js/generator-utils": "0.0.0-nightly-20240229170649",
|
38
|
+
"@scripts/build": "0.0.0-nightly-20240229170649",
|
39
|
+
"@scripts/jest-config": "0.0.0-nightly-20240229170649",
|
40
|
+
"@modern-js/plugin-i18n": "0.0.0-nightly-20240229170649"
|
41
41
|
},
|
42
42
|
"sideEffects": false,
|
43
43
|
"publishConfig": {
|