velocious 1.0.620 → 1.0.621
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/build/background-jobs/store.js +1 -1
- package/build/src/background-jobs/store.js +1 -1
- package/build/src/testing/shared-transaction-connection-coordinator.d.ts +5 -3
- package/build/src/testing/shared-transaction-connection-coordinator.d.ts.map +1 -1
- package/build/src/testing/shared-transaction-connection-coordinator.js +30 -30
- package/build/testing/shared-transaction-connection-coordinator.js +35 -27
- package/package.json +1 -1
- package/src/background-jobs/store.js +1 -1
- package/src/testing/shared-transaction-connection-coordinator.js +35 -27
|
@@ -7,7 +7,7 @@ import TableData from "../database/table-data/index.js"
|
|
|
7
7
|
import VelociousError from "../velocious-error.js"
|
|
8
8
|
import BackgroundJobRecord from "./job-record.js"
|
|
9
9
|
import normalizeBackgroundJobError from "./normalize-error.js"
|
|
10
|
-
import {coordinateSharedTransactionConnection} from "../testing/shared-transaction-connection-coordinator.js"
|
|
10
|
+
import { coordinateSharedTransactionConnection } from "../testing/shared-transaction-connection-coordinator.js"
|
|
11
11
|
import stableJsonStringify from "../utils/stable-json.js"
|
|
12
12
|
import {
|
|
13
13
|
BACKGROUND_JOB_EXECUTION_MODES,
|