@h-rig/contracts 0.0.6-alpha.0 → 0.0.6-alpha.1

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.
@@ -159,7 +159,9 @@ var PullRequestConfig = Schema2.Struct({
159
159
  mode: Schema2.optional(Schema2.Literals(["auto", "ask", "off"])),
160
160
  watchChecks: Schema2.optional(Schema2.Boolean),
161
161
  autoFixChecks: Schema2.optional(Schema2.Boolean),
162
- autoFixReview: Schema2.optional(Schema2.Boolean)
162
+ autoFixReview: Schema2.optional(Schema2.Boolean),
163
+ pendingTimeoutMs: Schema2.optional(Schema2.Number),
164
+ pendingPollMs: Schema2.optional(Schema2.Number)
163
165
  });
164
166
  var MergeConfig = Schema2.Struct({
165
167
  mode: Schema2.optional(Schema2.Literals(["auto", "off", "pr-ready"])),
package/dist/src/index.js CHANGED
@@ -1464,7 +1464,9 @@ var PullRequestConfig = Schema9.Struct({
1464
1464
  mode: Schema9.optional(Schema9.Literals(["auto", "ask", "off"])),
1465
1465
  watchChecks: Schema9.optional(Schema9.Boolean),
1466
1466
  autoFixChecks: Schema9.optional(Schema9.Boolean),
1467
- autoFixReview: Schema9.optional(Schema9.Boolean)
1467
+ autoFixReview: Schema9.optional(Schema9.Boolean),
1468
+ pendingTimeoutMs: Schema9.optional(Schema9.Number),
1469
+ pendingPollMs: Schema9.optional(Schema9.Number)
1468
1470
  });
1469
1471
  var MergeConfig = Schema9.Struct({
1470
1472
  mode: Schema9.optional(Schema9.Literals(["auto", "off", "pr-ready"])),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h-rig/contracts",
3
- "version": "0.0.6-alpha.0",
3
+ "version": "0.0.6-alpha.1",
4
4
  "type": "module",
5
5
  "description": "Rig package",
6
6
  "license": "UNLICENSED",