antigravity-ide 3.5.3 → 3.5.4

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/cli/prompts.js +2 -1
  2. package/package.json +1 -1
package/cli/prompts.js CHANGED
@@ -5,6 +5,7 @@
5
5
  const prompts = require('prompts');
6
6
  const chalk = require('chalk');
7
7
  const gradient = require('gradient-string');
8
+ const packageJson = require('../package.json');
8
9
 
9
10
  // Display concise banner with gradient
10
11
  function displayBanner() {
@@ -17,7 +18,7 @@ function displayBanner() {
17
18
  console.log(gradient.pastel.multiline(' / ___ |/ / / / /_/ / /_/ / / / /_/ /| |/ / / /_/ /_/ / '));
18
19
  console.log(gradient.pastel.multiline('/_/ |_/_/ /_/\\__/_/\\____/_/ \\__,_/ |___/_/\\__/\\__, / '));
19
20
  console.log(gradient.pastel.multiline(' /____/ '));
20
- console.log(chalk.gray(' Google Antigravity • v1.0.0'));
21
+ console.log(chalk.gray(` Google Antigravity • v${packageJson.version}`));
21
22
  console.log(chalk.gray(' Developed with 💡 by Dokhacgiakhoa'));
22
23
  console.log(gradient.rainbow('━'.repeat(60)));
23
24
  console.log('');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antigravity-ide",
3
- "version": "3.5.3",
3
+ "version": "3.5.4",
4
4
  "description": "The Ultimate AI Agent Brain - Rules, Skills, and Workflows",
5
5
  "main": "cli/index.js",
6
6
  "files": [