@serviceme/devtools-protocol 0.4.11 → 0.4.12

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
@@ -1415,7 +1415,7 @@ interface LocalPublishableAgent {
1415
1415
  }
1416
1416
 
1417
1417
  declare const SERVICEME_CLI_NAME = "serviceme";
1418
- declare const SERVICEME_CLI_VERSION = "0.4.11";
1418
+ declare const SERVICEME_CLI_VERSION = "0.4.12";
1419
1419
  declare const SERVICEME_CLI_CAPABILITIES: {
1420
1420
  readonly bridge: true;
1421
1421
  readonly tasks: 1;
package/dist/index.d.ts CHANGED
@@ -1415,7 +1415,7 @@ interface LocalPublishableAgent {
1415
1415
  }
1416
1416
 
1417
1417
  declare const SERVICEME_CLI_NAME = "serviceme";
1418
- declare const SERVICEME_CLI_VERSION = "0.4.11";
1418
+ declare const SERVICEME_CLI_VERSION = "0.4.12";
1419
1419
  declare const SERVICEME_CLI_CAPABILITIES: {
1420
1420
  readonly bridge: true;
1421
1421
  readonly tasks: 1;
package/dist/index.js CHANGED
@@ -1276,7 +1276,7 @@ function isJsonOutputResult(value) {
1276
1276
 
1277
1277
  // src/metadata.ts
1278
1278
  var SERVICEME_CLI_NAME = "serviceme";
1279
- var SERVICEME_CLI_VERSION = "0.4.11";
1279
+ var SERVICEME_CLI_VERSION = "0.4.12";
1280
1280
  var SERVICEME_CLI_CAPABILITIES = {
1281
1281
  bridge: true,
1282
1282
  tasks: 1,
package/dist/index.mjs CHANGED
@@ -1105,7 +1105,7 @@ function isJsonOutputResult(value) {
1105
1105
 
1106
1106
  // src/metadata.ts
1107
1107
  var SERVICEME_CLI_NAME = "serviceme";
1108
- var SERVICEME_CLI_VERSION = "0.4.11";
1108
+ var SERVICEME_CLI_VERSION = "0.4.12";
1109
1109
  var SERVICEME_CLI_CAPABILITIES = {
1110
1110
  bridge: true,
1111
1111
  tasks: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serviceme/devtools-protocol",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
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": {
@@ -33,7 +33,7 @@
33
33
  "registry": "https://registry.npmjs.org/"
34
34
  },
35
35
  "dependencies": {
36
- "@serviceme/devtools-shared": "0.4.11"
36
+ "@serviceme/devtools-shared": "0.4.12"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^24",