@signaltree/enterprise 7.3.1 → 7.6.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/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,6 +16,11 @@ Enterprise-grade optimizations for SignalTree. Designed for large-scale applicat
|
|
|
16
16
|
npm install @signaltree/core @signaltree/enterprise
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
+
## Type Definitions
|
|
20
|
+
|
|
21
|
+
Type declarations are shipped as `src/**/*.d.ts` and referenced by the package exports.
|
|
22
|
+
No extra build step is needed to consume types.
|
|
23
|
+
|
|
19
24
|
## Quick Start
|
|
20
25
|
|
|
21
26
|
```typescript
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signaltree/enterprise",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.6.1",
|
|
4
4
|
"description": "Enterprise optimizations for SignalTree reactive JSON. Diff-based updates, bulk operations, and advanced change tracking for large-scale applications.",
|
|
5
5
|
"license": "BSL-1.1",
|
|
6
6
|
"type": "module",
|