@shardworks/clerk-apparatus 0.1.204 → 0.1.206

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
@@ -218,7 +218,7 @@ Writ types are declared at the top level of the guild config:
218
218
  ```json
219
219
  {
220
220
  "writTypes": {
221
- "quest": { "description": "A significant multi-step task" },
221
+ "epic": { "description": "A significant multi-step task" },
222
222
  "errand": { "description": "A small one-off task" }
223
223
  }
224
224
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shardworks/clerk-apparatus",
3
- "version": "0.1.204",
3
+ "version": "0.1.206",
4
4
  "license": "ISC",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,12 +20,12 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "zod": "4.3.6",
23
- "@shardworks/stacks-apparatus": "0.1.204",
24
- "@shardworks/tools-apparatus": "0.1.204"
23
+ "@shardworks/tools-apparatus": "0.1.206",
24
+ "@shardworks/stacks-apparatus": "0.1.206"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "25.5.0",
28
- "@shardworks/nexus-core": "0.1.204"
28
+ "@shardworks/nexus-core": "0.1.206"
29
29
  },
30
30
  "files": [
31
31
  "dist",