@loomcycle/client 0.8.19 → 0.8.20

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 +10 -1
package/package.json CHANGED
@@ -1,9 +1,18 @@
1
1
  {
2
2
  "name": "@loomcycle/client",
3
- "version": "0.8.19",
3
+ "version": "0.8.20",
4
4
  "description": "TypeScript client for the loomcycle sidecar (HTTP+SSE). 27 methods covering run streaming, agent metadata, pause/resume/state, snapshot lifecycle, memory admin, interruption resolve, and hook management.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/denn-gubsky/loomcycle.git",
10
+ "directory": "adapters/ts"
11
+ },
12
+ "homepage": "https://github.com/denn-gubsky/loomcycle/tree/main/adapters/ts#readme",
13
+ "bugs": {
14
+ "url": "https://github.com/denn-gubsky/loomcycle/issues"
15
+ },
7
16
  "main": "./dist/index.js",
8
17
  "types": "./dist/index.d.ts",
9
18
  "exports": {