@modern-js/repo-generator 0.0.0-canary-20221016140601 → 0.0.0-canary-20221017100547
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
|
@@ -145035,7 +145035,7 @@ var require_node9 = __commonJSMin((exports) => {
|
|
|
145035
145035
|
const version5 = await getPackageVersion(packageName, registry2);
|
|
145036
145036
|
return version5;
|
|
145037
145037
|
};
|
|
145038
|
-
if (!packageName.startsWith("@modern-js")) {
|
|
145038
|
+
if (!packageName.startsWith("@modern-js") || packageName.includes("electron") || packageName.includes("codesmith") || packageName.includes("easy-form") || packageName.startsWith("@modern-js-reduck")) {
|
|
145039
145039
|
return getLatetPluginVersion();
|
|
145040
145040
|
}
|
|
145041
145041
|
const pkgPath = _path.default.join(__require.resolve(_generatorCommon.SolutionToolsMap[solution], {
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-canary-
|
|
14
|
+
"version": "0.0.0-canary-20221017100547",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"files": [
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@babel/runtime": "^7.18.0",
|
|
26
|
-
"@modern-js/base-generator": "0.0.0-canary-
|
|
26
|
+
"@modern-js/base-generator": "0.0.0-canary-20221017100547",
|
|
27
27
|
"@modern-js/codesmith": "1.6.3",
|
|
28
28
|
"@modern-js/codesmith-api-app": "1.6.3",
|
|
29
|
-
"@modern-js/generator-common": "0.0.0-canary-
|
|
30
|
-
"@modern-js/generator-plugin": "0.0.0-canary-
|
|
31
|
-
"@modern-js/generator-utils": "0.0.0-canary-
|
|
32
|
-
"@modern-js/module-generator": "0.0.0-canary-
|
|
33
|
-
"@modern-js/monorepo-generator": "0.0.0-canary-
|
|
34
|
-
"@modern-js/mwa-generator": "0.0.0-canary-
|
|
29
|
+
"@modern-js/generator-common": "0.0.0-canary-20221017100547",
|
|
30
|
+
"@modern-js/generator-plugin": "0.0.0-canary-20221017100547",
|
|
31
|
+
"@modern-js/generator-utils": "0.0.0-canary-20221017100547",
|
|
32
|
+
"@modern-js/module-generator": "0.0.0-canary-20221017100547",
|
|
33
|
+
"@modern-js/monorepo-generator": "0.0.0-canary-20221017100547",
|
|
34
|
+
"@modern-js/mwa-generator": "0.0.0-canary-20221017100547",
|
|
35
35
|
"@modern-js/utils": "1.20.1",
|
|
36
36
|
"@scripts/build": "1.20.1",
|
|
37
37
|
"@scripts/jest-config": "1.20.1",
|