@zintrust/d1-migrator 2.4.0 → 2.4.1

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.
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@zintrust/d1-migrator",
3
- "version": "2.4.0",
4
- "buildDate": "2026-05-30T23:28:35.850Z",
3
+ "version": "2.4.1",
4
+ "buildDate": "2026-05-31T11:34:32.510Z",
5
5
  "buildEnvironment": {
6
- "node": "v20.20.2",
7
- "platform": "linux",
8
- "arch": "x64"
6
+ "node": "v22.22.1",
7
+ "platform": "darwin",
8
+ "arch": "arm64"
9
9
  },
10
10
  "git": {
11
- "commit": "8357ba1a",
12
- "branch": "master"
11
+ "commit": "e97b7b3d",
12
+ "branch": "release"
13
13
  },
14
14
  "package": {
15
15
  "engines": {
@@ -27,6 +27,10 @@
27
27
  ]
28
28
  },
29
29
  "files": {
30
+ "build-manifest.json": {
31
+ "size": 5808,
32
+ "sha256": "7e56c787ce588a16aaa313af1c5a7a972c8fa1970f2cf0bbc55243484ec29076"
33
+ },
30
34
  "cli/DataMigrator.d.ts": {
31
35
  "size": 4570,
32
36
  "sha256": "117dd6aa7027816ab95028ff2c398fa3e19b638401d0d33891305a9de4310078"
@@ -85,7 +89,7 @@
85
89
  },
86
90
  "index.js": {
87
91
  "size": 1262,
88
- "sha256": "a79128a4e13be788c46f1fc475615ce8a99ba3c39583260ecf9ba8276ef67d8c"
92
+ "sha256": "6f918337db5935cf8904ca2fb6d4cbafd86132fd204e59080e7f477f4de334e3"
89
93
  },
90
94
  "register.d.ts": {
91
95
  "size": 159,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zintrust/d1-migrator",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Resumable database migration toolkit for moving data to Cloudflare D1 with ZinTrust.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -40,10 +40,10 @@
40
40
  "prepublishOnly": "npm run build"
41
41
  },
42
42
  "dependencies": {
43
- "@zintrust/db-d1": "2.1.3",
43
+ "@zintrust/db-d1": "2.4.0",
44
44
  "@zintrust/db-mysql": "2.0.3",
45
- "@zintrust/db-postgres": "2.1.3",
46
- "@zintrust/db-sqlite": "2.1.3",
47
- "@zintrust/db-sqlserver": "2.1.3"
45
+ "@zintrust/db-postgres": "2.4.0",
46
+ "@zintrust/db-sqlite": "2.4.0",
47
+ "@zintrust/db-sqlserver": "2.4.0"
48
48
  }
49
49
  }