@use-tusk/drift-node-sdk 0.1.16 → 0.1.18
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 +7 -0
- package/dist/index.cjs +99 -257
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +99 -257
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,6 +31,13 @@ For comprehensive guides and API reference, visit our [full documentation](https
|
|
|
31
31
|
- [Quick Start Guide](docs/quickstart.md) - Record and replay your first trace
|
|
32
32
|
- [Troubleshooting Guide](docs/troubleshooting.md) - Common issues and solutions
|
|
33
33
|
|
|
34
|
+
<div align="center">
|
|
35
|
+
|
|
36
|
+

|
|
37
|
+

|
|
38
|
+
|
|
39
|
+
</div>
|
|
40
|
+
|
|
34
41
|
## Requirements
|
|
35
42
|
|
|
36
43
|
Tusk Drift currently supports the following packages and versions:
|