@zintrust/d1-migrator 0.5.1 → 0.7.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.
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Migrate any database (MySQL, PostgreSQL, SQLite, SQL Server) to Cloudflare D1 with resumable operations, checkpoint recovery, and comprehensive data validation. Built for production use with careful attention to data integrity and operational safety.
4
4
 
5
+ Docs: https://zintrust.com/package-d1-migrator
6
+
5
7
  [![NPM Version](https://img.shields.io/npm/v/@zintrust/d1-migrator)](https://www.npmjs.com/package/@zintrust/d1-migrator)
6
8
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-green)](https://nodejs.org/)
7
9
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0%2B-blue)](https://www.typescriptlang.org/)
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@zintrust/d1-migrator",
3
- "version": "0.5.1",
4
- "buildDate": "2026-04-12T19:47:07.246Z",
3
+ "version": "0.7.1",
4
+ "buildDate": "2026-04-17T14:15:19.789Z",
5
5
  "buildEnvironment": {
6
6
  "node": "v22.22.1",
7
7
  "platform": "darwin",
8
8
  "arch": "arm64"
9
9
  },
10
10
  "git": {
11
- "commit": "87ea4893",
11
+ "commit": "5b1c8641",
12
12
  "branch": "release"
13
13
  },
14
14
  "package": {
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "files": {
30
30
  "build-manifest.json": {
31
- "size": 5808,
32
- "sha256": "48ad0129269cb3aeff254501475257b1bc89eda10709a623bcb7ef5a18597f08"
31
+ "size": 5807,
32
+ "sha256": "db069c1736d9a67fd7c3dbf7daf687cbee1ebee7d50978aacb8ec37f889bac7f"
33
33
  },
34
34
  "cli/DataMigrator.d.ts": {
35
35
  "size": 3355,
@@ -89,7 +89,7 @@
89
89
  },
90
90
  "index.js": {
91
91
  "size": 1262,
92
- "sha256": "7f97ed31cf17b09926eb9442690baf643089461955138f16dcc251e8bd5cba6b"
92
+ "sha256": "b4f645d22c48210397a38248f1b9cce9a769463697c38c7b87aec5bce9ffec55"
93
93
  },
94
94
  "register.d.ts": {
95
95
  "size": 159,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zintrust/d1-migrator",
3
- "version": "0.5.1",
3
+ "version": "0.7.1",
4
4
  "description": "Resumable database migration toolkit for moving data to Cloudflare D1 with ZinTrust.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "node": ">=20.0.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@zintrust/core": "^0.5.0"
26
+ "@zintrust/core": "^0.7.0"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
@@ -40,10 +40,10 @@
40
40
  "prepublishOnly": "npm run build"
41
41
  },
42
42
  "dependencies": {
43
- "@zintrust/db-mysql": "0.5.0",
44
- "@zintrust/db-postgres": "0.4.101",
45
- "@zintrust/db-sqlite": "0.4.101",
46
- "@zintrust/db-sqlserver": "0.4.101",
47
- "@zintrust/db-d1": "0.4.101"
43
+ "@zintrust/db-mysql": "0.7.0",
44
+ "@zintrust/db-postgres": "0.7.0",
45
+ "@zintrust/db-sqlite": "0.7.0",
46
+ "@zintrust/db-sqlserver": "0.7.0",
47
+ "@zintrust/db-d1": "0.7.1"
48
48
  }
49
49
  }