@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.
@@ -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 = "immutable";
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)) {
@@ -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 = "immutable";
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
@@ -1,5 +1,5 @@
1
1
  # @twin.org/engine-server - Changelog
2
2
 
3
- ## v0.0.1-next.57
3
+ ## v0.0.1-next.58
4
4
 
5
5
  - Initial Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-server",
3
- "version": "0.0.1-next.57",
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.57",
21
- "@twin.org/engine-models": "0.0.1-next.57",
22
- "@twin.org/engine-server-types": "0.0.1-next.57",
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
  },