@serviceme/devtools-cli 2.0.5 → 2.0.7

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.
@@ -1363,7 +1363,7 @@ var import_dist = (/* @__PURE__ */ __commonJSMin(((exports) => {
1363
1363
  return isRecord$3(value) && typeof value.valid === "boolean";
1364
1364
  }
1365
1365
  const SERVICEME_CLI_NAME = "serviceme";
1366
- const SERVICEME_CLI_VERSION = "2.0.5";
1366
+ const SERVICEME_CLI_VERSION = "2.0.7";
1367
1367
  const SERVICEME_CLI_CAPABILITIES = {
1368
1368
  bridge: true,
1369
1369
  tasks: 1,
@@ -1649,7 +1649,7 @@ var import_dist = (/* @__PURE__ */ __commonJSMin(((exports) => {
1649
1649
  exports.normalizeBridgeMethod = normalizeBridgeMethod;
1650
1650
  exports.normalizeServicemeError = normalizeServicemeError;
1651
1651
  })))();
1652
- const SERVICEME_CLI_VERSION = "2.0.5";
1652
+ const SERVICEME_CLI_VERSION = "2.0.7";
1653
1653
  //#endregion
1654
1654
  //#region src/bridge/CopilotContentBridgeHandler.ts
1655
1655
  /**
package/dist/cli.js CHANGED
@@ -1378,7 +1378,7 @@ var import_dist = (/* @__PURE__ */ __commonJSMin(((exports) => {
1378
1378
  return isRecord$3(value) && typeof value.valid === "boolean";
1379
1379
  }
1380
1380
  const SERVICEME_CLI_NAME = "serviceme";
1381
- const SERVICEME_CLI_VERSION = "2.0.5";
1381
+ const SERVICEME_CLI_VERSION = "2.0.7";
1382
1382
  const SERVICEME_CLI_CAPABILITIES = {
1383
1383
  bridge: true,
1384
1384
  tasks: 1,
@@ -2069,7 +2069,7 @@ async function handleSwitch(parsed) {
2069
2069
  //#endregion
2070
2070
  //#region src/version.ts
2071
2071
  const SERVICEME_CLI_NAME = "serviceme";
2072
- const SERVICEME_CLI_VERSION = "2.0.5";
2072
+ const SERVICEME_CLI_VERSION = "2.0.7";
2073
2073
  //#endregion
2074
2074
  //#region src/bridge/CopilotContentBridgeHandler.ts
2075
2075
  var CopilotContentBridgeHandler_exports = /* @__PURE__ */ __exportAll({ CopilotContentBridgeHandler: () => CopilotContentBridgeHandler });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serviceme/devtools-cli",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
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": {
@@ -39,9 +39,9 @@
39
39
  "registry": "https://registry.npmjs.org/"
40
40
  },
41
41
  "dependencies": {
42
- "@serviceme/devtools-core": "2.0.5",
43
- "@serviceme/devtools-protocol": "2.0.5",
44
- "@serviceme/devtools-shared": "2.0.5"
42
+ "@serviceme/devtools-core": "2.0.7",
43
+ "@serviceme/devtools-protocol": "2.0.7",
44
+ "@serviceme/devtools-shared": "2.0.7"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^24",