@stoneforge/quarry 1.10.0 → 1.10.2
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.
|
@@ -135,7 +135,7 @@ Arguments:
|
|
|
135
135
|
id Element identifier (e.g., el-abc123)
|
|
136
136
|
|
|
137
137
|
Options:
|
|
138
|
-
-
|
|
138
|
+
-l, --limit <n> Maximum events to show (default: 50)
|
|
139
139
|
-t, --type <type> Filter by event type
|
|
140
140
|
-a, --actor <actor> Filter by actor
|
|
141
141
|
--after <time> Show events after this time (ISO 8601)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stoneforge/quarry",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Core SDK for Stoneforge - API, services, sync, and CLI",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
"hono": "^4.7.0",
|
|
91
91
|
"ws": "^8.18.0",
|
|
92
92
|
"yaml": "^2.8.2",
|
|
93
|
-
"@stoneforge/core": "1.10.
|
|
94
|
-
"@stoneforge/shared-routes": "1.10.
|
|
95
|
-
"@stoneforge/storage": "1.10.
|
|
93
|
+
"@stoneforge/core": "1.10.2",
|
|
94
|
+
"@stoneforge/shared-routes": "1.10.2",
|
|
95
|
+
"@stoneforge/storage": "1.10.2"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"@types/bun": "latest",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"vitest": "^4.0.18"
|
|
103
103
|
},
|
|
104
104
|
"peerDependencies": {
|
|
105
|
-
"@stoneforge/smithy": "^1.10.
|
|
105
|
+
"@stoneforge/smithy": "^1.10.2"
|
|
106
106
|
},
|
|
107
107
|
"peerDependenciesMeta": {
|
|
108
108
|
"@stoneforge/smithy": {
|