@kysera/timestamps 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.
- package/README.md +0 -13
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -6,19 +6,6 @@
|
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
[](https://www.typescriptlang.org/)
|
|
8
8
|
|
|
9
|
-
## 📦 Package Information
|
|
10
|
-
|
|
11
|
-
| Metric | Value |
|
|
12
|
-
|--------|-------|
|
|
13
|
-
| **Version** | 0.5.1 |
|
|
14
|
-
| **Bundle Size** | ~4 KB (minified) |
|
|
15
|
-
| **Test Coverage** | 16+ tests passing |
|
|
16
|
-
| **Dependencies** | @kysera/core (workspace) |
|
|
17
|
-
| **Peer Dependencies** | kysely >=0.28.8, @kysera/repository, zod ^4.1.13 |
|
|
18
|
-
| **Target Runtimes** | Node.js 20+, Bun 1.0+, Deno |
|
|
19
|
-
| **Module System** | ESM only |
|
|
20
|
-
| **Database Support** | PostgreSQL, MySQL, SQLite |
|
|
21
|
-
|
|
22
9
|
## 🎯 Features
|
|
23
10
|
|
|
24
11
|
- ✅ **Zero Configuration** - Works out of the box with sensible defaults
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kysera/timestamps",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "Automatic timestamp management plugin for Kysely repositories",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -27,24 +27,24 @@
|
|
|
27
27
|
"author": "Kysera Team",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@kysera/core": "0.7.
|
|
30
|
+
"@kysera/core": "0.7.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/better-sqlite3": "^7.6.13",
|
|
34
34
|
"@types/node": "^24.10.1",
|
|
35
35
|
"@vitest/coverage-v8": "^4.0.15",
|
|
36
36
|
"better-sqlite3": "^12.5.0",
|
|
37
|
-
"kysely": "^0.28.
|
|
37
|
+
"kysely": "^0.28.9",
|
|
38
38
|
"tsup": "^8.5.1",
|
|
39
39
|
"typescript": "^5.9.3",
|
|
40
40
|
"vitest": "^4.0.15",
|
|
41
41
|
"zod": "^4.1.13",
|
|
42
|
-
"@kysera/repository": "0.7.
|
|
42
|
+
"@kysera/repository": "0.7.2"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"kysely": ">=0.28.8",
|
|
46
46
|
"zod": "^4.1.13",
|
|
47
|
-
"@kysera/repository": "0.7.
|
|
47
|
+
"@kysera/repository": "0.7.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"zod": {
|