@h-rig/contracts 0.0.6-alpha.3 → 0.0.6-alpha.30
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/src/config.js +1 -0
- package/dist/src/index.js +1 -0
- package/dist/src/pi-session.js +1 -0
- package/package.json +1 -1
package/dist/src/config.js
CHANGED
|
@@ -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
|