@fonderie/workspaces 5.3.2 → 6.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonderie/workspaces",
3
- "version": "5.3.2",
3
+ "version": "6.0.1",
4
4
  "description": "Multi-tenant team layer — create workspaces, manage members, define custom roles, handle token-based invitations, and scope any route to a specific workspace.",
5
5
  "keywords": [
6
6
  "fonderiejs",
@@ -54,7 +54,7 @@
54
54
  "peerDependencies": {
55
55
  "@fonderie/core": "^0.9.0",
56
56
  "@fonderie/events": "^5.0.0",
57
- "@fonderie/store": "^0.2.0"
57
+ "@fonderie/store": "^0.3.0"
58
58
  },
59
59
  "peerDependenciesMeta": {
60
60
  "@fonderie/events": {
@@ -90,6 +90,7 @@
90
90
  "url": "https://github.com/fonderiejs/fonderie/issues"
91
91
  },
92
92
  "dependencies": {
93
- "zod": "^4.5.4"
93
+ "zod": "^4.5.4",
94
+ "@fonderie/rate-limit": "^4.0.6"
94
95
  }
95
96
  }