@shardworks/nexus-stdlib 0.1.35 → 0.1.37
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# instantiate
|
|
2
2
|
|
|
3
|
-
Create a new anima in the guild — recording its composition (curriculum, temperament, roles) in the
|
|
3
|
+
Create a new anima in the guild — recording its composition (curriculum, temperament, roles) in the Register so it can be manifested for sessions.
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
package/instructions/signal.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# signal
|
|
2
2
|
|
|
3
|
-
Signal a custom guild event. The event is recorded in the
|
|
3
|
+
Signal a custom guild event. The event is recorded in the Clockworks event queue and will be processed by the Clockworks runner when `nsg clock tick` or `nsg clock run` is invoked.
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shardworks/nexus-stdlib",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.37",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"zod": "^4.0.0",
|
|
20
|
-
"@shardworks/nexus-core": "0.1.
|
|
20
|
+
"@shardworks/nexus-core": "0.1.37"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "25.5.0"
|