venice-ai-sdk-provider 1.1.6 → 1.1.7
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 +232 -232
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +80 -80
package/package.json
CHANGED
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "venice-ai-sdk-provider",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "Venice AI provider for the Vercel AI SDK",
|
|
5
|
-
"license": "Apache-2.0",
|
|
6
|
-
"sideEffects": false,
|
|
7
|
-
"main": "./dist/index.js",
|
|
8
|
-
"module": "./dist/index.mjs",
|
|
9
|
-
"types": "./dist/index.d.ts",
|
|
10
|
-
"files": [
|
|
11
|
-
"dist/**/*",
|
|
12
|
-
"README.md",
|
|
13
|
-
"LICENSE"
|
|
14
|
-
],
|
|
15
|
-
"scripts": {
|
|
16
|
-
"build": "tsup --tsconfig tsconfig.build.json",
|
|
17
|
-
"clean": "rm -rf dist",
|
|
18
|
-
"dev": "tsup --watch",
|
|
19
|
-
"pack": "rm -rf dist && mkdir -p pack && tsup --minify --tsconfig tsconfig.build.json && npm pack --pack-destination=pack",
|
|
20
|
-
"type-check": "tsc --noEmit",
|
|
21
|
-
"prettier-check": "prettier --check \"./**/*.ts*\"",
|
|
22
|
-
"prettier-fix": "prettier --write \"./**/*.ts*\"",
|
|
23
|
-
"test": "vitest",
|
|
24
|
-
"prepare": "husky"
|
|
25
|
-
},
|
|
26
|
-
"lint-staged": {
|
|
27
|
-
"*.{ts,tsx}": [
|
|
28
|
-
"prettier --write"
|
|
29
|
-
]
|
|
30
|
-
},
|
|
31
|
-
"exports": {
|
|
32
|
-
"./package.json": "./package.json",
|
|
33
|
-
".": {
|
|
34
|
-
"types": "./dist/index.d.ts",
|
|
35
|
-
"import": "./dist/index.mjs",
|
|
36
|
-
"require": "./dist/index.js"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
"dependencies": {
|
|
40
|
-
"@ai-sdk/openai-compatible": "^1.0.30",
|
|
41
|
-
"@ai-sdk/provider": "^2.0.1",
|
|
42
|
-
"@ai-sdk/provider-utils": "^3.0.20"
|
|
43
|
-
},
|
|
44
|
-
"devDependencies": {
|
|
45
|
-
"@types/node": "^25.0.9",
|
|
46
|
-
"husky": "^9.1.7",
|
|
47
|
-
"lint-staged": "^16.2.7",
|
|
48
|
-
"prettier": "^3.8.0",
|
|
49
|
-
"tsup": "^8.5.1",
|
|
50
|
-
"typescript": "^5.9.3",
|
|
51
|
-
"zod": "^4.3.5"
|
|
52
|
-
},
|
|
53
|
-
"peerDependencies": {
|
|
54
|
-
"ai": "^5.0.121"
|
|
55
|
-
},
|
|
56
|
-
"engines": {
|
|
57
|
-
"node": ">=18"
|
|
58
|
-
},
|
|
59
|
-
"publishConfig": {
|
|
60
|
-
"access": "public"
|
|
61
|
-
},
|
|
62
|
-
"homepage": "https://github.com/dpuyosa/venice-ai-sdk-provider",
|
|
63
|
-
"repository": {
|
|
64
|
-
"type": "git",
|
|
65
|
-
"url": "git+https://github.com/dpuyosa/venice-ai-sdk-provider.git"
|
|
66
|
-
},
|
|
67
|
-
"bugs": {
|
|
68
|
-
"url": "https://github.com/dpuyosa/venice-ai-sdk-provider/issues"
|
|
69
|
-
},
|
|
70
|
-
"keywords": [
|
|
71
|
-
"ai",
|
|
72
|
-
"venice",
|
|
73
|
-
"venice-ai",
|
|
74
|
-
"vercel",
|
|
75
|
-
"vercel-ai-sdk",
|
|
76
|
-
"openai-compatible",
|
|
77
|
-
"agent",
|
|
78
|
-
"private"
|
|
79
|
-
]
|
|
80
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "venice-ai-sdk-provider",
|
|
3
|
+
"version": "1.1.7",
|
|
4
|
+
"description": "Venice AI provider for the Vercel AI SDK",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"main": "./dist/index.js",
|
|
8
|
+
"module": "./dist/index.mjs",
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"files": [
|
|
11
|
+
"dist/**/*",
|
|
12
|
+
"README.md",
|
|
13
|
+
"LICENSE"
|
|
14
|
+
],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"build": "tsup --tsconfig tsconfig.build.json",
|
|
17
|
+
"clean": "rm -rf dist",
|
|
18
|
+
"dev": "tsup --watch",
|
|
19
|
+
"pack": "rm -rf dist && mkdir -p pack && tsup --minify --tsconfig tsconfig.build.json && npm pack --pack-destination=pack",
|
|
20
|
+
"type-check": "tsc --noEmit",
|
|
21
|
+
"prettier-check": "prettier --check \"./**/*.ts*\"",
|
|
22
|
+
"prettier-fix": "prettier --write \"./**/*.ts*\"",
|
|
23
|
+
"test": "vitest",
|
|
24
|
+
"prepare": "husky"
|
|
25
|
+
},
|
|
26
|
+
"lint-staged": {
|
|
27
|
+
"*.{ts,tsx}": [
|
|
28
|
+
"prettier --write"
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"exports": {
|
|
32
|
+
"./package.json": "./package.json",
|
|
33
|
+
".": {
|
|
34
|
+
"types": "./dist/index.d.ts",
|
|
35
|
+
"import": "./dist/index.mjs",
|
|
36
|
+
"require": "./dist/index.js"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"@ai-sdk/openai-compatible": "^1.0.30",
|
|
41
|
+
"@ai-sdk/provider": "^2.0.1",
|
|
42
|
+
"@ai-sdk/provider-utils": "^3.0.20"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@types/node": "^25.0.9",
|
|
46
|
+
"husky": "^9.1.7",
|
|
47
|
+
"lint-staged": "^16.2.7",
|
|
48
|
+
"prettier": "^3.8.0",
|
|
49
|
+
"tsup": "^8.5.1",
|
|
50
|
+
"typescript": "^5.9.3",
|
|
51
|
+
"zod": "^4.3.5"
|
|
52
|
+
},
|
|
53
|
+
"peerDependencies": {
|
|
54
|
+
"ai": "^5.0.121"
|
|
55
|
+
},
|
|
56
|
+
"engines": {
|
|
57
|
+
"node": ">=18"
|
|
58
|
+
},
|
|
59
|
+
"publishConfig": {
|
|
60
|
+
"access": "public"
|
|
61
|
+
},
|
|
62
|
+
"homepage": "https://github.com/dpuyosa/venice-ai-sdk-provider",
|
|
63
|
+
"repository": {
|
|
64
|
+
"type": "git",
|
|
65
|
+
"url": "git+https://github.com/dpuyosa/venice-ai-sdk-provider.git"
|
|
66
|
+
},
|
|
67
|
+
"bugs": {
|
|
68
|
+
"url": "https://github.com/dpuyosa/venice-ai-sdk-provider/issues"
|
|
69
|
+
},
|
|
70
|
+
"keywords": [
|
|
71
|
+
"ai",
|
|
72
|
+
"venice",
|
|
73
|
+
"venice-ai",
|
|
74
|
+
"vercel",
|
|
75
|
+
"vercel-ai-sdk",
|
|
76
|
+
"openai-compatible",
|
|
77
|
+
"agent",
|
|
78
|
+
"private"
|
|
79
|
+
]
|
|
80
|
+
}
|