@nimbus-cqrs/eventsourcingdb 2.1.1 → 2.1.2

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,7 +19,7 @@ Also refer to the [EventSourcingDB documentation](https://docs.eventsourcingdb.i
19
19
 
20
20
  ```bash
21
21
  # Deno
22
- deno add jsr:@nimbus-cqrs/eventsourcingdb
22
+ deno add npm:@nimbus-cqrs/eventsourcingdb
23
23
 
24
24
  # NPM
25
25
  npm install @nimbus-cqrs/eventsourcingdb
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-cqrs/eventsourcingdb",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Simplify Event-Driven Applications - EventSourcingDB integration for the Nimbus framework.",
5
5
  "keywords": [
6
6
  "nimbus",
@@ -37,7 +37,7 @@
37
37
  "@opentelemetry/api": "^1.9.1",
38
38
  "eventsourcingdb": "^1.8.1",
39
39
  "zod": "^4.3.6",
40
- "@nimbus-cqrs/core": "^2.1.1"
40
+ "@nimbus-cqrs/core": "^2.1.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^22.0.0"