@ra3orblade/swarm 0.11.3 → 0.12.0

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.
@@ -148,6 +148,8 @@ var AUDIT_TYPES = new Set([
148
148
  "claim.released",
149
149
  "claim.expired",
150
150
  "claim.orphaned",
151
+ "claim.denied",
152
+ "rules.changed",
151
153
  "worktree.created",
152
154
  "worktree.removed",
153
155
  "worktree.bootstrapped",
package/dist/swarm.js CHANGED
@@ -267,6 +267,8 @@ var AUDIT_TYPES = new Set([
267
267
  "claim.released",
268
268
  "claim.expired",
269
269
  "claim.orphaned",
270
+ "claim.denied",
271
+ "rules.changed",
270
272
  "worktree.created",
271
273
  "worktree.removed",
272
274
  "worktree.bootstrapped",