@fonderie/audit 3.0.0 → 4.0.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonderie/audit",
3
- "version": "3.0.0",
3
+ "version": "4.0.0",
4
4
  "description": "Workspace-scoped audit log — query fonderie_events for a human-readable activity trail.",
5
5
  "keywords": [
6
6
  "fonderie-js",
@@ -34,8 +34,8 @@
34
34
  "check": "biome check --write src"
35
35
  },
36
36
  "peerDependencies": {
37
- "@fonderie/core": "^0.3.0",
38
- "@fonderie/store": "^0.1.1"
37
+ "@fonderie/core": "^0.4.0",
38
+ "@fonderie/store": "^0.2.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@fonderie/core": "../core",