Compare commits

...

2 Commits

Author SHA1 Message Date
355e3e832e update version to 1.0.8 2025-02-02 19:53:50 +03:00
fd0391643f update ALL domain to fullgream.tech 2025-02-02 19:53:34 +03:00

View File

@ -1,6 +1,6 @@
{ {
"name": "sql-easy-lib", "name": "sql-easy-lib",
"version": "1.0.7", "version": "1.0.8",
"description": "This library was written from simple work with databases. In current version supported next famous databases: sqlite3 and MySQL. In future, list with supported databases will be replenishing.", "description": "This library was written from simple work with databases. In current version supported next famous databases: sqlite3 and MySQL. In future, list with supported databases will be replenishing.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -13,9 +13,9 @@
"author": "FullGreaM", "author": "FullGreaM",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "http://git.fullgream.online/fullgream/SQLEasy.js/issues" "url": "http://git.fullgream.tech/fullgream/SQLEasy.js/issues"
}, },
"homepage": "http://git.fullgream.online/fullgream/SQLEasy.js#readme", "homepage": "http://git.fullgream.tech/fullgream/SQLEasy.js#readme",
"dependencies": { "dependencies": {
"better-sqlite3": "^7.5.3", "better-sqlite3": "^7.5.3",
"sync-mysql": "^3.0.1" "sync-mysql": "^3.0.1"