@twin.org/data-core 0.0.1-next.25 → 0.0.1-next.27

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,5 @@
1
1
  # @twin.org/data-core - Changelog
2
2
 
3
- ## v0.0.1-next.25
3
+ ## v0.0.1-next.27
4
4
 
5
5
  - Initial Release
@@ -98,7 +98,7 @@ Convert an entity schema to JSON schema e.g https://example.com/schemas/.
98
98
 
99
99
  The entity schema to convert.
100
100
 
101
- `undefined` | `IEntitySchema`
101
+ `undefined` | `IEntitySchema`\<`unknown`\>
102
102
 
103
103
  ##### baseDomain?
104
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/data-core",
3
- "version": "0.0.1-next.25",
3
+ "version": "0.0.1-next.27",
4
4
  "description": "Definitions and helpers for using with data and schemas",
5
5
  "repository": {
6
6
  "type": "git",