@oliasoft-open-source/node-json-migrator 3.1.0-beta-3 → 3.1.0-beta-4
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.cjs +1 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -9679,6 +9679,7 @@ const migrateRecord = async ({
|
|
|
9679
9679
|
const { data, etag, version: currentVersion } = currentRecord;
|
|
9680
9680
|
await beforeMigrateRecord({
|
|
9681
9681
|
currentRecord,
|
|
9682
|
+
transaction,
|
|
9682
9683
|
dry
|
|
9683
9684
|
});
|
|
9684
9685
|
const { nextPayload: nextData, nextVersion } = await migrate({
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.mts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -9658,6 +9658,7 @@ const migrateRecord = async ({
|
|
|
9658
9658
|
const { data, etag, version: currentVersion } = currentRecord;
|
|
9659
9659
|
await beforeMigrateRecord({
|
|
9660
9660
|
currentRecord,
|
|
9661
|
+
transaction,
|
|
9661
9662
|
dry
|
|
9662
9663
|
});
|
|
9663
9664
|
const { nextPayload: nextData, nextVersion } = await migrate({
|
package/package.json
CHANGED