@savvy-web/silk-effects 7.3.1 → 7.3.2

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/index.d.ts CHANGED
@@ -9102,7 +9102,7 @@ declare const RepoDrift_base: Schema.Class<RepoDrift, Schema.Struct<{
9102
9102
  readonly observedValue: Schema.optionalKey<Schema.String>;
9103
9103
  }>, {}>;
9104
9104
  /**
9105
- * One detected disagreement between two (or more) of the four authorities
9105
+ * One detected disagreement between two (or more) of the five authorities
9106
9106
  * for a single vendored repo.
9107
9107
  *
9108
9108
  * @remarks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/silk-effects",
3
- "version": "7.3.1",
3
+ "version": "7.3.2",
4
4
  "private": false,
5
5
  "description": "Shared Effect library for Silk Suite conventions",
6
6
  "homepage": "https://github.com/savvy-web/systems/tree/main/packages/silk-effects",
@@ -20,7 +20,7 @@ const DriftKind = Schema.Literals([
20
20
  "nestedSubmoduleDivergence"
21
21
  ]);
22
22
  /**
23
- * One detected disagreement between two (or more) of the four authorities
23
+ * One detected disagreement between two (or more) of the five authorities
24
24
  * for a single vendored repo.
25
25
  *
26
26
  * @remarks