@shardworks/clerk-apparatus 0.1.258 → 0.1.260
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 +4 -4
- package/pages/writs/index.html +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shardworks/clerk-apparatus",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.260",
|
|
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.
|
|
24
|
-
"@shardworks/tools-apparatus": "0.1.
|
|
23
|
+
"@shardworks/stacks-apparatus": "0.1.260",
|
|
24
|
+
"@shardworks/tools-apparatus": "0.1.260"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "25.5.0",
|
|
28
|
-
"@shardworks/nexus-core": "0.1.
|
|
28
|
+
"@shardworks/nexus-core": "0.1.260"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"dist",
|
package/pages/writs/index.html
CHANGED
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
* tree of `WritTreeNode` entries. Guards against cycles with `visited` and
|
|
343
343
|
* bounds recursion at `maxDepth` (default 10) to keep the UI responsive on
|
|
344
344
|
* pathological data. Children at each level are sorted by createdAt ascending
|
|
345
|
-
* (oldest first)
|
|
345
|
+
* (oldest first).
|
|
346
346
|
*
|
|
347
347
|
* Returns `WritTreeNode[]` — the direct children of `rootId`, each with their
|
|
348
348
|
* own nested `children` list.
|