structured-json-agent 1.0.0 → 1.0.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 +9 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "structured-json-agent",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A typed and extensible library for creating and running Iterative AI Agents that generate structured JSON output.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -22,6 +22,14 @@
22
22
  "structured-output",
23
23
  "llm"
24
24
  ],
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git+https://github.com/thiagoaramizo/structured-json-agent.git"
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/thiagoaramizo/structured-json-agent/issues"
31
+ },
32
+ "homepage": "https://github.com/thiagoaramizo/structured-json-agent#readme",
25
33
  "author": "",
26
34
  "license": "ISC",
27
35
  "devDependencies": {