@ai-sdk/openai
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "@ai-sdk/openai", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"license": "Apache-2.0", | ||
@@ -12,13 +12,2 @@ "sideEffects": false, | ||
], | ||
"scripts": { | ||
"build": "tsup", | ||
"clean": "rm -rf dist", | ||
"dev": "tsup --watch", | ||
"lint": "eslint \"./**/*.ts*\"", | ||
"type-check": "tsc --noEmit", | ||
"prettier-check": "prettier --check \"./**/*.ts*\"", | ||
"test": "pnpm test:node && pnpm test:edge", | ||
"test:edge": "vitest --config vitest.edge.config.js --run --threads=false", | ||
"test:node": "vitest --config vitest.node.config.js --run --threads=false" | ||
}, | ||
"exports": { | ||
@@ -34,10 +23,10 @@ "./package.json": "./package.json", | ||
"@ai-sdk/provider": "0.0.0", | ||
"@ai-sdk/provider-utils": "0.0.0" | ||
"@ai-sdk/provider-utils": "0.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18", | ||
"@vercel/ai-tsconfig": "workspace:*", | ||
"tsup": "^8", | ||
"typescript": "5.1.3", | ||
"zod": "3.22.4" | ||
"zod": "3.22.4", | ||
"@vercel/ai-tsconfig": "0.0.0" | ||
}, | ||
@@ -68,3 +57,14 @@ "peerDependencies": { | ||
"ai" | ||
] | ||
} | ||
], | ||
"scripts": { | ||
"build": "tsup", | ||
"clean": "rm -rf dist", | ||
"dev": "tsup --watch", | ||
"lint": "eslint \"./**/*.ts*\"", | ||
"type-check": "tsc --noEmit", | ||
"prettier-check": "prettier --check \"./**/*.ts*\"", | ||
"test": "pnpm test:node && pnpm test:edge", | ||
"test:edge": "vitest --config vitest.edge.config.js --run --threads=false", | ||
"test:node": "vitest --config vitest.node.config.js --run --threads=false" | ||
} | ||
} |
@@ -22,3 +22,3 @@ # Vercel AI SDK - OpenAI Provider | ||
const openai = new OpenAI({ | ||
baseUrl: '', // optional base URL for proxies etc. | ||
baseURL: '', // optional base URL for proxies etc. | ||
apiKey: '' // optional API key, default to env property OPENAI_API_KEY | ||
@@ -25,0 +25,0 @@ organization: '' // optional organization |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4652
3
0
3
+ Added@ai-sdk/provider-utils@0.0.1(transitive)
- Removed@ai-sdk/provider-utils@0.0.0(transitive)
Updated@ai-sdk/provider-utils@0.0.1