@use-tusk/drift-node-sdk 0.1.5 → 0.1.6
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 +1 -1
- package/dist/index.cjs +753 -119
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +83 -1
- package/dist/index.d.ts +81 -1
- package/dist/index.js +683 -50
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ The Node.js Tusk Drift SDK enables fast and deterministic API testing by capturi
|
|
|
12
12
|
|
|
13
13
|
## Documentation
|
|
14
14
|
|
|
15
|
-
For comprehensive guides and API reference, visit our [full documentation](https://docs.usetusk.ai/
|
|
15
|
+
For comprehensive guides and API reference, visit our [full documentation](https://docs.usetusk.ai/api-tests/installation#setup).
|
|
16
16
|
|
|
17
17
|
## Requirements
|
|
18
18
|
|