@axi-engine/fields 0.3.11 → 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.
Files changed (2) hide show
  1. package/README.md +6 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -3,9 +3,13 @@
3
3
  [![NPM version](https://img.shields.io/npm/v/@axi-engine/fields.svg)](https://www.npmjs.com/package/@axi-engine/fields)
4
4
 
5
5
 
6
- ## Description
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axi-engine/fields",
3
- "version": "0.3.11",
3
+ "version": "0.3.13",
4
4
  "description": "A compact, reactive state management library based on a tree of observable fields.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -36,9 +36,9 @@
36
36
  "dequal": "^2.0.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@axi-engine/utils": "^0.2.6"
39
+ "@axi-engine/utils": "^0.2.9"
40
40
  },
41
41
  "peerDependencies": {
42
- "@axi-engine/utils": "^0.2.6"
42
+ "@axi-engine/utils": "^0.2.9"
43
43
  }
44
44
  }