use-agently 0.6.0 → 0.7.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.
Files changed (2) hide show
  1. package/build/bin.js +1 -1
  2. package/package.json +1 -1
package/build/bin.js CHANGED
@@ -88436,7 +88436,7 @@ import { mkdir as mkdir2, readFile as readFile2, writeFile as writeFile2 } from
88436
88436
  // package.json
88437
88437
  var package_default = {
88438
88438
  name: "use-agently",
88439
- version: "0.0.0",
88439
+ version: "0.7.0",
88440
88440
  description: "Use Agently CLI",
88441
88441
  homepage: "https://agently.to",
88442
88442
  bugs: "https://github.com/AgentlyHQ/use-agently/issues",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "use-agently",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Use Agently CLI",
5
5
  "homepage": "https://agently.to",
6
6
  "bugs": "https://github.com/AgentlyHQ/use-agently/issues",