@modern-js/create 2.0.1 → 2.0.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.
- package/dist/index.js +1 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -76623,7 +76623,7 @@ var import_path2 = __toESM(require("path"));
|
|
|
76623
76623
|
var import_codesmith = __toESM(require_node());
|
|
76624
76624
|
|
|
76625
76625
|
// package.json
|
|
76626
|
-
var version = "2.0.
|
|
76626
|
+
var version = "2.0.2";
|
|
76627
76627
|
|
|
76628
76628
|
// ../../cli/plugin-i18n/dist/js/modern/index.js
|
|
76629
76629
|
var import_lodash2 = __toESM(require_lodash2());
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.0.
|
|
14
|
+
"version": "2.0.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/plugin-i18n": "2.0.
|
|
44
|
-
"@modern-js/
|
|
45
|
-
"@modern-js/utils": "2.0.
|
|
46
|
-
"@modern-js/generator
|
|
47
|
-
"@scripts/build": "2.0.
|
|
48
|
-
"@scripts/jest-config": "2.0.
|
|
43
|
+
"@modern-js/plugin-i18n": "2.0.2",
|
|
44
|
+
"@modern-js/generator-plugin-plugin": "3.0.2",
|
|
45
|
+
"@modern-js/utils": "2.0.2",
|
|
46
|
+
"@modern-js/repo-generator": "3.0.2",
|
|
47
|
+
"@scripts/build": "2.0.2",
|
|
48
|
+
"@scripts/jest-config": "2.0.2"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": false,
|
|
51
51
|
"publishConfig": {
|