@workser/cli 0.6.5 → 0.6.6
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
|
@@ -10632,7 +10632,7 @@ function colour(d) {
|
|
|
10632
10632
|
|
|
10633
10633
|
// src/index.ts
|
|
10634
10634
|
var pkg = {
|
|
10635
|
-
version: true ? "0.6.
|
|
10635
|
+
version: true ? "0.6.6" : "0.0.0-dev"
|
|
10636
10636
|
};
|
|
10637
10637
|
var program2 = new Command();
|
|
10638
10638
|
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.6",
|
|
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",
|