perstack 0.0.104 → 0.0.105
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/bin/cli.js +1 -1
- package/package.json +1 -1
package/dist/bin/cli.js
CHANGED
|
@@ -119775,7 +119775,7 @@ async function startHandler(expertKey, query, options, handlerOptions) {
|
|
|
119775
119775
|
//#endregion
|
|
119776
119776
|
//#region package.json
|
|
119777
119777
|
var name = "perstack";
|
|
119778
|
-
var version = "0.0.
|
|
119778
|
+
var version = "0.0.105";
|
|
119779
119779
|
var description = "PerStack CLI";
|
|
119780
119780
|
|
|
119781
119781
|
//#endregion
|