create-mono-agent 0.11.3 → 0.11.4

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/README.md +6 -0
  2. package/package.json +7 -2
package/README.md CHANGED
@@ -59,6 +59,12 @@ need the installer.
59
59
 
60
60
  ## Public API
61
61
 
62
+ <!-- public-api-inventory:start -->
63
+ <!-- Generated by scripts/generate-public-api-docs.mjs. Do not edit by hand. -->
64
+
65
+ Library exports: none (this package has no code export map).
66
+ <!-- public-api-inventory:end -->
67
+
62
68
  None. This package exports no library surface; it ships `create-mono-agent` and
63
69
  `mono-agent` bins that both delegate to `@mono-agent/agent-app`.
64
70
 
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "create-mono-agent",
3
- "version": "0.11.3",
3
+ "version": "0.11.4",
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": "GPL-3.0-only",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/robertsreberski/mono-agent.git",
10
+ "directory": "packages/create-mono-agent"
11
+ },
7
12
  "private": false,
8
13
  "engines": {
9
14
  "node": ">=22.19.0"
@@ -17,7 +22,7 @@
17
22
  "README.md"
18
23
  ],
19
24
  "dependencies": {
20
- "@mono-agent/agent-app": "0.11.3"
25
+ "@mono-agent/agent-app": "0.11.4"
21
26
  },
22
27
  "publishConfig": {
23
28
  "access": "public"