@modern-js/repo-generator 0.0.0-nightly-20231225170629 → 0.0.0-nightly-20231227170611

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 +2 -1
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -74044,7 +74044,8 @@ function _addManyFiles() {
74044
74044
  });
74045
74045
  config.templateBase = ((_config_templateBase = config.templateBase) === null || _config_templateBase === void 0 ? void 0 : _config_templateBase.startsWith(import_path12.default.sep)) ? config.templateBase : "".concat(import_path12.default.sep).concat(config.templateBase || "");
74046
74046
  templateFiles = import_utils29.globby.sync(config.templateFiles, {
74047
- braceExpansion: false
74047
+ braceExpansion: false,
74048
+ dot: config.dot
74048
74049
  }).map(function(filePath) {
74049
74050
  return dropFileRootPath(filePath, templatePath);
74050
74051
  }).filter(function(filePath) {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20231225170629",
18
+ "version": "0.0.0-nightly-20231227170611",
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-20231225170629"
26
+ "@modern-js/utils": "0.0.0-nightly-20231227170611"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@modern-js/codesmith": "2.3.2",
@@ -32,15 +32,15 @@
32
32
  "@types/node": "^14",
33
33
  "jest": "^29",
34
34
  "typescript": "^5",
35
- "@modern-js/base-generator": "0.0.0-nightly-20231225170629",
36
- "@modern-js/generator-common": "0.0.0-nightly-20231225170629",
37
- "@modern-js/generator-plugin": "0.0.0-nightly-20231225170629",
38
- "@modern-js/module-generator": "0.0.0-nightly-20231225170629",
39
- "@modern-js/generator-utils": "0.0.0-nightly-20231225170629",
40
- "@modern-js/mwa-generator": "0.0.0-nightly-20231225170629",
41
- "@modern-js/monorepo-generator": "0.0.0-nightly-20231225170629",
42
- "@scripts/build": "0.0.0-nightly-20231225170629",
43
- "@scripts/jest-config": "0.0.0-nightly-20231225170629"
35
+ "@modern-js/generator-common": "0.0.0-nightly-20231227170611",
36
+ "@modern-js/generator-plugin": "0.0.0-nightly-20231227170611",
37
+ "@modern-js/base-generator": "0.0.0-nightly-20231227170611",
38
+ "@modern-js/generator-utils": "0.0.0-nightly-20231227170611",
39
+ "@modern-js/mwa-generator": "0.0.0-nightly-20231227170611",
40
+ "@modern-js/module-generator": "0.0.0-nightly-20231227170611",
41
+ "@modern-js/monorepo-generator": "0.0.0-nightly-20231227170611",
42
+ "@scripts/build": "0.0.0-nightly-20231227170611",
43
+ "@scripts/jest-config": "0.0.0-nightly-20231227170611"
44
44
  },
45
45
  "sideEffects": false,
46
46
  "publishConfig": {