@serviceme/devtools-protocol 0.3.0 → 0.3.1
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
|
@@ -1571,7 +1571,7 @@ interface LocalPublishableAgent {
|
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
1573
|
declare const SERVICEME_CLI_NAME = "serviceme";
|
|
1574
|
-
declare const SERVICEME_CLI_VERSION = "0.3.
|
|
1574
|
+
declare const SERVICEME_CLI_VERSION = "0.3.1";
|
|
1575
1575
|
declare const SERVICEME_CLI_CAPABILITIES: {
|
|
1576
1576
|
readonly bridge: true;
|
|
1577
1577
|
readonly tasks: 1;
|
package/dist/index.d.ts
CHANGED
|
@@ -1571,7 +1571,7 @@ interface LocalPublishableAgent {
|
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
1573
|
declare const SERVICEME_CLI_NAME = "serviceme";
|
|
1574
|
-
declare const SERVICEME_CLI_VERSION = "0.3.
|
|
1574
|
+
declare const SERVICEME_CLI_VERSION = "0.3.1";
|
|
1575
1575
|
declare const SERVICEME_CLI_CAPABILITIES: {
|
|
1576
1576
|
readonly bridge: true;
|
|
1577
1577
|
readonly tasks: 1;
|
package/dist/index.js
CHANGED
|
@@ -1269,7 +1269,7 @@ function isJsonOutputResult(value) {
|
|
|
1269
1269
|
|
|
1270
1270
|
// src/metadata.ts
|
|
1271
1271
|
var SERVICEME_CLI_NAME = "serviceme";
|
|
1272
|
-
var SERVICEME_CLI_VERSION = "0.3.
|
|
1272
|
+
var SERVICEME_CLI_VERSION = "0.3.1";
|
|
1273
1273
|
var SERVICEME_CLI_CAPABILITIES = {
|
|
1274
1274
|
bridge: true,
|
|
1275
1275
|
tasks: 1,
|
package/dist/index.mjs
CHANGED
|
@@ -1098,7 +1098,7 @@ function isJsonOutputResult(value) {
|
|
|
1098
1098
|
|
|
1099
1099
|
// src/metadata.ts
|
|
1100
1100
|
var SERVICEME_CLI_NAME = "serviceme";
|
|
1101
|
-
var SERVICEME_CLI_VERSION = "0.3.
|
|
1101
|
+
var SERVICEME_CLI_VERSION = "0.3.1";
|
|
1102
1102
|
var SERVICEME_CLI_CAPABILITIES = {
|
|
1103
1103
|
bridge: true,
|
|
1104
1104
|
tasks: 1,
|
package/package.json
CHANGED