@opum-ai/quest-darwin-x64 0.7.1 → 0.10.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: 7fceee67dd91bb22508ec04b7df3182ef9f4b3ca04159cd490c3dd4836df65c6
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.10.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": "7fceee67dd91bb22508ec04b7df3182ef9f4b3ca04159cd490c3dd4836df65c6"
21
21
  }