@janole/ai-sdk-provider-codex-asp 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 +6 -0
- package/dist/index.cjs +5 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -4
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@janole/ai-sdk-provider-codex-asp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Vercel AI SDK v6 custom provider for the Codex App Server Protocol.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Jan Ole Suhr",
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"test:watch": "vitest",
|
|
36
36
|
"typecheck": "tsc --noEmit",
|
|
37
37
|
"qa": "npm run lint && npm run typecheck && npm run test",
|
|
38
|
+
"ok": "npm run lint:fix && npm run typecheck && npm run test",
|
|
38
39
|
"prepublishOnly": "npm run clean && npm run build && npm run qa"
|
|
39
40
|
},
|
|
40
41
|
"keywords": [
|