agent-auth-broker 0.0.11 → 0.1.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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3391,7 +3391,7 @@ var testCommand = new Command10("test").description("\u6D4B\u8BD5\u8C03\u7528 co
|
|
|
3391
3391
|
|
|
3392
3392
|
// src/index.ts
|
|
3393
3393
|
var program = new Command11();
|
|
3394
|
-
program.name("broker").description("Agent Auth Broker CLI \u2014 AI Agent \u51ED\u8BC1\u7BA1\u7406\u4E0E\u6388\u6743\u4EE3\u7406").version("0.0
|
|
3394
|
+
program.name("broker").description("Agent Auth Broker CLI \u2014 AI Agent \u51ED\u8BC1\u7BA1\u7406\u4E0E\u6388\u6743\u4EE3\u7406").version("0.1.0");
|
|
3395
3395
|
program.addCommand(initCommand);
|
|
3396
3396
|
program.addCommand(validateCommand);
|
|
3397
3397
|
program.addCommand(diagnoseCommand);
|