public-api-finder 0.3.1 → 0.3.2

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/README.md CHANGED
@@ -44,3 +44,7 @@ The skill tells agents to prefer the CLI first, then live-check docs/endpoints b
44
44
  --json Emit JSON
45
45
  --refresh Refresh cache
46
46
  ```
47
+
48
+ ## Release Automation
49
+
50
+ This package is published from GitHub Actions using npm Trusted Publishing with provenance. Releases are built on GitHub-hosted runners and no long-lived npm publish token is required.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "public-api-finder",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Find free/public APIs for agents and prototypes.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -30,6 +30,10 @@
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",
33
- "url": "git+https://github.com/BuiltByEcho/public-api-finder.git"
33
+ "url": "git+https://github.com/BuiltByEcho/public-api-finder.git",
34
+ "directory": "packages/public-api-finder"
35
+ },
36
+ "publishConfig": {
37
+ "access": "public"
34
38
  }
35
39
  }
package/src/cli.js CHANGED
File without changes