@kysera/migrations 0.7.2 → 0.7.3
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kysera/migrations",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"description": "Database migration management for Kysely with dry-run support and flexible rollback capabilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -26,17 +26,17 @@
|
|
|
26
26
|
"author": "Kysera Team",
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@kysera/core": "0.7.
|
|
29
|
+
"@kysera/core": "0.7.3"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/better-sqlite3": "^7.6.13",
|
|
33
33
|
"@types/node": "^24.10.1",
|
|
34
|
-
"@vitest/coverage-v8": "^4.0.
|
|
34
|
+
"@vitest/coverage-v8": "^4.0.16",
|
|
35
35
|
"better-sqlite3": "^12.5.0",
|
|
36
36
|
"kysely": "^0.28.9",
|
|
37
37
|
"tsup": "^8.5.1",
|
|
38
38
|
"typescript": "^5.9.3",
|
|
39
|
-
"vitest": "^4.0.
|
|
39
|
+
"vitest": "^4.0.16",
|
|
40
40
|
"zod": "^4.1.13"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|