vantuz 3.5.18 → 4.0.0

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -106,7 +106,7 @@ async function main() {
106
106
  // 5. Ana Döngü
107
107
  while (true) {
108
108
  printHeader();
109
- await showDashboard(licenseStatus.data);
109
+ await showDashboard(licenseStatus.data || { customer: 'Misafir', expires: '2099-01-01' });
110
110
 
111
111
  const { action } = await inquirer.prompt([
112
112
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vantuz",
3
- "version": "3.5.18",
3
+ "version": "4.0.0",
4
4
  "description": "Yapay Zeka Destekli Yeni Nesil E-Ticaret Yönetim Platformu (CLI)",
5
5
  "main": "index.js",
6
6
  "bin": {