@workser/cli 0.2.1 → 0.2.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6120,7 +6120,7 @@ function extract(response) {
6120
6120
 
6121
6121
  // src/index.ts
6122
6122
  var pkg = {
6123
- version: true ? "0.2.1" : "0.0.0-dev"
6123
+ version: true ? "0.2.2" : "0.0.0-dev"
6124
6124
  };
6125
6125
  var program2 = new Command();
6126
6126
  program2.name("workser").description(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workser/cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
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",