@serviceme/devtools-cli 0.0.5 → 0.0.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.
@@ -10085,7 +10085,7 @@ var OpenCodeManager = class {
10085
10085
  __toESM(require_yauzl());
10086
10086
 
10087
10087
  // src/version.ts
10088
- var SERVICEME_CLI_VERSION = "0.0.5";
10088
+ var SERVICEME_CLI_VERSION = "0.0.6";
10089
10089
 
10090
10090
  // src/bridge/ndjson.ts
10091
10091
  function writeBridgeMessage(message) {
package/dist/cli.js CHANGED
@@ -11939,7 +11939,7 @@ function createProjectTools() {
11939
11939
 
11940
11940
  // src/version.ts
11941
11941
  var SERVICEME_CLI_NAME = "serviceme";
11942
- var SERVICEME_CLI_VERSION = "0.0.5";
11942
+ var SERVICEME_CLI_VERSION = "0.0.6";
11943
11943
 
11944
11944
  // src/bridge/ndjson.ts
11945
11945
  function writeBridgeMessage(message) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serviceme/devtools-cli",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
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": {
@@ -42,8 +42,8 @@
42
42
  "@types/node": "^24",
43
43
  "tsup": "^8.5.1",
44
44
  "typescript": "^5.9.3",
45
- "@serviceme/devtools-core": "0.0.5",
46
- "@serviceme/devtools-protocol": "0.0.5"
45
+ "@serviceme/devtools-core": "0.0.6",
46
+ "@serviceme/devtools-protocol": "0.0.6"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "tsup --config tsup.config.ts",