@riddledc/riddle-proof 0.8.38 → 0.8.39
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/dist/{chunk-U44KBAPH.js → chunk-MVJBPCZ4.js} +2 -0
- package/dist/cli/index.js +1 -1
- package/dist/cli.cjs +2 -0
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
package/dist/cli.cjs
CHANGED
|
@@ -17667,8 +17667,10 @@ var KNOWN_CLI_OPTIONS = /* @__PURE__ */ new Set([
|
|
|
17667
17667
|
"submitRetries",
|
|
17668
17668
|
"submitTimeoutMs",
|
|
17669
17669
|
"summary",
|
|
17670
|
+
"successCriteria",
|
|
17670
17671
|
"sync",
|
|
17671
17672
|
"timeout",
|
|
17673
|
+
"title",
|
|
17672
17674
|
"url",
|
|
17673
17675
|
"unsubmittedJobRetries",
|
|
17674
17676
|
"unsubmittedJobTimeoutMs",
|
package/dist/cli.js
CHANGED