@workser/cli 0.6.3 → 0.6.4
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 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10625,7 +10625,7 @@ function colour(d) {
|
|
|
10625
10625
|
|
|
10626
10626
|
// src/index.ts
|
|
10627
10627
|
var pkg = {
|
|
10628
|
-
version: true ? "0.6.
|
|
10628
|
+
version: true ? "0.6.4" : "0.0.0-dev"
|
|
10629
10629
|
};
|
|
10630
10630
|
var program2 = new Command();
|
|
10631
10631
|
program2.name("workser").description(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workser/cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "Workser CLI — give your local AI agent native DevOps & infrastructure on Workser. The agent runs `workser …` to provision, deploy, and manage real apps.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|