use crypto for JS
This commit is contained in:
@@ -587,7 +587,7 @@ class NATSClient {
|
||||
| Package | Purpose |
|
||||
|---------|---------|
|
||||
| `nats` | Core NATS functionality (nats.js) |
|
||||
| `uuid` | UUID generation |
|
||||
| `crypto` (built-in) | UUID generation (Node.js) |
|
||||
| `node-fetch` or `axios` | HTTP client for file server |
|
||||
| `apache-arrow` | Arrow IPC serialization |
|
||||
|
||||
@@ -596,7 +596,7 @@ class NATSClient {
|
||||
| Package | Purpose |
|
||||
|---------|---------|
|
||||
| `nats` | Browser-compatible NATS client |
|
||||
| `uuid` | UUID generation |
|
||||
| `crypto` (built-in) | UUID generation (browser) |
|
||||
| `fetch` (native) | HTTP client for file server |
|
||||
| `apache-arrow` | Arrow IPC serialization |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user