create-mono-agent 0.6.0 → 0.6.1

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mono-agent",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "npm-init style installer for the mono-agent CLI: `npm create mono-agent`. Ships both a `create-mono-agent` and a `mono-agent` bin, each delegating to the @mono-agent/agent-app CLI.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
@@ -14,7 +14,7 @@
14
14
  "README.md"
15
15
  ],
16
16
  "dependencies": {
17
- "@mono-agent/agent-app": "0.6.0"
17
+ "@mono-agent/agent-app": "0.6.1"
18
18
  },
19
19
  "publishConfig": {
20
20
  "access": "public"