@hardkas/core 0.7.0-alpha → 0.7.3-alpha
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/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -786,7 +786,7 @@ declare class AppendCoordinator {
|
|
|
786
786
|
};
|
|
787
787
|
}
|
|
788
788
|
|
|
789
|
-
declare const CURRENT_RUNTIME_VERSION = "0.7.
|
|
789
|
+
declare const CURRENT_RUNTIME_VERSION = "0.7.3-alpha";
|
|
790
790
|
declare const MIN_SUPPORTED_VERSION = "0.5.0-alpha";
|
|
791
791
|
interface MigrationStatus {
|
|
792
792
|
needsMigration: boolean;
|
package/dist/index.js
CHANGED
|
@@ -879,7 +879,7 @@ async function createSnapshot(options) {
|
|
|
879
879
|
const manifest = {
|
|
880
880
|
snapshotVersion: 1,
|
|
881
881
|
createdAt: (/* @__PURE__ */ new Date()).toISOString(),
|
|
882
|
-
hardkasVersion: "0.7.
|
|
882
|
+
hardkasVersion: "0.7.3-alpha",
|
|
883
883
|
stateAuthority: "filesystem",
|
|
884
884
|
projectionAuthority: "sqlite",
|
|
885
885
|
deterministicScope,
|
|
@@ -1112,7 +1112,7 @@ Resolution Command: ${report.exactReplayCommand}`
|
|
|
1112
1112
|
// src/migrations.ts
|
|
1113
1113
|
import fs6 from "fs";
|
|
1114
1114
|
import path8 from "path";
|
|
1115
|
-
var CURRENT_RUNTIME_VERSION = "0.7.
|
|
1115
|
+
var CURRENT_RUNTIME_VERSION = "0.7.3-alpha";
|
|
1116
1116
|
var MIN_SUPPORTED_VERSION = "0.5.0-alpha";
|
|
1117
1117
|
var MigrationManager = class {
|
|
1118
1118
|
static checkVersion(rootDir) {
|