@serviceme/devtools-protocol 0.0.3 → 0.0.4
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 +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -312,7 +312,7 @@ declare function isJsonOutputResult(value: unknown): value is {
|
|
|
312
312
|
};
|
|
313
313
|
|
|
314
314
|
declare const SERVICEME_CLI_NAME = "serviceme";
|
|
315
|
-
declare const SERVICEME_CLI_VERSION = "0.0.
|
|
315
|
+
declare const SERVICEME_CLI_VERSION = "0.0.4";
|
|
316
316
|
declare const SERVICEME_CLI_CAPABILITIES: {
|
|
317
317
|
readonly bridge: true;
|
|
318
318
|
readonly opencode: 1;
|
package/dist/index.d.ts
CHANGED
|
@@ -312,7 +312,7 @@ declare function isJsonOutputResult(value: unknown): value is {
|
|
|
312
312
|
};
|
|
313
313
|
|
|
314
314
|
declare const SERVICEME_CLI_NAME = "serviceme";
|
|
315
|
-
declare const SERVICEME_CLI_VERSION = "0.0.
|
|
315
|
+
declare const SERVICEME_CLI_VERSION = "0.0.4";
|
|
316
316
|
declare const SERVICEME_CLI_CAPABILITIES: {
|
|
317
317
|
readonly bridge: true;
|
|
318
318
|
readonly opencode: 1;
|
package/dist/index.js
CHANGED
|
@@ -456,7 +456,7 @@ function isJsonOutputResult(value) {
|
|
|
456
456
|
|
|
457
457
|
// src/metadata.ts
|
|
458
458
|
var SERVICEME_CLI_NAME = "serviceme";
|
|
459
|
-
var SERVICEME_CLI_VERSION = "0.0.
|
|
459
|
+
var SERVICEME_CLI_VERSION = "0.0.4";
|
|
460
460
|
var SERVICEME_CLI_CAPABILITIES = {
|
|
461
461
|
bridge: true,
|
|
462
462
|
opencode: 1,
|
package/dist/index.mjs
CHANGED
|
@@ -365,7 +365,7 @@ function isJsonOutputResult(value) {
|
|
|
365
365
|
|
|
366
366
|
// src/metadata.ts
|
|
367
367
|
var SERVICEME_CLI_NAME = "serviceme";
|
|
368
|
-
var SERVICEME_CLI_VERSION = "0.0.
|
|
368
|
+
var SERVICEME_CLI_VERSION = "0.0.4";
|
|
369
369
|
var SERVICEME_CLI_CAPABILITIES = {
|
|
370
370
|
bridge: true,
|
|
371
371
|
opencode: 1,
|
package/package.json
CHANGED