@modern-js/create 1.21.6 → 1.22.2

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 -0
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -75764,6 +75764,8 @@ function getDefaultConfig(projectDir = import_path.default.basename(process.cwd(
75764
75764
  }
75765
75765
  if (distTag) {
75766
75766
  initialConfig.distTag = distTag;
75767
+ } else {
75768
+ initialConfig.distTag = "modern-1";
75767
75769
  }
75768
75770
  initialConfig.defaultBranch = initialConfig.defaultBranch || "main";
75769
75771
  if (plugin) {
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.21.6",
14
+ "version": "1.22.2",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/index.js",
@@ -40,12 +40,12 @@
40
40
  "jest": "^27",
41
41
  "ts-node": "^10.1.0",
42
42
  "typescript": "^4",
43
- "@modern-js/generator-plugin-plugin": "2.4.11",
44
- "@modern-js/plugin-i18n": "1.21.6",
45
- "@modern-js/repo-generator": "2.4.11",
46
- "@modern-js/utils": "1.21.6",
47
- "@scripts/build": "1.21.6",
48
- "@scripts/jest-config": "1.21.6"
43
+ "@modern-js/generator-plugin-plugin": "2.4.13",
44
+ "@modern-js/plugin-i18n": "1.22.2",
45
+ "@modern-js/repo-generator": "2.4.13",
46
+ "@modern-js/utils": "1.22.2",
47
+ "@scripts/build": "1.22.2",
48
+ "@scripts/jest-config": "1.22.2"
49
49
  },
50
50
  "sideEffects": false,
51
51
  "publishConfig": {