@modern-js/repo-generator 0.0.0-canary-20220629080034 → 0.0.0-canary-20220629081338
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/js/node/main.js +1 -1
- package/package.json +9 -9
package/dist/js/node/main.js
CHANGED
|
@@ -103038,7 +103038,7 @@ function _getPackageMeta() {
|
|
|
103038
103038
|
switch (_context.prev = _context.next) {
|
|
103039
103039
|
case 0:
|
|
103040
103040
|
_ref = options || {}, registryUrl = _ref.registryUrl;
|
|
103041
|
-
params = ['view', packageName, 'meta'];
|
|
103041
|
+
params = ['view', "".concat(packageName, "@").concat(packageVersion), 'meta', '--json'];
|
|
103042
103042
|
|
|
103043
103043
|
if (registryUrl) {
|
|
103044
103044
|
params.push('--registry');
|
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-20220629081338",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/js/node/main.js",
|
|
17
17
|
"files": [
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"@modern-js/codesmith": "^1.3.0",
|
|
27
27
|
"@modern-js/codesmith-api-app": "^1.2.5",
|
|
28
28
|
"@modern-js/codesmith-tools": "^1.2.1",
|
|
29
|
-
"@modern-js/generator-common": "0.0.0-canary-
|
|
30
|
-
"@modern-js/generator-utils": "0.0.0-canary-
|
|
31
|
-
"@modern-js/module-generator": "0.0.0-canary-
|
|
32
|
-
"@modern-js/monorepo-generator": "0.0.0-canary-
|
|
33
|
-
"@modern-js/mwa-generator": "0.0.0-canary-
|
|
34
|
-
"@modern-js/base-generator": "0.0.0-canary-
|
|
35
|
-
"@modern-js/generator-plugin": "0.0.0-canary-
|
|
36
|
-
"@modern-js/utils": "0.0.0-canary-
|
|
29
|
+
"@modern-js/generator-common": "0.0.0-canary-20220629081338",
|
|
30
|
+
"@modern-js/generator-utils": "0.0.0-canary-20220629081338",
|
|
31
|
+
"@modern-js/module-generator": "0.0.0-canary-20220629081338",
|
|
32
|
+
"@modern-js/monorepo-generator": "0.0.0-canary-20220629081338",
|
|
33
|
+
"@modern-js/mwa-generator": "0.0.0-canary-20220629081338",
|
|
34
|
+
"@modern-js/base-generator": "0.0.0-canary-20220629081338",
|
|
35
|
+
"@modern-js/generator-plugin": "0.0.0-canary-20220629081338",
|
|
36
|
+
"@modern-js/utils": "0.0.0-canary-20220629081338",
|
|
37
37
|
"@types/jest": "^27",
|
|
38
38
|
"@types/node": "^14",
|
|
39
39
|
"typescript": "^4",
|