@asaidimu/utils-database 1.1.0 → 2.0.0

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
@@ -16,7 +16,7 @@ A flexible, schema-driven document database layer for browser and Node.js with b
16
16
  - [Basic CRUD](#basic-crud)
17
17
  - [Transactions](#transactions)
18
18
  - [Migrations](#migrations)
19
- - [Events & Telemetry](#events--telemetry)
19
+ - [Events & Telemetry](#events-telemetry)
20
20
  - [Pagination & Filtering](#pagination--filtering)
21
21
  - [Project Architecture](#project-architecture)
22
22
  - [Development & Contributing](#development--contributing)
@@ -60,7 +60,7 @@ npm install @asaidimu/utils-database
60
60
  This package has the following peer dependencies – you need to install them manually:
61
61
 
62
62
  ```bash
63
- npm install @asaidimu/anansi @asaidimu/events
63
+ npm install @asaidimu/anansi
64
64
  ```
65
65
 
66
66
  ### Basic Configuration
@@ -356,7 +356,6 @@ This project is licensed under the **MIT License**. See the [LICENSE](https://gi
356
356
 
357
357
  Built with ❤️ using:
358
358
  - [`@asaidimu/anansi`](https://github.com/asaidimu/anansi) – schema validation and migrations.
359
- - [`@asaidimu/events`](https://github.com/asaidimu/events) – type‑safe event bus.
360
359
  - [`@standard-schema/spec`](https://github.com/standard-schema/standard-schema) – Standard Schema interoperability.
361
360
  - [`uuid`](https://github.com/uuidjs/uuid) – for v7 UUIDs.
362
361
  - [`fake-indexeddb`](https://github.com/dumbmatter/fakeIndexedDB) – testing support.