@serviceme/devtools-protocol 0.0.3 → 0.0.5

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.d.mts CHANGED
@@ -312,7 +312,7 @@ declare function isJsonOutputResult(value: unknown): value is {
312
312
  };
313
313
 
314
314
  declare const SERVICEME_CLI_NAME = "serviceme";
315
- declare const SERVICEME_CLI_VERSION = "0.0.1";
315
+ declare const SERVICEME_CLI_VERSION = "0.0.5";
316
316
  declare const SERVICEME_CLI_CAPABILITIES: {
317
317
  readonly bridge: true;
318
318
  readonly opencode: 1;
package/dist/index.d.ts CHANGED
@@ -312,7 +312,7 @@ declare function isJsonOutputResult(value: unknown): value is {
312
312
  };
313
313
 
314
314
  declare const SERVICEME_CLI_NAME = "serviceme";
315
- declare const SERVICEME_CLI_VERSION = "0.0.1";
315
+ declare const SERVICEME_CLI_VERSION = "0.0.5";
316
316
  declare const SERVICEME_CLI_CAPABILITIES: {
317
317
  readonly bridge: true;
318
318
  readonly opencode: 1;
package/dist/index.js CHANGED
@@ -456,7 +456,7 @@ function isJsonOutputResult(value) {
456
456
 
457
457
  // src/metadata.ts
458
458
  var SERVICEME_CLI_NAME = "serviceme";
459
- var SERVICEME_CLI_VERSION = "0.0.1";
459
+ var SERVICEME_CLI_VERSION = "0.0.5";
460
460
  var SERVICEME_CLI_CAPABILITIES = {
461
461
  bridge: true,
462
462
  opencode: 1,
package/dist/index.mjs CHANGED
@@ -365,7 +365,7 @@ function isJsonOutputResult(value) {
365
365
 
366
366
  // src/metadata.ts
367
367
  var SERVICEME_CLI_NAME = "serviceme";
368
- var SERVICEME_CLI_VERSION = "0.0.1";
368
+ var SERVICEME_CLI_VERSION = "0.0.5";
369
369
  var SERVICEME_CLI_CAPABILITIES = {
370
370
  bridge: true,
371
371
  opencode: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serviceme/devtools-protocol",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Shared protocol contracts, runtime validators, and error models for SERVICEME tools.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "repository": {