vantuz 3.4.1 → 3.4.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/core/database.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vantuz",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"description": "Yapay Zeka Destekli Yeni Nesil E-Ticaret Yönetim Platformu (CLI)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"start": "node index.js",
|
|
11
|
-
"postinstall": "npm rebuild sqlite3",
|
|
12
11
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
13
12
|
},
|
|
14
13
|
"keywords": [
|
|
@@ -25,6 +24,7 @@
|
|
|
25
24
|
"license": "Commercial",
|
|
26
25
|
"dependencies": {
|
|
27
26
|
"axios": "^1.6.0",
|
|
27
|
+
"better-sqlite3": "^12.6.2",
|
|
28
28
|
"boxen": "^5.1.2",
|
|
29
29
|
"chalk": "^4.1.2",
|
|
30
30
|
"conf": "^10.2.0",
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
"ora": "^5.4.1",
|
|
36
36
|
"pkg": "^5.8.1",
|
|
37
37
|
"sequelize": "^6.37.7",
|
|
38
|
-
"sqlite3": "^5.1.7",
|
|
39
38
|
"table": "^6.8.0"
|
|
40
39
|
},
|
|
41
40
|
"os": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vantuz/plugin",
|
|
3
3
|
"version": "2.0.0",
|
|
4
|
-
"description": "Vantuz AI E-Commerce Plugin for Vantuz Gateway",
|
|
4
|
+
"description": "Vantuz AI E-Commerce Plugin for Vantuz Gateway",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"exports": {
|
|
@@ -16,6 +16,6 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"axios": "^1.6.0",
|
|
18
18
|
"sequelize": "^6.37.7",
|
|
19
|
-
"sqlite3": "^
|
|
19
|
+
"better-sqlite3": "^9.0.0"
|
|
20
20
|
}
|
|
21
|
-
}
|
|
21
|
+
}
|