@x-otto/plugin-otto-wire-protocols 0.1.0-alpha.17 → 0.1.0-alpha.18
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/package.json +5 -5
- package/plugin-dist/meta.json +1 -1
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x-otto/plugin-otto-wire-protocols",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.18",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Three standard wire protocol implementations (anthropic-messages/openai-responses/openai-completions) — runtime support for provider plugins. Publishable standalone so non-CLI hosts (e.g. desktop apps depending only on @x-otto/coding) can install it without the full @x-otto/cli dependency tree.",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@anthropic-ai/sdk": "0.88.0",
|
|
8
|
-
"@x-otto/provider": "0.1.0-alpha.
|
|
9
|
-
"@x-otto/
|
|
10
|
-
"@x-otto/plugin": "0.1.0-alpha.
|
|
11
|
-
"@x-otto/
|
|
8
|
+
"@x-otto/provider": "0.1.0-alpha.18",
|
|
9
|
+
"@x-otto/shared": "0.1.0-alpha.18",
|
|
10
|
+
"@x-otto/plugin": "0.1.0-alpha.18",
|
|
11
|
+
"@x-otto/interchange": "0.1.0-alpha.18"
|
|
12
12
|
},
|
|
13
13
|
"type": "module",
|
|
14
14
|
"files": [
|
package/plugin-dist/meta.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"apiVersion":1,"compilerVersion":"0.1.0-alpha.
|
|
1
|
+
{"apiVersion":1,"compilerVersion":"0.1.0-alpha.18","sourceHash":"351f1300a8c8f67cbe2bb9d9bfb16787f280ed3147fad3eda349aa1d5822450a"}
|