@twin.org/entity 0.0.2-next.5 → 0.0.2-next.7

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/docs/changelog.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @twin.org/entity - Changelog
2
2
 
3
+ ## [0.0.2-next.7](https://github.com/twinfoundation/framework/compare/entity-v0.0.2-next.6...entity-v0.0.2-next.7) (2025-08-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/nameof bumped from 0.0.2-next.6 to 0.0.2-next.7
16
+ * @twin.org/core bumped from 0.0.2-next.6 to 0.0.2-next.7
17
+ * devDependencies
18
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
19
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
20
+
21
+ ## [0.0.2-next.6](https://github.com/twinfoundation/framework/compare/entity-v0.0.2-next.5...entity-v0.0.2-next.6) (2025-08-27)
22
+
23
+
24
+ ### Miscellaneous Chores
25
+
26
+ * **entity:** Synchronize repo versions
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @twin.org/nameof bumped from 0.0.2-next.5 to 0.0.2-next.6
34
+ * @twin.org/core bumped from 0.0.2-next.5 to 0.0.2-next.6
35
+ * devDependencies
36
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
37
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
38
+
3
39
  ## [0.0.2-next.5](https://github.com/twinfoundation/framework/compare/entity-v0.0.2-next.4...entity-v0.0.2-next.5) (2025-08-19)
4
40
 
5
41
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  The types of comparisons.
6
6
 
7
- ## Type declaration
7
+ ## Type Declaration
8
8
 
9
9
  ### Equals
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  Definition of the entity property format.
6
6
 
7
- ## Type declaration
7
+ ## Type Declaration
8
8
 
9
9
  ### Uuid
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  Definition of the entity property types.
6
6
 
7
- ## Type declaration
7
+ ## Type Declaration
8
8
 
9
9
  ### String
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  The logical operators for condition combining.
6
6
 
7
- ## Type declaration
7
+ ## Type Declaration
8
8
 
9
9
  ### And
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  The sort directions.
6
6
 
7
- ## Type declaration
7
+ ## Type Declaration
8
8
 
9
9
  ### Ascending
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/entity",
3
- "version": "0.0.2-next.5",
3
+ "version": "0.0.2-next.7",
4
4
  "description": "Helpers for defining and working with entities",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,8 +14,8 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "0.0.2-next.5",
18
- "@twin.org/nameof": "0.0.2-next.5",
17
+ "@twin.org/core": "0.0.2-next.7",
18
+ "@twin.org/nameof": "0.0.2-next.7",
19
19
  "reflect-metadata": "0.2.2"
20
20
  },
21
21
  "main": "./dist/cjs/index.cjs",