@use-tusk/drift-node-sdk 0.1.13 → 0.1.14
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 +8 -0
- package/dist/index.cjs +29945 -11031
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -4
- package/dist/index.d.ts +1 -7
- package/dist/index.js +30090 -11165
- package/dist/index.js.map +1 -1
- package/package.json +14 -11
package/README.md
CHANGED
|
@@ -16,6 +16,13 @@ The Node.js Tusk Drift SDK enables fast and deterministic API testing by capturi
|
|
|
16
16
|
|
|
17
17
|
For comprehensive guides and API reference, visit our [full documentation](https://docs.usetusk.ai/api-tests/installation#setup).
|
|
18
18
|
|
|
19
|
+
### SDK Guides
|
|
20
|
+
|
|
21
|
+
- [Initialization Guide](docs/initialization.md) - Set up the SDK in your Node.js application
|
|
22
|
+
- [Environment Variables](docs/environment-variables.md) - Environment variables reference
|
|
23
|
+
- [Quick Start Guide](docs/quickstart.md) - Record and replay your first trace
|
|
24
|
+
- [Troubleshooting Guide](docs/troubleshooting.md) - Common issues and solutions
|
|
25
|
+
|
|
19
26
|
## Requirements
|
|
20
27
|
|
|
21
28
|
Tusk Drift currently supports the following packages and versions:
|
|
@@ -27,6 +34,7 @@ Tusk Drift currently supports the following packages and versions:
|
|
|
27
34
|
- **Postgres**: `postgres@3.x`
|
|
28
35
|
- **MySQL**: `mysql2@3.x`
|
|
29
36
|
- **IORedis**: `ioredis@4.x-5.x`
|
|
37
|
+
- **Upstash Redis**: `@upstash/redis@1.x`
|
|
30
38
|
- **GraphQL**: `graphql@15.x-16.x`
|
|
31
39
|
- **Prisma**: `prisma@5.x-6.x`
|
|
32
40
|
- **JSON Web Tokens**: `jsonwebtoken@5.x-9.x`
|