@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/dist/index.cjs CHANGED
@@ -50,7 +50,7 @@ var import_commander = require("commander");
50
50
  // package.json
51
51
  var package_default = {
52
52
  name: "@rolino/cli",
53
- version: "0.7.1",
53
+ version: "0.8.0",
54
54
  description: "Agent-friendly command-line interface for Rolino",
55
55
  type: "module",
56
56
  license: "MIT",
@@ -107,9 +107,9 @@ var package_default = {
107
107
  dev: "tsx src/bin.ts"
108
108
  },
109
109
  dependencies: {
110
- "@rolino/contracts": "0.7.1",
111
- "@rolino/local-auth": "0.7.1",
112
- "@rolino/sdk": "0.7.1",
110
+ "@rolino/contracts": "0.8.0",
111
+ "@rolino/local-auth": "0.8.0",
112
+ "@rolino/sdk": "0.8.0",
113
113
  commander: "^15.0.0",
114
114
  open: "^11.0.0"
115
115
  },