@514labs/moose-lib 0.6.240-ci-3-g67b27f74 → 0.6.240-ci-5-g9f980a29

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.
@@ -1198,7 +1198,7 @@ function convertBasicEngineConfig(engine, config) {
1198
1198
  return {
1199
1199
  engine: "VersionedCollapsingMergeTree",
1200
1200
  sign: versionedConfig.sign,
1201
- version: versionedConfig.version
1201
+ version: versionedConfig.ver
1202
1202
  };
1203
1203
  }
1204
1204
  default:
@@ -1261,7 +1261,7 @@ function convertReplicatedEngineConfig(engine, config) {
1261
1261
  keeperPath: replicatedConfig.keeperPath,
1262
1262
  replicaName: replicatedConfig.replicaName,
1263
1263
  sign: replicatedConfig.sign,
1264
- version: replicatedConfig.version
1264
+ version: replicatedConfig.ver
1265
1265
  };
1266
1266
  }
1267
1267
  default: