@kysera/migrations 0.7.0 → 0.7.2

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.
Files changed (2) hide show
  1. package/README.md +0 -13
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,19 +6,6 @@
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue)](https://www.typescriptlang.org/)
8
8
 
9
- ## Package Information
10
-
11
- | Property | Value |
12
- |----------|-------|
13
- | **Package** | `@kysera/migrations` |
14
- | **Version** | `0.5.1` |
15
- | **Bundle Size** | ~12 KB (minified) |
16
- | **Dependencies** | @kysera/core (workspace) |
17
- | **Peer Dependencies** | kysely >=0.28.8, zod ^4.1.13 |
18
- | **Test Coverage** | 64 tests, comprehensive |
19
- | **Supported Databases** | PostgreSQL, MySQL, SQLite |
20
- | **Type Safety** | Full TypeScript support |
21
-
22
9
  ## Features
23
10
 
24
11
  ### Core Migration Management
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kysera/migrations",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
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,14 +26,14 @@
26
26
  "author": "Kysera Team",
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "@kysera/core": "0.7.0"
29
+ "@kysera/core": "0.7.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/better-sqlite3": "^7.6.13",
33
33
  "@types/node": "^24.10.1",
34
34
  "@vitest/coverage-v8": "^4.0.15",
35
35
  "better-sqlite3": "^12.5.0",
36
- "kysely": "^0.28.8",
36
+ "kysely": "^0.28.9",
37
37
  "tsup": "^8.5.1",
38
38
  "typescript": "^5.9.3",
39
39
  "vitest": "^4.0.15",