@signaltree/enterprise 5.0.2 → 5.0.5

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 +21 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signaltree/enterprise",
3
- "version": "5.0.2",
3
+ "version": "5.0.5",
4
4
  "description": "Enterprise-grade optimizations for SignalTree. Provides diff-based updates, bulk operation optimization, and advanced change tracking for large-scale applications.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -68,8 +68,26 @@
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@angular/core": "^20.0.0",
71
- "@signaltree/core": "^4.1.0",
72
- "tslib": "^2.0.0"
71
+ "@angular/compiler": "^20.0.0",
72
+ "@angular/platform-browser-dynamic": "^20.0.0",
73
+ "zone.js": "^0.15.0",
74
+ "@signaltree/core": "^5.0.0",
75
+ "tslib": "^2.0.0",
76
+ "vitest": "^2.0.0"
77
+ },
78
+ "peerDependenciesMeta": {
79
+ "@angular/compiler": {
80
+ "optional": true
81
+ },
82
+ "@angular/platform-browser-dynamic": {
83
+ "optional": true
84
+ },
85
+ "zone.js": {
86
+ "optional": true
87
+ },
88
+ "vitest": {
89
+ "optional": true
90
+ }
73
91
  },
74
92
  "devDependencies": {
75
93
  "@signaltree/core": "workspace:*"