@hardkas/core 0.9.2-alpha → 0.9.4-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
|
@@ -1055,7 +1055,7 @@ declare class AppendCoordinator {
|
|
|
1055
1055
|
};
|
|
1056
1056
|
}
|
|
1057
1057
|
|
|
1058
|
-
declare const CURRENT_RUNTIME_VERSION = "0.9.
|
|
1058
|
+
declare const CURRENT_RUNTIME_VERSION = "0.9.4-alpha";
|
|
1059
1059
|
declare const MIN_SUPPORTED_VERSION = "0.5.0-alpha";
|
|
1060
1060
|
interface MigrationStatus {
|
|
1061
1061
|
needsMigration: boolean;
|
package/dist/index.js
CHANGED
|
@@ -1199,7 +1199,7 @@ async function createSnapshot(options) {
|
|
|
1199
1199
|
const manifest = {
|
|
1200
1200
|
snapshotVersion: 1,
|
|
1201
1201
|
createdAt: (/* @__PURE__ */ new Date()).toISOString(),
|
|
1202
|
-
hardkasVersion: "0.9.
|
|
1202
|
+
hardkasVersion: "0.9.4-alpha",
|
|
1203
1203
|
stateAuthority: "filesystem",
|
|
1204
1204
|
projectionAuthority: "sqlite",
|
|
1205
1205
|
deterministicScope,
|
|
@@ -1448,7 +1448,7 @@ Resolution Command: ${report.exactReplayCommand}`
|
|
|
1448
1448
|
// src/migrations.ts
|
|
1449
1449
|
import fs6 from "fs";
|
|
1450
1450
|
import path8 from "path";
|
|
1451
|
-
var CURRENT_RUNTIME_VERSION = "0.9.
|
|
1451
|
+
var CURRENT_RUNTIME_VERSION = "0.9.4-alpha";
|
|
1452
1452
|
var MIN_SUPPORTED_VERSION = "0.5.0-alpha";
|
|
1453
1453
|
var MigrationManager = class {
|
|
1454
1454
|
static checkVersion(rootDir) {
|