@rolino/cli 0.7.1 → 0.8.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/CHANGELOG.md +9 -0
- package/dist/bin.cjs +4 -4
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-KSPZKKBG.js → chunk-KR5C3ZU3.js} +5 -5
- package/dist/{chunk-KSPZKKBG.js.map → chunk-KR5C3ZU3.js.map} +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/bin.js
CHANGED
|
@@ -340,7 +340,7 @@ import { Command, CommanderError, InvalidArgumentError } from "commander";
|
|
|
340
340
|
// package.json
|
|
341
341
|
var package_default = {
|
|
342
342
|
name: "@rolino/cli",
|
|
343
|
-
version: "0.
|
|
343
|
+
version: "0.8.0",
|
|
344
344
|
description: "Agent-friendly command-line interface for Rolino",
|
|
345
345
|
type: "module",
|
|
346
346
|
license: "MIT",
|
|
@@ -397,9 +397,9 @@ var package_default = {
|
|
|
397
397
|
dev: "tsx src/bin.ts"
|
|
398
398
|
},
|
|
399
399
|
dependencies: {
|
|
400
|
-
"@rolino/contracts": "0.
|
|
401
|
-
"@rolino/local-auth": "0.
|
|
402
|
-
"@rolino/sdk": "0.
|
|
400
|
+
"@rolino/contracts": "0.8.0",
|
|
401
|
+
"@rolino/local-auth": "0.8.0",
|
|
402
|
+
"@rolino/sdk": "0.8.0",
|
|
403
403
|
commander: "^15.0.0",
|
|
404
404
|
open: "^11.0.0"
|
|
405
405
|
},
|
|
@@ -2587,4 +2587,4 @@ export {
|
|
|
2587
2587
|
ROLINO_CLI_VERSION,
|
|
2588
2588
|
runCli
|
|
2589
2589
|
};
|
|
2590
|
-
//# sourceMappingURL=chunk-
|
|
2590
|
+
//# sourceMappingURL=chunk-KR5C3ZU3.js.map
|