polylith 0.1.72 → 0.1.73
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/bin/apps.js +1 -1
- package/bin/install/templates/package.json +1 -3
- package/bin/polylith.js +1 -0
- package/package.json +2 -2
package/bin/apps.js
CHANGED
|
@@ -76,7 +76,7 @@ async function readJson(filename) {
|
|
|
76
76
|
/**
|
|
77
77
|
* Call this method to get the App object from the given app spec.
|
|
78
78
|
*
|
|
79
|
-
* @param {Object} spec the application spec from the
|
|
79
|
+
* @param {Object} spec the application spec from the polylith configuration
|
|
80
80
|
* object
|
|
81
81
|
* @param {Object} options the command line options
|
|
82
82
|
*
|
|
@@ -6,9 +6,7 @@
|
|
|
6
6
|
"@polylith/config-store": "^0.1.0",
|
|
7
7
|
"@polylith/core": "^0.1.0",
|
|
8
8
|
"react": "^17.0.2",
|
|
9
|
-
"react-dom": "^17.0.2"
|
|
10
|
-
},
|
|
11
|
-
"devDependencies": {
|
|
9
|
+
"react-dom": "^17.0.2",
|
|
12
10
|
"@polylith/builder": "^0.1.0",
|
|
13
11
|
"@polylith/server": "^0.1.0",
|
|
14
12
|
"polylith": "^0.1.0"
|
package/bin/polylith.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polylith",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.73",
|
|
4
4
|
"description": "cli for the polylith environment",
|
|
5
5
|
"bin": {
|
|
6
6
|
"polylith": "bin/polylith.js"
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"author": "Glenn Anderson",
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@polylith/builder": "0.2.
|
|
20
|
+
"@polylith/builder": "0.2.19",
|
|
21
21
|
"@polylith/server": "0.1.25",
|
|
22
22
|
"fs-extra": "^10.1.0",
|
|
23
23
|
"minimist": "^1.2.7"
|