@nwire/scan 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.
@@ -57,6 +57,7 @@ export function generateRegistryModule(options = {}) {
57
57
  "export const actors = registry.actors;",
58
58
  "export const projections = registry.projections;",
59
59
  "export const workflows = registry.workflows;",
60
+ "export const wires = registry.wires;",
60
61
  "",
61
62
  ].join("\n");
62
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nwire/scan",
3
- "version": "0.13.3",
3
+ "version": "0.13.4",
4
4
  "description": "Nwire — system registry scanner. Walks AppDefinition[] manifests and writes the .nwire/ cache (actions, events, actors, projections, queries, routes, event graph). Vite plugin + standalone function.",
5
5
  "keywords": [
6
6
  "cache",
@@ -34,18 +34,18 @@
34
34
  "dependencies": {
35
35
  "typescript": "^5.9.3",
36
36
  "zod": "^4.4.3",
37
- "@nwire/app": "0.13.3",
38
- "@nwire/forge": "0.13.3",
39
- "@nwire/messages": "0.13.3",
40
- "@nwire/telemetry": "0.13.3",
41
- "@nwire/hooks": "0.13.3"
37
+ "@nwire/forge": "0.13.4",
38
+ "@nwire/messages": "0.13.4",
39
+ "@nwire/telemetry": "0.13.4",
40
+ "@nwire/hooks": "0.13.4",
41
+ "@nwire/app": "0.13.4"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^22.19.9",
45
45
  "typescript": "^5.9.3",
46
46
  "vite": "npm:rolldown-vite@latest",
47
47
  "vitest": "^4.0.18",
48
- "@nwire/container": "0.13.3"
48
+ "@nwire/container": "0.13.4"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "tsc && node ../../scripts/fix-dist-extensions.mjs dist",