@serviceme/devtools-cli 0.1.8 → 0.1.9

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.
@@ -9638,7 +9638,7 @@ function normalizeServicemeError(error, fallbackCode = "internal_error") {
9638
9638
  }
9639
9639
 
9640
9640
  // src/version.ts
9641
- var SERVICEME_CLI_VERSION = "0.1.8";
9641
+ var SERVICEME_CLI_VERSION = "0.1.9";
9642
9642
 
9643
9643
  // src/bridge/AgentBridgeHandler.ts
9644
9644
  var fs12 = __toESM(require("fs/promises"));
package/dist/cli.js CHANGED
@@ -14285,7 +14285,7 @@ init_src();
14285
14285
 
14286
14286
  // src/version.ts
14287
14287
  var SERVICEME_CLI_NAME = "serviceme";
14288
- var SERVICEME_CLI_VERSION = "0.1.8";
14288
+ var SERVICEME_CLI_VERSION = "0.1.9";
14289
14289
 
14290
14290
  // src/bridge/AgentBridgeHandler.ts
14291
14291
  var fs13 = __toESM(require("fs/promises"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serviceme/devtools-cli",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Unified SERVICEME CLI for automation, project scaffolding, and bridge-based tooling.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "repository": {
@@ -43,8 +43,8 @@
43
43
  "tsup": "^8.5.1",
44
44
  "tsx": "^4.22.0",
45
45
  "typescript": "^5.9.3",
46
- "@serviceme/devtools-core": "0.1.8",
47
- "@serviceme/devtools-protocol": "0.1.8"
46
+ "@serviceme/devtools-core": "0.1.9",
47
+ "@serviceme/devtools-protocol": "0.1.9"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "tsup --config tsup.config.ts",