@lore-co/adapter-generic 0.1.22 → 0.1.24

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -46,5 +46,5 @@ its plugin entry without routing OpenCode through Claude or Codex command hooks.
46
46
  - Keep model-provider and MCP authorization decisions in the host application.
47
47
 
48
48
  Node.js 22 or newer is required. See
49
- [generic host integrations](../../../docs/detailed.md#generic-host-integrations) for
49
+ [generic host integrations](../../../docs/guides/integrations.md#generic-host-integrations) for
50
50
  complete examples.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lore-co/adapter-generic",
3
- "version": "0.1.22",
3
+ "version": "0.1.24",
4
4
  "description": "Host-controlled adapter for auditable Lore agent integrations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,8 +34,8 @@
34
34
  "directory": "packages/adapters/generic"
35
35
  },
36
36
  "dependencies": {
37
- "@lore-co/sdk": "0.1.22",
38
- "@lore-co/core": "0.1.22"
37
+ "@lore-co/core": "0.1.24",
38
+ "@lore-co/sdk": "0.1.24"
39
39
  },
40
40
  "scripts": {
41
41
  "dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",