@kevisual/cli 0.0.61 → 0.0.62

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.
@@ -75562,6 +75562,7 @@ class AssistantInit extends AssistantConfig {
75562
75562
  this.createAssistantConfig();
75563
75563
  this.createEnvConfig();
75564
75564
  this.createOtherConfig();
75565
+ this.initPnpm();
75565
75566
  }
75566
75567
  checkConfigPath() {
75567
75568
  const assistantPath = path8.join(this.configDir, "assistant-app", "assistant-config.json");
@@ -75623,16 +75624,23 @@ class AssistantInit extends AssistantConfig {
75623
75624
  "author": "",
75624
75625
  "license": "ISC",
75625
75626
  "dependencies": {
75626
- "@kevisual/router": "^0.0.20",
75627
- "@kevisual/use-config": "^1.0.17",
75628
- "ioredis": "^5.6.1",
75629
- "minio": "^8.0.5",
75630
- "pg": "^8.16.0",
75631
- "pm2": "^6.0.6",
75632
- "sequelize": "^6.37.7",
75633
- "sqlite3": "^5.1.7",
75634
- "socket.io": "^4.8.1",
75635
- "dotenv": "^16.5.0"
75627
+ "@kevisual/router": "latest",
75628
+ "@kevisual/use-config": "latest",
75629
+ "ioredis": "latest",
75630
+ "minio": "latest",
75631
+ "pg": "latest",
75632
+ "pm2": "latest",
75633
+ "sequelize": "latest",
75634
+ "crypto-js": "latest",
75635
+ "better-sqlite3": "latest",
75636
+ "unstorage": "latest",
75637
+ "dayjs": "latest",
75638
+ "es-toolkit": "latest",
75639
+ "dotenv": "latest"
75640
+ },
75641
+ "devDependencies": {
75642
+ "@types/node": "latest",
75643
+ "@types/crypto-js": "latest"
75636
75644
  }
75637
75645
  }
75638
75646
  `);
package/dist/assistant.js CHANGED
@@ -67549,6 +67549,7 @@ class AssistantInit extends AssistantConfig {
67549
67549
  this.createAssistantConfig();
67550
67550
  this.createEnvConfig();
67551
67551
  this.createOtherConfig();
67552
+ this.initPnpm();
67552
67553
  }
67553
67554
  checkConfigPath() {
67554
67555
  const assistantPath = path7.join(this.configDir, "assistant-app", "assistant-config.json");
@@ -67610,16 +67611,23 @@ class AssistantInit extends AssistantConfig {
67610
67611
  "author": "",
67611
67612
  "license": "ISC",
67612
67613
  "dependencies": {
67613
- "@kevisual/router": "^0.0.20",
67614
- "@kevisual/use-config": "^1.0.17",
67615
- "ioredis": "^5.6.1",
67616
- "minio": "^8.0.5",
67617
- "pg": "^8.16.0",
67618
- "pm2": "^6.0.6",
67619
- "sequelize": "^6.37.7",
67620
- "sqlite3": "^5.1.7",
67621
- "socket.io": "^4.8.1",
67622
- "dotenv": "^16.5.0"
67614
+ "@kevisual/router": "latest",
67615
+ "@kevisual/use-config": "latest",
67616
+ "ioredis": "latest",
67617
+ "minio": "latest",
67618
+ "pg": "latest",
67619
+ "pm2": "latest",
67620
+ "sequelize": "latest",
67621
+ "crypto-js": "latest",
67622
+ "better-sqlite3": "latest",
67623
+ "unstorage": "latest",
67624
+ "dayjs": "latest",
67625
+ "es-toolkit": "latest",
67626
+ "dotenv": "latest"
67627
+ },
67628
+ "devDependencies": {
67629
+ "@types/node": "latest",
67630
+ "@types/crypto-js": "latest"
67623
67631
  }
67624
67632
  }
67625
67633
  `);