@better-update/cli 0.31.0 → 0.31.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.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -34,7 +34,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
|
34
34
|
|
|
35
35
|
//#endregion
|
|
36
36
|
//#region package.json
|
|
37
|
-
var version = "0.31.
|
|
37
|
+
var version = "0.31.1";
|
|
38
38
|
|
|
39
39
|
//#endregion
|
|
40
40
|
//#region src/lib/interactive-mode.ts
|
|
@@ -29943,7 +29943,7 @@ const addDeviceCommand = defineCommand({
|
|
|
29943
29943
|
},
|
|
29944
29944
|
"apple-team-id": {
|
|
29945
29945
|
type: "string",
|
|
29946
|
-
description: "
|
|
29946
|
+
description: "Internal team Id (UUID from `credentials list`), not the Apple Team Identifier (e.g. 233P57T2L4)"
|
|
29947
29947
|
},
|
|
29948
29948
|
invite: {
|
|
29949
29949
|
type: "boolean",
|
|
@@ -30101,7 +30101,7 @@ const listDevicesCommand = defineCommand({
|
|
|
30101
30101
|
},
|
|
30102
30102
|
"apple-team-id": {
|
|
30103
30103
|
type: "string",
|
|
30104
|
-
description: "Filter by
|
|
30104
|
+
description: "Filter by internal team Id (UUID), not the Apple Team Identifier"
|
|
30105
30105
|
},
|
|
30106
30106
|
query: {
|
|
30107
30107
|
type: "string",
|