@twin.org/engine-server 0.0.1-next.1 → 0.0.1-next.2

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/engine-server - Changelog
2
2
 
3
- ## v0.0.1-next.1
3
+ ## v0.0.1-next.2
4
4
 
5
5
  - Initial Release
@@ -20,7 +20,7 @@ Create a new instance of EngineServer.
20
20
 
21
21
  The options for the engine.
22
22
 
23
- • **options.engineCore**: `IEngineCore`
23
+ • **options.engineCore**: `IEngineCore`\<`IEngineState`\>
24
24
 
25
25
  The engine core to serve from.
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-server",
3
- "version": "0.0.1-next.1",
3
+ "version": "0.0.1-next.2",
4
4
  "description": "Engine implementation for a server.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,8 +43,8 @@
43
43
  "@twin.org/crypto": "next",
44
44
  "@twin.org/data-core": "next",
45
45
  "@twin.org/data-schema-org": "next",
46
- "@twin.org/engine-core": "0.0.1-next.1",
47
- "@twin.org/engine-models": "0.0.1-next.1",
46
+ "@twin.org/engine-core": "0.0.1-next.2",
47
+ "@twin.org/engine-models": "0.0.1-next.2",
48
48
  "@twin.org/entity": "next",
49
49
  "@twin.org/entity-storage-connector-cosmosdb": "next",
50
50
  "@twin.org/entity-storage-connector-dynamodb": "next",