@serviceme/devtools-protocol 0.4.12 → 1.0.0
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1251,7 +1251,7 @@ declare const COPILOT_ERROR_CODES: {
|
|
|
1251
1251
|
readonly TIMEOUT: "copilot_timeout";
|
|
1252
1252
|
};
|
|
1253
1253
|
|
|
1254
|
-
declare const KNOWN_ENVIRONMENT_TOOLS: readonly ["git", "node", "npm", "pnpm", "nvm", "nrm", "rtk", "codegraph", "dotnet", "nuget"];
|
|
1254
|
+
declare const KNOWN_ENVIRONMENT_TOOLS: readonly ["git", "node", "npm", "pnpm", "nvm", "nrm", "rtk", "codegraph", "ocx", "dotnet", "nuget"];
|
|
1255
1255
|
type KnownEnvironmentTool = (typeof KNOWN_ENVIRONMENT_TOOLS)[number];
|
|
1256
1256
|
interface ToolCheckResult {
|
|
1257
1257
|
installed: boolean;
|
|
@@ -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.
|
|
1418
|
+
declare const SERVICEME_CLI_VERSION = "1.0.0";
|
|
1419
1419
|
declare const SERVICEME_CLI_CAPABILITIES: {
|
|
1420
1420
|
readonly bridge: true;
|
|
1421
1421
|
readonly tasks: 1;
|
package/dist/index.d.ts
CHANGED
|
@@ -1251,7 +1251,7 @@ declare const COPILOT_ERROR_CODES: {
|
|
|
1251
1251
|
readonly TIMEOUT: "copilot_timeout";
|
|
1252
1252
|
};
|
|
1253
1253
|
|
|
1254
|
-
declare const KNOWN_ENVIRONMENT_TOOLS: readonly ["git", "node", "npm", "pnpm", "nvm", "nrm", "rtk", "codegraph", "dotnet", "nuget"];
|
|
1254
|
+
declare const KNOWN_ENVIRONMENT_TOOLS: readonly ["git", "node", "npm", "pnpm", "nvm", "nrm", "rtk", "codegraph", "ocx", "dotnet", "nuget"];
|
|
1255
1255
|
type KnownEnvironmentTool = (typeof KNOWN_ENVIRONMENT_TOOLS)[number];
|
|
1256
1256
|
interface ToolCheckResult {
|
|
1257
1257
|
installed: boolean;
|
|
@@ -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.
|
|
1418
|
+
declare const SERVICEME_CLI_VERSION = "1.0.0";
|
|
1419
1419
|
declare const SERVICEME_CLI_CAPABILITIES: {
|
|
1420
1420
|
readonly bridge: true;
|
|
1421
1421
|
readonly tasks: 1;
|
package/dist/index.js
CHANGED
|
@@ -1068,6 +1068,7 @@ var KNOWN_ENVIRONMENT_TOOLS = [
|
|
|
1068
1068
|
"nrm",
|
|
1069
1069
|
"rtk",
|
|
1070
1070
|
"codegraph",
|
|
1071
|
+
"ocx",
|
|
1071
1072
|
"dotnet",
|
|
1072
1073
|
"nuget"
|
|
1073
1074
|
];
|
|
@@ -1276,7 +1277,7 @@ function isJsonOutputResult(value) {
|
|
|
1276
1277
|
|
|
1277
1278
|
// src/metadata.ts
|
|
1278
1279
|
var SERVICEME_CLI_NAME = "serviceme";
|
|
1279
|
-
var SERVICEME_CLI_VERSION = "0.
|
|
1280
|
+
var SERVICEME_CLI_VERSION = "1.0.0";
|
|
1280
1281
|
var SERVICEME_CLI_CAPABILITIES = {
|
|
1281
1282
|
bridge: true,
|
|
1282
1283
|
tasks: 1,
|
package/dist/index.mjs
CHANGED
|
@@ -897,6 +897,7 @@ var KNOWN_ENVIRONMENT_TOOLS = [
|
|
|
897
897
|
"nrm",
|
|
898
898
|
"rtk",
|
|
899
899
|
"codegraph",
|
|
900
|
+
"ocx",
|
|
900
901
|
"dotnet",
|
|
901
902
|
"nuget"
|
|
902
903
|
];
|
|
@@ -1105,7 +1106,7 @@ function isJsonOutputResult(value) {
|
|
|
1105
1106
|
|
|
1106
1107
|
// src/metadata.ts
|
|
1107
1108
|
var SERVICEME_CLI_NAME = "serviceme";
|
|
1108
|
-
var SERVICEME_CLI_VERSION = "0.
|
|
1109
|
+
var SERVICEME_CLI_VERSION = "1.0.0";
|
|
1109
1110
|
var SERVICEME_CLI_CAPABILITIES = {
|
|
1110
1111
|
bridge: true,
|
|
1111
1112
|
tasks: 1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serviceme/devtools-protocol",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
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.
|
|
36
|
+
"@serviceme/devtools-shared": "1.0.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^24",
|