@raindrop-ai/ai-sdk 0.0.15 → 0.0.17

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 CHANGED
@@ -9,7 +9,7 @@ Standalone Vercel AI SDK integration for Raindrop:
9
9
  ## Install
10
10
 
11
11
  ```bash
12
- yarn add @raindrop-ai/ai-sdk
12
+ pnpm add @raindrop-ai/ai-sdk
13
13
  ```
14
14
 
15
15
  ## Usage
@@ -121,15 +121,15 @@ packages/ai-sdk/
121
121
 
122
122
  ```bash
123
123
  # Run all version tests (requires OPENAI_API_KEY and RAINDROP_WRITE_KEY in .env)
124
- yarn test
124
+ pnpm test
125
125
 
126
126
  # Run specific version
127
- yarn test:v4
128
- yarn test:v5
129
- yarn test:v6
127
+ pnpm test:v4
128
+ pnpm test:v5
129
+ pnpm test:v6
130
130
 
131
131
  # Quick smoke test (real LLM calls, single version)
132
- yarn smoke:min
132
+ pnpm smoke:min
133
133
  ```
134
134
 
135
135
  ### Test Coverage