@twin.org/entity 0.0.1-next.47 → 0.0.1-next.48
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
|
@@ -8,7 +8,7 @@ Decorator to produce schema property data for entities.
|
|
|
8
8
|
|
|
9
9
|
### options
|
|
10
10
|
|
|
11
|
-
`Omit`\<[`IEntitySchemaProperty`](../interfaces/IEntitySchemaProperty.md)
|
|
11
|
+
`Omit`\<[`IEntitySchemaProperty`](../interfaces/IEntitySchemaProperty.md)\<`unknown`\>, `"property"`\>
|
|
12
12
|
|
|
13
13
|
The options for the property.
|
|
14
14
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Variable: EntitySchemaFactory
|
|
2
2
|
|
|
3
|
-
> `const` **EntitySchemaFactory**: `Factory`\<[`IEntitySchema`](../interfaces/IEntitySchema.md)
|
|
3
|
+
> `const` **EntitySchemaFactory**: `Factory`\<[`IEntitySchema`](../interfaces/IEntitySchema.md)\<`unknown`\>\>
|
|
4
4
|
|
|
5
5
|
Factory for creating entity schemas.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/entity",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.48",
|
|
4
4
|
"description": "Helpers for defining and working with entities",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/core": "0.0.1-next.
|
|
17
|
+
"@twin.org/core": "0.0.1-next.48",
|
|
18
18
|
"@twin.org/nameof": "next",
|
|
19
19
|
"reflect-metadata": "0.2.2"
|
|
20
20
|
},
|