@modern-js/repo-generator 0.0.0-next-20230129144507 → 0.0.0-next-20230131123636

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/dist/index.js +1 -1
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -134411,7 +134411,7 @@ var require_constants6 = __commonJS({
134411
134411
  exports.SERVER_DIR = "server";
134412
134412
  exports.SHARED_DIR = "shared";
134413
134413
  exports.CONFIG_CACHE_DIR = "./node_modules/.cache/node-bundle-require";
134414
- exports.CONFIG_FILE_EXTENSIONS = [".js", ".ts", ".ejs", ".mjs"];
134414
+ exports.CONFIG_FILE_EXTENSIONS = [".js", ".ts", ".mjs"];
134415
134415
  exports.OUTPUT_CONFIG_FILE = "modern.config.json";
134416
134416
  exports.DEFAULT_SERVER_CONFIG = "modern.server-runtime.config";
134417
134417
  exports.ROUTE_MINIFEST_FILE = "routes-manifest.json";
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20230129144507",
14
+ "version": "0.0.0-next-20230131123636",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "main": "./dist/index.js",
17
17
  "files": [
@@ -26,16 +26,16 @@
26
26
  "@types/node": "^14",
27
27
  "jest": "^27",
28
28
  "typescript": "^4",
29
- "@modern-js/generator-utils": "0.0.0-next-20230129144507",
30
- "@modern-js/module-generator": "0.0.0-next-20230129144507",
31
- "@modern-js/monorepo-generator": "0.0.0-next-20230129144507",
32
- "@modern-js/mwa-generator": "0.0.0-next-20230129144507",
33
- "@modern-js/utils": "0.0.0-next-20230129144507",
34
- "@modern-js/generator-plugin": "0.0.0-next-20230129144507",
35
- "@modern-js/base-generator": "0.0.0-next-20230129144507",
36
- "@modern-js/generator-common": "0.0.0-next-20230129144507",
37
- "@scripts/jest-config": "0.0.0-next-20230129144507",
38
- "@scripts/build": "0.0.0-next-20230129144507"
29
+ "@modern-js/generator-plugin": "0.0.0-next-20230131123636",
30
+ "@modern-js/module-generator": "0.0.0-next-20230131123636",
31
+ "@modern-js/monorepo-generator": "0.0.0-next-20230131123636",
32
+ "@modern-js/mwa-generator": "0.0.0-next-20230131123636",
33
+ "@modern-js/utils": "0.0.0-next-20230131123636",
34
+ "@modern-js/generator-utils": "0.0.0-next-20230131123636",
35
+ "@modern-js/generator-common": "0.0.0-next-20230131123636",
36
+ "@modern-js/base-generator": "0.0.0-next-20230131123636",
37
+ "@scripts/build": "0.0.0-next-20230131123636",
38
+ "@scripts/jest-config": "0.0.0-next-20230131123636"
39
39
  },
40
40
  "sideEffects": false,
41
41
  "publishConfig": {