@h-rig/contracts 0.0.6-alpha.3 → 0.0.6-alpha.31

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.
@@ -143,6 +143,7 @@ var GitHubProjectStatusConfig = Schema2.Struct({
143
143
  running: Schema2.optional(Schema2.String),
144
144
  prOpen: Schema2.optional(Schema2.String),
145
145
  ciFixing: Schema2.optional(Schema2.String),
146
+ merging: Schema2.optional(Schema2.String),
146
147
  done: Schema2.optional(Schema2.String),
147
148
  needsAttention: Schema2.optional(Schema2.String)
148
149
  }))
package/dist/src/index.js CHANGED
@@ -1448,6 +1448,7 @@ var GitHubProjectStatusConfig = Schema9.Struct({
1448
1448
  running: Schema9.optional(Schema9.String),
1449
1449
  prOpen: Schema9.optional(Schema9.String),
1450
1450
  ciFixing: Schema9.optional(Schema9.String),
1451
+ merging: Schema9.optional(Schema9.String),
1451
1452
  done: Schema9.optional(Schema9.String),
1452
1453
  needsAttention: Schema9.optional(Schema9.String)
1453
1454
  }))
@@ -0,0 +1 @@
1
+ // @bun
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h-rig/contracts",
3
- "version": "0.0.6-alpha.3",
3
+ "version": "0.0.6-alpha.31",
4
4
  "type": "module",
5
5
  "description": "Rig package",
6
6
  "license": "UNLICENSED",