@modern-js/ssg-generator 0.0.0-nightly-20241124170647 → 0.0.0-nightly-20241126170728
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 +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -63823,7 +63823,7 @@ function _async_to_generator(fn) {
|
|
|
63823
63823
|
};
|
|
63824
63824
|
}
|
|
63825
63825
|
|
|
63826
|
-
// ../../../../node_modules/.pnpm/tslib@2.
|
|
63826
|
+
// ../../../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs
|
|
63827
63827
|
function __generator(thisArg, body) {
|
|
63828
63828
|
var _ = { label: 0, sent: function() {
|
|
63829
63829
|
if (t[0] & 1)
|
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-20241126170728",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
],
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@modern-js/codesmith": "2.6.5",
|
|
27
|
-
"@modern-js/codesmith-utils": "2.6.5",
|
|
28
27
|
"@modern-js/codesmith-api-app": "2.6.5",
|
|
28
|
+
"@modern-js/codesmith-utils": "2.6.5",
|
|
29
29
|
"@types/jest": "^29",
|
|
30
30
|
"@types/node": "^14",
|
|
31
31
|
"jest": "^29",
|
|
32
32
|
"typescript": "^5",
|
|
33
|
-
"@modern-js/dependence-generator": "0.0.0-nightly-
|
|
34
|
-
"@modern-js/generator-common": "0.0.0-nightly-
|
|
35
|
-
"@
|
|
36
|
-
"@
|
|
37
|
-
"@
|
|
38
|
-
"@
|
|
33
|
+
"@modern-js/dependence-generator": "0.0.0-nightly-20241126170728",
|
|
34
|
+
"@modern-js/generator-common": "0.0.0-nightly-20241126170728",
|
|
35
|
+
"@scripts/build": "0.0.0-nightly-20241126170728",
|
|
36
|
+
"@modern-js/plugin-i18n": "0.0.0-nightly-20241126170728",
|
|
37
|
+
"@modern-js/generator-utils": "0.0.0-nightly-20241126170728",
|
|
38
|
+
"@scripts/jest-config": "0.0.0-nightly-20241126170728"
|
|
39
39
|
},
|
|
40
40
|
"sideEffects": false,
|
|
41
41
|
"publishConfig": {
|