@shardworks/nexus-stdlib 0.1.23 → 0.1.25

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.
@@ -5,7 +5,7 @@ Signal a custom guild event. The event is recorded in the Ledger and will be pro
5
5
  ## Usage
6
6
 
7
7
  - The event name **must** be declared in `guild.json` under `clockworks.events`.
8
- - You **cannot** signal framework events (`anima.*`, `commission.*`, `tool.*`, `migration.*`, `guild.*`, `standing-order.*`) — those are emitted automatically by the framework.
8
+ - You **cannot** signal framework events (`anima.*`, `commission.*`, `tool.*`, `migration.*`, `guild.*`, `standing-order.*`, `session.*`) — those are emitted automatically by the framework.
9
9
  - The optional payload is a JSON object with event-specific data.
10
10
 
11
11
  ## When to use
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shardworks/nexus-stdlib",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "license": "ISC",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "zod": "^4.0.0",
24
- "@shardworks/nexus-core": "0.1.23"
24
+ "@shardworks/nexus-core": "0.1.25"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "25.5.0"