@shardworks/nexus 0.1.160 → 0.1.162

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -147,7 +147,7 @@ All commission and writ commands come from the `clerk` plugin.
147
147
  | `nsg writ list` | clerk | List writs with optional filters |
148
148
  | `nsg writ show` | clerk | Show full detail for a writ |
149
149
  | `nsg writ accept` | clerk | Accept a writ, transitioning it from ready to active |
150
- | `nsg writ complete` | clerk | Complete a writ, transitioning it from active to completed |
150
+ | `nsg writ complete` | clerk | Complete a writ, transitioning it from ready or active to completed |
151
151
  | `nsg writ fail` | clerk | Fail a writ, transitioning it from active to failed |
152
152
  | `nsg writ cancel` | clerk | Cancel a writ, transitioning it from ready or active to cancelled |
153
153
  | `nsg writ link` | clerk | Link two writs with a typed relationship |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shardworks/nexus",
3
- "version": "0.1.160",
3
+ "version": "0.1.162",
4
4
  "license": "ISC",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "commander": "14.0.3",
23
23
  "zod": "4.3.6",
24
- "@shardworks/nexus-core": "0.1.160",
25
- "@shardworks/tools-apparatus": "0.1.160",
26
- "@shardworks/nexus-arbor": "0.1.160"
24
+ "@shardworks/nexus-arbor": "0.1.162",
25
+ "@shardworks/tools-apparatus": "0.1.162",
26
+ "@shardworks/nexus-core": "0.1.162"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "25.5.0"