@serviceme/devtools-protocol 0.3.3 → 0.4.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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -133,7 +133,7 @@ type DeviceSecret = string & {
|
|
|
133
133
|
* string→token mixing at compile time.
|
|
134
134
|
*
|
|
135
135
|
* Wire shapes for the bridge methods (`auth.status`, `auth.login`, …) follow
|
|
136
|
-
* `docs/
|
|
136
|
+
* `docs/architecture/phase-5-auth-device-toolbox.md § P5-2 (并入本文时对应 § P5-2 拆分)` §3
|
|
137
137
|
* (Bridge method 新增). Result types are always objects so the wire format
|
|
138
138
|
* matches the rest of `BridgeMethodMap`.
|
|
139
139
|
*/
|
|
@@ -1584,7 +1584,7 @@ interface LocalPublishableAgent {
|
|
|
1584
1584
|
}
|
|
1585
1585
|
|
|
1586
1586
|
declare const SERVICEME_CLI_NAME = "serviceme";
|
|
1587
|
-
declare const SERVICEME_CLI_VERSION = "0.
|
|
1587
|
+
declare const SERVICEME_CLI_VERSION = "0.4.0";
|
|
1588
1588
|
declare const SERVICEME_CLI_CAPABILITIES: {
|
|
1589
1589
|
readonly bridge: true;
|
|
1590
1590
|
readonly tasks: 1;
|
package/dist/index.d.ts
CHANGED
|
@@ -133,7 +133,7 @@ type DeviceSecret = string & {
|
|
|
133
133
|
* string→token mixing at compile time.
|
|
134
134
|
*
|
|
135
135
|
* Wire shapes for the bridge methods (`auth.status`, `auth.login`, …) follow
|
|
136
|
-
* `docs/
|
|
136
|
+
* `docs/architecture/phase-5-auth-device-toolbox.md § P5-2 (并入本文时对应 § P5-2 拆分)` §3
|
|
137
137
|
* (Bridge method 新增). Result types are always objects so the wire format
|
|
138
138
|
* matches the rest of `BridgeMethodMap`.
|
|
139
139
|
*/
|
|
@@ -1584,7 +1584,7 @@ interface LocalPublishableAgent {
|
|
|
1584
1584
|
}
|
|
1585
1585
|
|
|
1586
1586
|
declare const SERVICEME_CLI_NAME = "serviceme";
|
|
1587
|
-
declare const SERVICEME_CLI_VERSION = "0.
|
|
1587
|
+
declare const SERVICEME_CLI_VERSION = "0.4.0";
|
|
1588
1588
|
declare const SERVICEME_CLI_CAPABILITIES: {
|
|
1589
1589
|
readonly bridge: true;
|
|
1590
1590
|
readonly tasks: 1;
|
package/dist/index.js
CHANGED
|
@@ -1275,7 +1275,7 @@ function isJsonOutputResult(value) {
|
|
|
1275
1275
|
|
|
1276
1276
|
// src/metadata.ts
|
|
1277
1277
|
var SERVICEME_CLI_NAME = "serviceme";
|
|
1278
|
-
var SERVICEME_CLI_VERSION = "0.
|
|
1278
|
+
var SERVICEME_CLI_VERSION = "0.4.0";
|
|
1279
1279
|
var SERVICEME_CLI_CAPABILITIES = {
|
|
1280
1280
|
bridge: true,
|
|
1281
1281
|
tasks: 1,
|
package/dist/index.mjs
CHANGED
|
@@ -1104,7 +1104,7 @@ function isJsonOutputResult(value) {
|
|
|
1104
1104
|
|
|
1105
1105
|
// src/metadata.ts
|
|
1106
1106
|
var SERVICEME_CLI_NAME = "serviceme";
|
|
1107
|
-
var SERVICEME_CLI_VERSION = "0.
|
|
1107
|
+
var SERVICEME_CLI_VERSION = "0.4.0";
|
|
1108
1108
|
var SERVICEME_CLI_CAPABILITIES = {
|
|
1109
1109
|
bridge: true,
|
|
1110
1110
|
tasks: 1,
|
package/package.json
CHANGED