@twin.org/engine 0.0.1-next.30 → 0.0.1-next.31

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.
@@ -22,7 +22,9 @@ Create a new instance of Engine.
22
22
 
23
23
  #### Parameters
24
24
 
25
- **options?**: `IEngineCoreOptions`\<`C`, `S`\>
25
+ ##### options?
26
+
27
+ `IEngineCoreOptions`\<`C`, `S`\>
26
28
 
27
29
  The options for the engine.
28
30
 
@@ -6,7 +6,9 @@ Build the engine core configuration from environment variables.
6
6
 
7
7
  ## Parameters
8
8
 
9
- **envVars**: [`IEngineEnvironmentVariables`](../interfaces/IEngineEnvironmentVariables.md)
9
+ ### envVars
10
+
11
+ [`IEngineEnvironmentVariables`](../interfaces/IEngineEnvironmentVariables.md)
10
12
 
11
13
  The environment variables.
12
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine",
3
- "version": "0.0.1-next.30",
3
+ "version": "0.0.1-next.31",
4
4
  "description": "Engine implementation.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@twin.org/core": "next",
18
- "@twin.org/engine-core": "0.0.1-next.30",
19
- "@twin.org/engine-types": "0.0.1-next.30"
18
+ "@twin.org/engine-core": "0.0.1-next.31",
19
+ "@twin.org/engine-types": "0.0.1-next.31"
20
20
  },
21
21
  "main": "./dist/cjs/index.cjs",
22
22
  "module": "./dist/esm/index.mjs",