@relayfile/core 0.10.56 → 0.10.57

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.
Files changed (2) hide show
  1. package/dist/webhooks.js +1 -0
  2. package/package.json +1 -1
package/dist/webhooks.js CHANGED
@@ -319,6 +319,7 @@ const VALID_EVENT_TYPES = new Set([
319
319
  "sync.ignored",
320
320
  "sync.suppressed",
321
321
  "sync.stale",
322
+ "sync.reconcile",
322
323
  "writeback.failed",
323
324
  "writeback.succeeded",
324
325
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relayfile/core",
3
- "version": "0.10.56",
3
+ "version": "0.10.57",
4
4
  "description": "Shared business logic for relayfile — file operations, ACL, queries, events, and writeback lifecycle",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",