@serviceme/devtools-protocol 2.0.6 → 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.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1869,7 +1869,7 @@ export interface LocalPublishableAgent {
|
|
|
1869
1869
|
//#endregion
|
|
1870
1870
|
//#region src/metadata.d.ts
|
|
1871
1871
|
export declare const SERVICEME_CLI_NAME = "serviceme";
|
|
1872
|
-
export declare const SERVICEME_CLI_VERSION = "2.0.
|
|
1872
|
+
export declare const SERVICEME_CLI_VERSION = "2.0.7";
|
|
1873
1873
|
export declare const SERVICEME_CLI_CAPABILITIES: {
|
|
1874
1874
|
readonly bridge: true;
|
|
1875
1875
|
readonly tasks: 1;
|
package/dist/index.d.ts
CHANGED
|
@@ -1869,7 +1869,7 @@ export interface LocalPublishableAgent {
|
|
|
1869
1869
|
//#endregion
|
|
1870
1870
|
//#region src/metadata.d.ts
|
|
1871
1871
|
export declare const SERVICEME_CLI_NAME = "serviceme";
|
|
1872
|
-
export declare const SERVICEME_CLI_VERSION = "2.0.
|
|
1872
|
+
export declare const SERVICEME_CLI_VERSION = "2.0.7";
|
|
1873
1873
|
export declare const SERVICEME_CLI_CAPABILITIES: {
|
|
1874
1874
|
readonly bridge: true;
|
|
1875
1875
|
readonly tasks: 1;
|
package/dist/index.js
CHANGED
|
@@ -1355,7 +1355,7 @@ function isServiceMeImageValidationResult(value) {
|
|
|
1355
1355
|
//#endregion
|
|
1356
1356
|
//#region src/metadata.ts
|
|
1357
1357
|
const SERVICEME_CLI_NAME = "serviceme";
|
|
1358
|
-
const SERVICEME_CLI_VERSION = "2.0.
|
|
1358
|
+
const SERVICEME_CLI_VERSION = "2.0.7";
|
|
1359
1359
|
const SERVICEME_CLI_CAPABILITIES = {
|
|
1360
1360
|
bridge: true,
|
|
1361
1361
|
tasks: 1,
|
package/dist/index.mjs
CHANGED
|
@@ -1354,7 +1354,7 @@ function isServiceMeImageValidationResult(value) {
|
|
|
1354
1354
|
//#endregion
|
|
1355
1355
|
//#region src/metadata.ts
|
|
1356
1356
|
const SERVICEME_CLI_NAME = "serviceme";
|
|
1357
|
-
const SERVICEME_CLI_VERSION = "2.0.
|
|
1357
|
+
const SERVICEME_CLI_VERSION = "2.0.7";
|
|
1358
1358
|
const SERVICEME_CLI_CAPABILITIES = {
|
|
1359
1359
|
bridge: true,
|
|
1360
1360
|
tasks: 1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serviceme/devtools-protocol",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
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": "2.0.
|
|
36
|
+
"@serviceme/devtools-shared": "2.0.7"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^24",
|