@opum-ai/quest 0.1.0 → 0.2.8

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/bin/quest.cjs +0 -0
  2. package/package.json +21 -17
package/bin/quest.cjs CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opum-ai/quest",
3
- "version": "0.1.0",
3
+ "version": "0.2.8",
4
4
  "description": "Quest CLI tracker subprocess contract.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -21,31 +21,35 @@
21
21
  ],
22
22
  "scripts": {
23
23
  "typecheck": "tsc --noEmit",
24
- "lint": "biome lint .",
24
+ "lint": "biome lint src test scripts biome.json package.json tsconfig.json",
25
25
  "format": "biome format --write .",
26
- "format:check": "biome ci --linter-enabled=false --assist-enabled=false .",
26
+ "format:check": "biome ci --linter-enabled=false --assist-enabled=false src test scripts biome.json package.json tsconfig.json",
27
27
  "layer:check": "node scripts/check-layers.mjs",
28
28
  "build:packages": "bun run scripts/build-platform-packages.mjs",
29
29
  "check:packages": "bun run scripts/check-package-artifacts.mjs",
30
30
  "test:packages": "bun run scripts/test-packed-packages.mjs",
31
- "test": "bun test",
32
- "check": "bun run typecheck && bun run lint && bun run format:check && bun run layer:check && bun test"
31
+ "qualify:migration-artifact": "bun run scripts/qualification/migration-lifecycle.mjs",
32
+ "deliver:packages": "bun run scripts/deliver-package-artifacts.mjs",
33
+ "test:package-artifact-delivery": "bun run scripts/test-package-artifact-delivery.mjs",
34
+ "test:repository-check-scope": "node scripts/test-repository-check-scope.mjs",
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"
33
37
  },
34
38
  "optionalDependencies": {
35
- "@opum-ai/quest-darwin-arm64": "0.1.0",
36
- "@opum-ai/quest-darwin-x64": "0.1.0",
37
- "@opum-ai/quest-linux-arm64": "0.1.0",
38
- "@opum-ai/quest-linux-x64": "0.1.0",
39
- "@opum-ai/quest-win32-arm64": "0.1.0",
40
- "@opum-ai/quest-win32-x64": "0.1.0"
39
+ "@opum-ai/quest-darwin-arm64": "0.2.8",
40
+ "@opum-ai/quest-darwin-x64": "0.2.8",
41
+ "@opum-ai/quest-linux-arm64": "0.2.8",
42
+ "@opum-ai/quest-linux-x64": "0.2.8",
43
+ "@opum-ai/quest-win32-arm64": "0.2.8",
44
+ "@opum-ai/quest-win32-x64": "0.2.8"
41
45
  },
42
46
  "questPlatformPackages": {
43
- "@opum-ai/quest-darwin-arm64": "62af021a1efcdab9600e4e066f3593fd35f8c1aa19d0a003d388d1f8d93e4e2c",
44
- "@opum-ai/quest-darwin-x64": "f1cfbede30b2ec1a4588c7b5150d6741e6f0fd5aab8bf15df69250f4a26baa93",
45
- "@opum-ai/quest-linux-arm64": "4ca3d2902029271d5d1ed209e77c358b4f01014ec8ed759e8c3ddf94c908008c",
46
- "@opum-ai/quest-linux-x64": "17fbbda05cf8fcf7652cb19c37aee90630b9c048a8fff332a5c37cc706c7f847",
47
- "@opum-ai/quest-win32-arm64": "8a9b0a21921b02dbb60fb5abb214d69ee1c67ab152a1c4ef6081231292c9609d",
48
- "@opum-ai/quest-win32-x64": "50d84e1b1d43469fbcc2564e62cb00b7bc14e87594acf0df0b938b3ce689d3f4"
47
+ "@opum-ai/quest-darwin-arm64": "43574f35fcea2dd5501425f8aa4e63684c80114d0206df29ed3f103c5d977fd5",
48
+ "@opum-ai/quest-darwin-x64": "eb0a62172559436686e0e901defb115f12d22855458ab50bbad4f453a0b8eed3",
49
+ "@opum-ai/quest-linux-arm64": "a911081c806a514a87058629286a02a25ec35ef58c82e5dc4ae4bfc62dfe6f7f",
50
+ "@opum-ai/quest-linux-x64": "7a37c0c43ebbad82535e5525f2aa1eb63e9c3926a7b12ddcafe8cbe20105740e",
51
+ "@opum-ai/quest-win32-arm64": "f7e88fcb1c0ceaf940ddaddc7a3d20f35978e6d3ab45f671cc883c7f2562f999",
52
+ "@opum-ai/quest-win32-x64": "c3c9eeec173768134ae56c143760d6ec0c916c1d64640e211b7a1538fc2d0a79"
49
53
  },
50
54
  "dependencies": {
51
55
  "commander": "15.0.0",