Compare commits

..

No commits in common. "355e3e832e9bcb7234761a99fa16f5342164fe87" and "e4e28646b30bc6edbfeeccd4a5898c36e11b4936" have entirely different histories.

View File

@ -1,6 +1,6 @@
{
"name": "sql-easy-lib",
"version": "1.0.8",
"version": "1.0.7",
"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",
"scripts": {
@ -13,9 +13,9 @@
"author": "FullGreaM",
"license": "MIT",
"bugs": {
"url": "http://git.fullgream.tech/fullgream/SQLEasy.js/issues"
"url": "http://git.fullgream.online/fullgream/SQLEasy.js/issues"
},
"homepage": "http://git.fullgream.tech/fullgream/SQLEasy.js#readme",
"homepage": "http://git.fullgream.online/fullgream/SQLEasy.js#readme",
"dependencies": {
"better-sqlite3": "^7.5.3",
"sync-mysql": "^3.0.1"