@axi-engine/fields 0.3.12 → 0.3.13
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 +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,9 +3,13 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@axi-engine/fields)
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
##
|
|
6
|
+
## ⚠️ DEPRECATED
|
|
7
|
+
|
|
8
|
+
> **This package has been renamed.**
|
|
9
|
+
> Please use [@axi-engine/data](https://www.npmjs.com/package/@axi-engine/data) instead.
|
|
10
|
+
|
|
7
11
|
|
|
8
|
-
Description
|
|
12
|
+
## Description
|
|
9
13
|
|
|
10
14
|
This package offers a compact yet robust solution for state management.
|
|
11
15
|
Designed with minimal dependencies, it serves as a core component of the axi-engine
|