@modern-js/repo-generator 0.0.0-canary-20220817140703 → 0.0.0-canary-20220818071127
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 -0
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -131722,6 +131722,7 @@ var require_chainId2 = __commonJSMin((exports) => {
|
|
|
131722
131722
|
LOADERS: "loaders",
|
|
131723
131723
|
FONT: "font",
|
|
131724
131724
|
IMAGE: "image",
|
|
131725
|
+
MEDIA: "media",
|
|
131725
131726
|
JS: "js",
|
|
131726
131727
|
TS: "ts",
|
|
131727
131728
|
CSS: "css",
|
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-20220818071127",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"files": [
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
"@babel/runtime": "^7.18.0",
|
|
26
26
|
"@modern-js/codesmith": "^1.4.0",
|
|
27
27
|
"@modern-js/codesmith-api-app": "^1.3.0",
|
|
28
|
-
"@modern-js/generator-common": "0.0.0-canary-
|
|
29
|
-
"@modern-js/generator-utils": "0.0.0-canary-
|
|
30
|
-
"@modern-js/module-generator": "0.0.0-canary-
|
|
31
|
-
"@modern-js/monorepo-generator": "0.0.0-canary-
|
|
32
|
-
"@modern-js/mwa-generator": "0.0.0-canary-
|
|
33
|
-
"@modern-js/base-generator": "0.0.0-canary-
|
|
34
|
-
"@modern-js/generator-plugin": "0.0.0-canary-
|
|
35
|
-
"@modern-js/utils": "0.0.0-canary-
|
|
28
|
+
"@modern-js/generator-common": "0.0.0-canary-20220818071127",
|
|
29
|
+
"@modern-js/generator-utils": "0.0.0-canary-20220818071127",
|
|
30
|
+
"@modern-js/module-generator": "0.0.0-canary-20220818071127",
|
|
31
|
+
"@modern-js/monorepo-generator": "0.0.0-canary-20220818071127",
|
|
32
|
+
"@modern-js/mwa-generator": "0.0.0-canary-20220818071127",
|
|
33
|
+
"@modern-js/base-generator": "0.0.0-canary-20220818071127",
|
|
34
|
+
"@modern-js/generator-plugin": "0.0.0-canary-20220818071127",
|
|
35
|
+
"@modern-js/utils": "0.0.0-canary-20220818071127",
|
|
36
36
|
"@types/jest": "^27",
|
|
37
37
|
"@types/node": "^14",
|
|
38
38
|
"typescript": "^4",
|
|
39
|
-
"@scripts/build": "0.0.0-canary-
|
|
39
|
+
"@scripts/build": "0.0.0-canary-20220818071127",
|
|
40
40
|
"jest": "^27",
|
|
41
|
-
"@scripts/jest-config": "0.0.0-canary-
|
|
41
|
+
"@scripts/jest-config": "0.0.0-canary-20220818071127"
|
|
42
42
|
},
|
|
43
43
|
"sideEffects": false,
|
|
44
44
|
"modernConfig": {
|