@welshman/domain 0.9.2 → 0.9.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 (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@welshman/domain",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "author": "hodlbod",
5
5
  "license": "MIT",
6
6
  "description": "Stateless utilities for translating nostr events to and from domain objects.",
@@ -15,21 +15,21 @@
15
15
  ],
16
16
  "peerDependencies": {
17
17
  "nostr-tools": "^2.19.4",
18
- "@welshman/feeds": "0.9.2",
19
- "@welshman/signer": "0.9.2",
20
- "@welshman/net": "0.9.2",
21
- "@welshman/util": "0.9.2",
22
- "@welshman/lib": "0.9.2"
18
+ "@welshman/feeds": "0.9.3",
19
+ "@welshman/lib": "0.9.3",
20
+ "@welshman/signer": "0.9.3",
21
+ "@welshman/util": "0.9.3",
22
+ "@welshman/net": "0.9.3"
23
23
  },
24
24
  "devDependencies": {
25
25
  "nostr-tools": "^2.19.4",
26
26
  "rimraf": "~6.0.0",
27
27
  "typescript": "~5.8.0",
28
- "@welshman/lib": "0.9.2",
29
- "@welshman/net": "0.9.2",
30
- "@welshman/signer": "0.9.2",
31
- "@welshman/util": "0.9.2",
32
- "@welshman/feeds": "0.9.2"
28
+ "@welshman/feeds": "0.9.3",
29
+ "@welshman/signer": "0.9.3",
30
+ "@welshman/util": "0.9.3",
31
+ "@welshman/net": "0.9.3",
32
+ "@welshman/lib": "0.9.3"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "pnpm run clean && pnpm run compile --force",