@opum-ai/quest-darwin-x64 0.7.1 → 0.9.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 (2) hide show
  1. package/bin/quest +2 -2
  2. package/package.json +2 -2
package/bin/quest CHANGED
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/bin/quest
3
- size: 70352976 bytes
4
- sha256: b313d5d4feef4435995f11102469762ae4632268cdafc25c314c81e8223a09c7
3
+ size: 70369360 bytes
4
+ sha256: 00d390d1b503c0e040839e1fe8900be65cedc82b2972303ec93f15f816a2069e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opum-ai/quest-darwin-x64",
3
- "version": "0.7.1",
3
+ "version": "0.9.0",
4
4
  "description": "Quest CLI binary for darwin-x64.",
5
5
  "license": "MIT",
6
6
  "author": "Opum AI",
@@ -17,5 +17,5 @@
17
17
  "files": [
18
18
  "bin/quest"
19
19
  ],
20
- "questBinarySha256": "b313d5d4feef4435995f11102469762ae4632268cdafc25c314c81e8223a09c7"
20
+ "questBinarySha256": "00d390d1b503c0e040839e1fe8900be65cedc82b2972303ec93f15f816a2069e"
21
21
  }