@workser/cli 0.6.9 → 0.6.10
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
|
@@ -11066,7 +11066,7 @@ function colour(d) {
|
|
|
11066
11066
|
|
|
11067
11067
|
// src/index.ts
|
|
11068
11068
|
var pkg = {
|
|
11069
|
-
version: true ? "0.6.
|
|
11069
|
+
version: true ? "0.6.10" : "0.0.0-dev"
|
|
11070
11070
|
};
|
|
11071
11071
|
var program2 = new Command();
|
|
11072
11072
|
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.10",
|
|
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",
|