@nwire/forge 0.13.3 → 0.13.4

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": "@nwire/forge",
3
- "version": "0.13.3",
3
+ "version": "0.13.4",
4
4
  "description": "Nwire — the CQRS battery. Actors, projections, workflows, queries, and the action pipeline, plus outbox/inbox/cron, invariants, and DLQ wiring — installed via forgePlugins / withForge. Opt-in; an app boots without it. The runtime is the bus.",
5
5
  "keywords": [
6
6
  "actions",
@@ -34,16 +34,16 @@
34
34
  "emittery": "1.0.1",
35
35
  "koa": "^2.16.4",
36
36
  "zod": "^4.0.0",
37
- "@nwire/container": "0.13.3",
38
- "@nwire/bus": "0.13.3",
39
- "@nwire/hooks": "0.13.3",
40
- "@nwire/app": "0.13.3",
41
- "@nwire/dead-letter": "0.13.3",
42
- "@nwire/messages": "0.13.3",
43
- "@nwire/envelope": "0.13.3",
44
- "@nwire/logger": "0.13.3",
45
- "@nwire/handler": "0.13.3",
46
- "@nwire/wires": "0.13.3"
37
+ "@nwire/app": "0.13.4",
38
+ "@nwire/bus": "0.13.4",
39
+ "@nwire/container": "0.13.4",
40
+ "@nwire/dead-letter": "0.13.4",
41
+ "@nwire/envelope": "0.13.4",
42
+ "@nwire/handler": "0.13.4",
43
+ "@nwire/hooks": "0.13.4",
44
+ "@nwire/logger": "0.13.4",
45
+ "@nwire/messages": "0.13.4",
46
+ "@nwire/wires": "0.13.4"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/koa": "^2.15.0",