This commit is contained in:
GitHub Action 2025-06-27 01:30:28 +00:00
parent ea6ef8853c
commit 693acab3af

View File

@ -1,6 +1,6 @@
{ {
"name": "sqlite-snap", "name": "sqlite-snap",
"version": "1.0.0", "version": "1.0.1",
"description": "A standalone library for SQLite database backups with cleanup and verification features", "description": "A standalone library for SQLite database backups with cleanup and verification features",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -40,4 +40,4 @@
"url": "https://github.com/derekanderson/sqlite-backup-lib/issues" "url": "https://github.com/derekanderson/sqlite-backup-lib/issues"
}, },
"homepage": "https://github.com/derekanderson/sqlite-backup-lib#readme" "homepage": "https://github.com/derekanderson/sqlite-backup-lib#readme"
} }