@modern-js/repo-generator 0.0.0-next-20221014085531 → 0.0.0-next-20221017080123
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 +0 -5
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -147589,11 +147589,6 @@ var PluginContext = /* @__PURE__ */ function() {
|
|
|
147589
147589
|
get: function get4() {
|
|
147590
147590
|
return _objectSpread2(_objectSpread2({}, this.gitAPI.method), this.npmAPI.method);
|
|
147591
147591
|
}
|
|
147592
|
-
}, {
|
|
147593
|
-
key: "handlePrepareInput",
|
|
147594
|
-
value: function handlePrepareInput(config) {
|
|
147595
|
-
this.inputContext.prepare(config);
|
|
147596
|
-
}
|
|
147597
147592
|
}, {
|
|
147598
147593
|
key: "handlePrepareContext",
|
|
147599
147594
|
value: function handlePrepareContext(generator, solution, projectPath, templatePath, inputData) {
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-next-
|
|
14
|
+
"version": "0.0.0-next-20221017080123",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"files": [
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@babel/runtime": "^7.18.0",
|
|
26
|
-
"@modern-js/base-generator": "0.0.0-next-
|
|
26
|
+
"@modern-js/base-generator": "0.0.0-next-20221017080123",
|
|
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-next-
|
|
30
|
-
"@modern-js/generator-plugin": "0.0.0-next-
|
|
31
|
-
"@modern-js/generator-utils": "0.0.0-next-
|
|
32
|
-
"@modern-js/module-generator": "0.0.0-next-
|
|
33
|
-
"@modern-js/monorepo-generator": "0.0.0-next-
|
|
34
|
-
"@modern-js/mwa-generator": "0.0.0-next-
|
|
35
|
-
"@modern-js/utils": "0.0.0-next-
|
|
36
|
-
"@scripts/build": "0.0.0-next-
|
|
37
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
29
|
+
"@modern-js/generator-common": "0.0.0-next-20221017080123",
|
|
30
|
+
"@modern-js/generator-plugin": "0.0.0-next-20221017080123",
|
|
31
|
+
"@modern-js/generator-utils": "0.0.0-next-20221017080123",
|
|
32
|
+
"@modern-js/module-generator": "0.0.0-next-20221017080123",
|
|
33
|
+
"@modern-js/monorepo-generator": "0.0.0-next-20221017080123",
|
|
34
|
+
"@modern-js/mwa-generator": "0.0.0-next-20221017080123",
|
|
35
|
+
"@modern-js/utils": "0.0.0-next-20221017080123",
|
|
36
|
+
"@scripts/build": "0.0.0-next-20221017080123",
|
|
37
|
+
"@scripts/jest-config": "0.0.0-next-20221017080123",
|
|
38
38
|
"@types/jest": "^27",
|
|
39
39
|
"@types/node": "^14",
|
|
40
40
|
"jest": "^27",
|