@opum-ai/quest 0.2.7 → 0.2.9
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opum-ai/quest",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
4
4
|
"description": "Quest CLI tracker subprocess contract.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
"check": "bun run typecheck && bun run lint && bun run format:check && bun run layer:check && bun run test"
|
|
37
37
|
},
|
|
38
38
|
"optionalDependencies": {
|
|
39
|
-
"@opum-ai/quest-darwin-arm64": "0.2.
|
|
40
|
-
"@opum-ai/quest-darwin-x64": "0.2.
|
|
41
|
-
"@opum-ai/quest-linux-arm64": "0.2.
|
|
42
|
-
"@opum-ai/quest-linux-x64": "0.2.
|
|
43
|
-
"@opum-ai/quest-win32-arm64": "0.2.
|
|
44
|
-
"@opum-ai/quest-win32-x64": "0.2.
|
|
39
|
+
"@opum-ai/quest-darwin-arm64": "0.2.9",
|
|
40
|
+
"@opum-ai/quest-darwin-x64": "0.2.9",
|
|
41
|
+
"@opum-ai/quest-linux-arm64": "0.2.9",
|
|
42
|
+
"@opum-ai/quest-linux-x64": "0.2.9",
|
|
43
|
+
"@opum-ai/quest-win32-arm64": "0.2.9",
|
|
44
|
+
"@opum-ai/quest-win32-x64": "0.2.9"
|
|
45
45
|
},
|
|
46
46
|
"questPlatformPackages": {
|
|
47
|
-
"@opum-ai/quest-darwin-arm64": "
|
|
48
|
-
"@opum-ai/quest-darwin-x64": "
|
|
49
|
-
"@opum-ai/quest-linux-arm64": "
|
|
50
|
-
"@opum-ai/quest-linux-x64": "
|
|
51
|
-
"@opum-ai/quest-win32-arm64": "
|
|
52
|
-
"@opum-ai/quest-win32-x64": "
|
|
47
|
+
"@opum-ai/quest-darwin-arm64": "cf10a0fe3ad42fbb2eb1b59d493ee96e1181cddb068d50c964152c5beea1c8e3",
|
|
48
|
+
"@opum-ai/quest-darwin-x64": "1f6657b398de9fad60e01ddaa4ca89a69e7253d433aa43a22932bde4537e77fe",
|
|
49
|
+
"@opum-ai/quest-linux-arm64": "2b333b310e98c784e09b87426af005877e57443add2f2ac718c255310ea416ff",
|
|
50
|
+
"@opum-ai/quest-linux-x64": "46f255568919dc0a4baed71170c01d1da2b9b78cfbd3973afab0176a63e0e62b",
|
|
51
|
+
"@opum-ai/quest-win32-arm64": "2215ae055550c87df7a1a7720d20aa331bb0c4880325610908eb17f6b7e1d23b",
|
|
52
|
+
"@opum-ai/quest-win32-x64": "45d62bccf825deabddf5650308fc276c66a721edd6ed1a39940da67a98f4e5eb"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"commander": "15.0.0",
|