gotodev 1.0.0 → 1.0.1
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/cli.js +1 -1
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
const { Command } = require('commander');
|
|
9
9
|
const inquirer = require('inquirer');
|
|
10
10
|
const ora = require('ora').default;
|
|
11
|
-
const chalk = require('chalk');
|
|
11
|
+
const chalk = require('chalk').default;
|
|
12
12
|
const fs = require('fs-extra');
|
|
13
13
|
const path = require('path');
|
|
14
14
|
const { execSync } = require('child_process');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gotodev",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "⚡ Lightning-fast app creator for React, Vue, Svelte, and all modern frameworks. Built with Rust 1.92 + Oxc 0.106 for instant compilation - 10-100x faster than Vite/Vitest.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://github.com/gotodev-manager/gotodev-installer#readme",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"chalk": "^5.
|
|
43
|
+
"chalk": "^5.3.0",
|
|
44
44
|
"commander": "^14.0.2",
|
|
45
45
|
"execa": "^9.6.1",
|
|
46
46
|
"fs-extra": "^11.3.3",
|