@serviceme/devtools-protocol 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.
package/dist/index.d.mts CHANGED
@@ -743,7 +743,7 @@ interface LocalPublishableAgent {
743
743
  }
744
744
 
745
745
  declare const SERVICEME_CLI_NAME = "serviceme";
746
- declare const SERVICEME_CLI_VERSION = "0.1.8";
746
+ declare const SERVICEME_CLI_VERSION = "0.1.9";
747
747
  declare const SERVICEME_CLI_CAPABILITIES: {
748
748
  readonly bridge: true;
749
749
  readonly tasks: 1;
package/dist/index.d.ts CHANGED
@@ -743,7 +743,7 @@ interface LocalPublishableAgent {
743
743
  }
744
744
 
745
745
  declare const SERVICEME_CLI_NAME = "serviceme";
746
- declare const SERVICEME_CLI_VERSION = "0.1.8";
746
+ declare const SERVICEME_CLI_VERSION = "0.1.9";
747
747
  declare const SERVICEME_CLI_CAPABILITIES: {
748
748
  readonly bridge: true;
749
749
  readonly tasks: 1;
package/dist/index.js CHANGED
@@ -698,7 +698,7 @@ function isJsonOutputResult(value) {
698
698
 
699
699
  // src/metadata.ts
700
700
  var SERVICEME_CLI_NAME = "serviceme";
701
- var SERVICEME_CLI_VERSION = "0.1.8";
701
+ var SERVICEME_CLI_VERSION = "0.1.9";
702
702
  var SERVICEME_CLI_CAPABILITIES = {
703
703
  bridge: true,
704
704
  tasks: 1,
package/dist/index.mjs CHANGED
@@ -597,7 +597,7 @@ function isJsonOutputResult(value) {
597
597
 
598
598
  // src/metadata.ts
599
599
  var SERVICEME_CLI_NAME = "serviceme";
600
- var SERVICEME_CLI_VERSION = "0.1.8";
600
+ var SERVICEME_CLI_VERSION = "0.1.9";
601
601
  var SERVICEME_CLI_CAPABILITIES = {
602
602
  bridge: true,
603
603
  tasks: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serviceme/devtools-protocol",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
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": {