flashq 0.3.2 → 0.3.3

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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,8 @@
5
5
  [![GitHub stars](https://img.shields.io/github/stars/egeominotti/flashq)](https://github.com/egeominotti/flashq)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
+ **[Website](https://flashq.dev)** · **[Documentation](https://flashq.dev/docs/)** · **[GitHub](https://github.com/egeominotti/flashq)**
9
+
8
10
  > **High-performance job queue with BullMQ-compatible API. No Redis required.**
9
11
 
10
12
  flashQ is a drop-in replacement for BullMQ that runs on a single Rust binary. It's designed for AI/ML workloads with support for 10MB payloads, job dependencies, and 300K+ jobs/sec throughput.
@@ -447,6 +449,13 @@ Key differences:
447
449
  - `connection` option replaced with `host`/`port`
448
450
  - Some advanced BullMQ features may have different behavior
449
451
 
452
+ ## Resources
453
+
454
+ - **Website:** [flashq.dev](https://flashq.dev)
455
+ - **Documentation:** [flashq.dev/docs](https://flashq.dev/docs/)
456
+ - **GitHub:** [github.com/egeominotti/flashq](https://github.com/egeominotti/flashq)
457
+ - **npm:** [npmjs.com/package/flashq](https://www.npmjs.com/package/flashq)
458
+
450
459
  ## License
451
460
 
452
461
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flashq",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Official TypeScript SDK for flashQ - High-Performance Job Queue (BullMQ-compatible API)",
5
5
  "author": "Egeo Minotti",
6
6
  "license": "MIT",