trm-client 10.0.3 → 10.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/changelog.txt CHANGED
@@ -8,6 +8,10 @@ Legend
8
8
  + : added
9
9
  - : removed
10
10
 
11
+ 2026-07-06 v10.0.3
12
+ -------------------
13
+ * programmatic command handler
14
+
11
15
  2026-07-06 v10.0.2
12
16
  -------------------
13
17
  + pass registry to programmatic command handler
@@ -37,7 +37,7 @@ Lock.metadata = {
37
37
  aliases: ["lock-file"],
38
38
  title: "Generate lockfile",
39
39
  group: "package",
40
- groupPriority: 6,
40
+ guiRelevant: false,
41
41
  description: "Generate a lockfile for an installed TRM package.",
42
42
  icon: "LockKeyhole",
43
43
  arguments: [
@@ -88,9 +88,7 @@ Registry.metadata = [
88
88
  options: [
89
89
  (0, helpers_1.option)("-E, --registry-endpoint <endpoint>", { name: "registryEndpoint", label: "Registry endpoint", description: "Endpoint URL for the registry." })
90
90
  ],
91
- requirements: {
92
- requiresRegistry: true
93
- }
91
+ requirements: {}
94
92
  },
95
93
  {
96
94
  id: "registry:rm",
@@ -104,11 +102,7 @@ Registry.metadata = [
104
102
  arguments: [
105
103
  (0, helpers_1.argument)(0, { name: "registryName", cliName: "registry name", label: "Registry name", description: `Registry alias to remove. "${trm_core_1.PUBLIC_RESERVED_KEYWORD}" and "${trm_core_1.LOCAL_RESERVED_KEYWORD}" are protected and cannot be deleted.` })
106
104
  ],
107
- options: [
108
- (0, helpers_1.option)("-E, --registry-endpoint <endpoint>", { name: "registryEndpoint", label: "Registry endpoint", description: "Endpoint URL for the registry." })
109
- ],
110
- requirements: {
111
- requiresRegistry: true
112
- }
105
+ options: [],
106
+ requirements: {}
113
107
  }
114
108
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trm-client",
3
- "version": "10.0.3",
3
+ "version": "10.0.4",
4
4
  "description": "TRM (Transport Request Manager) Client",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",