@opum-ai/quest 0.2.9 → 0.3.0

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 (1) hide show
  1. package/package.json +19 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opum-ai/quest",
3
- "version": "0.2.9",
3
+ "version": "0.3.0",
4
4
  "description": "Quest CLI tracker subprocess contract.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -33,23 +33,28 @@
33
33
  "test:package-artifact-delivery": "bun run scripts/test-package-artifact-delivery.mjs",
34
34
  "test:repository-check-scope": "node scripts/test-repository-check-scope.mjs",
35
35
  "test": "bun run test:repository-check-scope && bun run test:package-artifact-delivery && bun test",
36
- "check": "bun run typecheck && bun run lint && bun run format:check && bun run layer:check && bun run test"
36
+ "check": "bun run typecheck && bun run lint && bun run format:check && bun run layer:check && bun run test",
37
+ "receipt:emit": "node scripts/qualification/native-execution-receipt.mjs",
38
+ "receipt:require": "node scripts/qualification/native-execution-receipt.mjs --require",
39
+ "receipt:verify-published": "node scripts/qualification/native-execution-receipt.mjs --verify-published",
40
+ "build:candidate": "node scripts/build-candidate-bundle.mjs",
41
+ "publish:release": "node scripts/publish-release.mjs"
37
42
  },
38
43
  "optionalDependencies": {
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"
44
+ "@opum-ai/quest-darwin-arm64": "0.3.0",
45
+ "@opum-ai/quest-darwin-x64": "0.3.0",
46
+ "@opum-ai/quest-linux-arm64": "0.3.0",
47
+ "@opum-ai/quest-linux-x64": "0.3.0",
48
+ "@opum-ai/quest-win32-arm64": "0.3.0",
49
+ "@opum-ai/quest-win32-x64": "0.3.0"
45
50
  },
46
51
  "questPlatformPackages": {
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"
52
+ "@opum-ai/quest-darwin-arm64": "6a6267dfaa77fd43b0d96db3c4fdfd003eb4b52ec25cb34c969e22c26b9caee2",
53
+ "@opum-ai/quest-darwin-x64": "f29f92e89bb1c5619ffb7043af40384fda7760bc5294345336337844080a8095",
54
+ "@opum-ai/quest-linux-arm64": "b4c8949f3ea02e2e829e16f43d8c306d5851e62bae295941a0ec27110f3c48c3",
55
+ "@opum-ai/quest-linux-x64": "f9757eca1928c4cf84ffa2e5af9c7461c05f30db5df8b82e19d162c2cbd7bd7a",
56
+ "@opum-ai/quest-win32-arm64": "c0ccccfe43a3fb82a9b4b2aab7e72b869737fb67b2f85e20485a7a697a120bdb",
57
+ "@opum-ai/quest-win32-x64": "e8f3f6a2246350c0f8ce643f6a36808496b61f78d13c869cb816650ed1bf1a88"
53
58
  },
54
59
  "dependencies": {
55
60
  "commander": "15.0.0",