@use-tusk/drift-node-sdk 0.1.6 → 0.1.8

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
@@ -6,6 +6,8 @@
6
6
  <a href="https://www.npmjs.com/package/@use-tusk/drift-node-sdk"><img src="https://img.shields.io/npm/v/@use-tusk/drift-node-sdk" alt="npm version"></a>
7
7
  <a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License: Apache 2.0"></a>
8
8
  <a href="https://github.com/Use-Tusk/drift-node-sdk/commits/main/"><img src="https://img.shields.io/github/last-commit/Use-Tusk/drift-node-sdk" alt="GitHub last commit"></a>
9
+ <a href="https://x.com/usetusk"><img src="https://img.shields.io/twitter/url?url=https%3A%2F%2Fx.com%2Fusetusk&style=flat&logo=x&label=Tusk&color=BF40BF" alt="Tusk X account"></a>
10
+ <a href="https://join.slack.com/t/tusk-community/shared_invite/zt-3fve1s7ie-NAAUn~UpHsf1m_2tdoGjsQ"><img src="https://img.shields.io/badge/slack-badge?style=flat&logo=slack&label=Tusk&color=BF40BF" alt="Tusk Community Slack"></a>
9
11
  </p>
10
12
 
11
13
  The Node.js Tusk Drift SDK enables fast and deterministic API testing by capturing and replaying API calls made to/from your service. Automatically record real-world API calls, then replay them as tests using the [Tusk CLI](https://github.com/Use-Tusk/tusk-drift-cli) to find regressions. During replay, all outbound requests are intercepted with recorded data to ensure consistent behavior without side-effects.
@@ -21,6 +23,7 @@ Tusk Drift currently supports the following packages and versions:
21
23
  - **HTTP/HTTPS**: All versions (Node.js built-in)
22
24
  - **GRPC**: `@grpc/grpc-js@1.x` (Outbound requests only)
23
25
  - **PG**: `pg@8.x`, `pg-pool@2.x-3.x`
26
+ - **Firestore**: `@google-cloud/firestore@7.x`
24
27
  - **Postgres**: `postgres@3.x`
25
28
  - **MySQL**: `mysql2@3.x`
26
29
  - **IORedis**: `ioredis@4.x-5.x`
@@ -61,6 +64,10 @@ Having issues?
61
64
  - Read our [troubleshooting doc](docs/troubleshooting.md)
62
65
  - Create an issue or reach us at [support@usetusk.ai](mailto:support@usetusk.ai).
63
66
 
67
+ ## Community
68
+
69
+ Join our open source community on [Slack](https://join.slack.com/t/tusk-community/shared_invite/zt-3fve1s7ie-NAAUn~UpHsf1m_2tdoGjsQ).
70
+
64
71
  ## Contributing
65
72
 
66
73
  We appreciate feedback and contributions. See [CONTRIBUTING.md](/CONTRIBUTING.md).