s3db.js 10.0.0 → 10.0.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.
package/README.md CHANGED
@@ -787,12 +787,13 @@ await users.insert({ name: "John", email: "john@example.com" });
787
787
  #### Available Plugins
788
788
 
789
789
  - **💾 [Cache Plugin](./docs/plugins/cache.md)** - Intelligent caching (memory/S3) for performance
790
- - **💰 [Costs Plugin](./docs/plugins/costs.md)** - Real-time AWS S3 cost tracking
790
+ - **💰 [Costs Plugin](./docs/plugins/costs.md)** - Real-time AWS S3 cost tracking
791
791
  - **🔍 [FullText Plugin](./docs/plugins/fulltext.md)** - Advanced search with automatic indexing
792
792
  - **📊 [Metrics Plugin](./docs/plugins/metrics.md)** - Performance monitoring and analytics
793
793
  - **🔄 [Replicator Plugin](./docs/plugins/replicator.md)** - Multi-target replication (S3DB, SQS, BigQuery, PostgreSQL)
794
794
  - **📝 [Audit Plugin](./docs/plugins/audit.md)** - Comprehensive audit logging for compliance
795
795
  - **📬 [Queue Consumer Plugin](./docs/plugins/queue-consumer.md)** - Message consumption from SQS/RabbitMQ
796
+ - **🔒 [S3Queue Plugin](./docs/plugins/s3-queue.md)** - Distributed queue processing with zero race conditions
796
797
  - **📈 [Eventual Consistency Plugin](./docs/plugins/eventual-consistency.md)** - Event sourcing for numeric fields
797
798
  - **📅 [Scheduler Plugin](./docs/plugins/scheduler.md)** - Task scheduling and automation
798
799
  - **🔄 [State Machine Plugin](./docs/plugins/state-machine.md)** - State management and transitions