@nubemclaw/agent-events 1.2.2 → 1.2.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nubemclaw/agent-events",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "NubemClaw v3 — in-process event-bus para agent lifecycle (port verbatim OpenClaw src/infra/agent-events.ts). Singleton via globalThis Symbol; cross-fase contract observable.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"files": [
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
"build": "tsc -b",
|
|
21
21
|
"clean": "tsc -b --clean && rm -rf dist .cache"
|
|
22
22
|
}
|
|
23
|
-
}
|
|
23
|
+
}
|