polylith 0.1.73 → 0.1.75
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/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 poilylith configuration
|
|
80
80
|
* object
|
|
81
81
|
* @param {Object} options the command line options
|
|
82
82
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polylith",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.75",
|
|
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.21",
|
|
21
21
|
"@polylith/server": "0.1.25",
|
|
22
22
|
"fs-extra": "^10.1.0",
|
|
23
23
|
"minimist": "^1.2.7"
|