@twin.org/engine-server 0.0.1-next.57 → 0.0.1-next.58
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 +1 -1
- package/dist/esm/index.mjs +1 -1
- package/docs/changelog.md +1 -1
- package/package.json +4 -4
package/dist/cjs/index.cjs
CHANGED
|
@@ -449,7 +449,7 @@ function addRestPaths(coreEngineConfig, serverConfig) {
|
|
|
449
449
|
}
|
|
450
450
|
if (core.Is.arrayValue(coreEngineConfig.types.verifiableStorageComponent) &&
|
|
451
451
|
!core.Is.stringValue(coreEngineConfig.types.verifiableStorageComponent[0].restPath)) {
|
|
452
|
-
coreEngineConfig.types.verifiableStorageComponent[0].restPath = "
|
|
452
|
+
coreEngineConfig.types.verifiableStorageComponent[0].restPath = "verifiable";
|
|
453
453
|
}
|
|
454
454
|
if (core.Is.arrayValue(coreEngineConfig.types.immutableProofComponent) &&
|
|
455
455
|
!core.Is.stringValue(coreEngineConfig.types.immutableProofComponent[0].restPath)) {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -447,7 +447,7 @@ function addRestPaths(coreEngineConfig, serverConfig) {
|
|
|
447
447
|
}
|
|
448
448
|
if (Is.arrayValue(coreEngineConfig.types.verifiableStorageComponent) &&
|
|
449
449
|
!Is.stringValue(coreEngineConfig.types.verifiableStorageComponent[0].restPath)) {
|
|
450
|
-
coreEngineConfig.types.verifiableStorageComponent[0].restPath = "
|
|
450
|
+
coreEngineConfig.types.verifiableStorageComponent[0].restPath = "verifiable";
|
|
451
451
|
}
|
|
452
452
|
if (Is.arrayValue(coreEngineConfig.types.immutableProofComponent) &&
|
|
453
453
|
!Is.stringValue(coreEngineConfig.types.immutableProofComponent[0].restPath)) {
|
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.58",
|
|
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.58",
|
|
21
|
+
"@twin.org/engine-models": "0.0.1-next.58",
|
|
22
|
+
"@twin.org/engine-server-types": "0.0.1-next.58",
|
|
23
23
|
"@twin.org/modules": "next",
|
|
24
24
|
"@twin.org/nameof": "next"
|
|
25
25
|
},
|