@modern-js/bff-generator 2.4.9 → 2.4.11
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 +6 -6
package/dist/index.js
CHANGED
|
@@ -38018,7 +38018,7 @@ var require_node = __commonJSMin((exports) => {
|
|
|
38018
38018
|
distTag
|
|
38019
38019
|
} = options3;
|
|
38020
38020
|
const getLatetPluginVersion = async () => {
|
|
38021
|
-
const version5 = await getPackageVersion2(`${packageName}@${distTag}`, registry2);
|
|
38021
|
+
const version5 = await getPackageVersion2(`${packageName}@${distTag || "latest"}`, registry2);
|
|
38022
38022
|
return version5;
|
|
38023
38023
|
};
|
|
38024
38024
|
if (!packageName.startsWith("@modern-js") || packageName.includes("electron") || packageName.includes("codesmith") || packageName.includes("easy-form") || packageName.startsWith("@modern-js-reduck")) {
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.4.
|
|
14
|
+
"version": "2.4.11",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./src/index.ts",
|
|
17
17
|
"main": "./dist/index.js",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"@modern-js/codesmith": "1.6.3",
|
|
25
25
|
"@modern-js/codesmith-api-app": "1.6.3",
|
|
26
26
|
"@modern-js/codesmith-api-json": "1.6.3",
|
|
27
|
-
"@modern-js/generator-common": "2.4.9",
|
|
28
|
-
"@modern-js/generator-utils": "2.4.9",
|
|
29
|
-
"@scripts/build": "1.21.4",
|
|
30
|
-
"@scripts/jest-config": "1.21.4",
|
|
31
27
|
"@types/jest": "^27",
|
|
32
28
|
"@types/node": "^14",
|
|
33
29
|
"jest": "^27",
|
|
34
|
-
"typescript": "^4"
|
|
30
|
+
"typescript": "^4",
|
|
31
|
+
"@modern-js/generator-common": "2.4.11",
|
|
32
|
+
"@modern-js/generator-utils": "2.4.11",
|
|
33
|
+
"@scripts/build": "1.21.6",
|
|
34
|
+
"@scripts/jest-config": "1.21.6"
|
|
35
35
|
},
|
|
36
36
|
"sideEffects": false,
|
|
37
37
|
"modernConfig": {
|