@ai-sdk/provider-utils
Advanced tools
Comparing version 2.0.0-canary.3 to 2.0.0
# @ai-sdk/provider-utils | ||
## 2.0.0 | ||
### Major Changes | ||
- b469a7e: chore: remove isXXXError methods | ||
- b1da952: chore (provider-utils): remove convertStreamToArray | ||
- 8426f55: chore (ai):increase id generator default size from 7 to 16. | ||
- db46ce5: chore (provider-utils): remove isParseableJson export | ||
### Patch Changes | ||
- dce4158: chore (dependencies): update eventsource-parser to 3.0.0 | ||
- dce4158: chore (dependencies): update nanoid to 5.0.8 | ||
- Updated dependencies [b469a7e] | ||
- Updated dependencies [c0ddc24] | ||
- @ai-sdk/provider@1.0.0 | ||
## 2.0.0-canary.3 | ||
@@ -4,0 +21,0 @@ |
{ | ||
"name": "@ai-sdk/provider-utils", | ||
"version": "2.0.0-canary.3", | ||
"version": "2.0.0", | ||
"license": "Apache-2.0", | ||
@@ -29,3 +29,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@ai-sdk/provider": "1.0.0-canary.0", | ||
"@ai-sdk/provider": "1.0.0", | ||
"eventsource-parser": "^3.0.0", | ||
@@ -37,3 +37,3 @@ "nanoid": "^5.0.8", | ||
"@types/node": "^18", | ||
"msw": "2.3.1", | ||
"msw": "2.6.4", | ||
"tsup": "^8", | ||
@@ -71,4 +71,4 @@ "typescript": "5.6.3", | ||
"build": "tsup", | ||
"build:watch": "tsup --watch", | ||
"clean": "rm -rf dist && rm -rf test/dist", | ||
"dev": "tsup --watch", | ||
"lint": "eslint \"./**/*.ts*\"", | ||
@@ -75,0 +75,0 @@ "type-check": "tsc --noEmit", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4258257
20
51199
0
17
27
+ Added@ai-sdk/provider@1.0.0(transitive)
- Removed@ai-sdk/provider@1.0.0-canary.0(transitive)
Updated@ai-sdk/provider@1.0.0