@twin.org/engine-server 0.0.1-next.17 → 0.0.1-next.19
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/dist/cjs/index.cjs
CHANGED
|
@@ -272,7 +272,6 @@ class EngineServer {
|
|
|
272
272
|
* @returns The the config for the core and the server.
|
|
273
273
|
*/
|
|
274
274
|
function buildEngineServerConfiguration(envVars, coreEngineConfig, serverInfo) {
|
|
275
|
-
envVars.adminUsername ??= "admin@node";
|
|
276
275
|
envVars.authSigningKeyId ??= "auth-signing";
|
|
277
276
|
const webServerOptions = {
|
|
278
277
|
port: core.Coerce.number(envVars.port),
|
package/dist/esm/index.mjs
CHANGED
|
@@ -270,7 +270,6 @@ class EngineServer {
|
|
|
270
270
|
* @returns The the config for the core and the server.
|
|
271
271
|
*/
|
|
272
272
|
function buildEngineServerConfiguration(envVars, coreEngineConfig, serverInfo) {
|
|
273
|
-
envVars.adminUsername ??= "admin@node";
|
|
274
273
|
envVars.authSigningKeyId ??= "auth-signing";
|
|
275
274
|
const webServerOptions = {
|
|
276
275
|
port: Coerce.number(envVars.port),
|
package/docs/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/engine-server",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.19",
|
|
4
4
|
"description": "Engine implementation for a server.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"@twin.org/api-models": "next",
|
|
18
18
|
"@twin.org/api-server-fastify": "next",
|
|
19
19
|
"@twin.org/core": "next",
|
|
20
|
-
"@twin.org/engine-core": "0.0.1-next.
|
|
21
|
-
"@twin.org/engine-models": "0.0.1-next.
|
|
22
|
-
"@twin.org/engine-server-types": "0.0.1-next.
|
|
20
|
+
"@twin.org/engine-core": "0.0.1-next.19",
|
|
21
|
+
"@twin.org/engine-models": "0.0.1-next.19",
|
|
22
|
+
"@twin.org/engine-server-types": "0.0.1-next.19",
|
|
23
23
|
"@twin.org/modules": "next",
|
|
24
24
|
"@twin.org/nameof": "next"
|
|
25
25
|
},
|