@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.
@@ -1211,7 +1211,7 @@ function convertBasicEngineConfig(engine, config) {
1211
1211
  return {
1212
1212
  engine: "VersionedCollapsingMergeTree",
1213
1213
  sign: versionedConfig.sign,
1214
- version: versionedConfig.version
1214
+ version: versionedConfig.ver
1215
1215
  };
1216
1216
  }
1217
1217
  default:
@@ -1274,7 +1274,7 @@ function convertReplicatedEngineConfig(engine, config) {
1274
1274
  keeperPath: replicatedConfig.keeperPath,
1275
1275
  replicaName: replicatedConfig.replicaName,
1276
1276
  sign: replicatedConfig.sign,
1277
- version: replicatedConfig.version
1277
+ version: replicatedConfig.ver
1278
1278
  };
1279
1279
  }
1280
1280
  default: