@dreamy-ui/cli 2.0.0 → 2.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/dist/index.js CHANGED
@@ -19790,7 +19790,7 @@ var addCommandFlagsSchema = z.object({
19790
19790
 
19791
19791
  // src/utils/fetch.ts
19792
19792
  var env = processEnvSchema.parse({
19793
- REGISTRY_URL: "http://localhost:3000",
19793
+ REGISTRY_URL: "https://dreamy-ui.com",
19794
19794
  HTTPS_PROXY: void 0
19795
19795
  });
19796
19796
  var agent = env.HTTPS_PROXY ? new HttpsProxyAgent(env.HTTPS_PROXY) : void 0;
@@ -21373,7 +21373,7 @@ var ListCommand = new Command("list").description("List all available components
21373
21373
  process.setMaxListeners(Number.POSITIVE_INFINITY);
21374
21374
  async function run() {
21375
21375
  p4.intro("Dreamy UI CLI \u{1F4AB}");
21376
- const packageJson = await import('./package-IBEGNSFR.js');
21376
+ const packageJson = await import('./package-ER5PXQNF.js');
21377
21377
  const program = new Command().name("dreamy-ui").description("The official CLI for Dreamy UI projects").version(packageJson.version);
21378
21378
  program.addCommand(InitCommand);
21379
21379
  program.addCommand(AddCommand);
@@ -0,0 +1,94 @@
1
+ import { createRequire } from 'module';
2
+ import './chunk-XML6CAC2.js';
3
+
4
+ createRequire(import.meta.url);
5
+
6
+ // package.json
7
+ var name = "@dreamy-ui/cli";
8
+ var version = "2.0.0";
9
+ var description = "CLI for Dreamy UI";
10
+ var author = "imexoodeex";
11
+ var license = "MIT";
12
+ var type = "module";
13
+ var sideEffects = false;
14
+ var main = "dist/index.js";
15
+ var module$1 = "dist/index.js";
16
+ var types = "dist/index.d.ts";
17
+ var files = [
18
+ "dist",
19
+ "bin"
20
+ ];
21
+ var bin = {
22
+ dreamy: "./bin/index.js"
23
+ };
24
+ var exports$1 = {
25
+ ".": {
26
+ source: "./src/index.ts",
27
+ import: {
28
+ types: "./dist/index.d.ts",
29
+ default: "./dist/index.js"
30
+ }
31
+ },
32
+ "./package.json": "./package.json"
33
+ };
34
+ var scripts = {
35
+ dev: "tsup --watch",
36
+ start: "bun run ./src/index.ts",
37
+ lint: "biome lint ./src",
38
+ build: "tsup",
39
+ "build:dev": "tsup",
40
+ "build:production": "tsup"
41
+ };
42
+ var dependencies = {
43
+ "@clack/prompts": "^0.11.0",
44
+ "@effect/platform": "0.69.28",
45
+ "@visulima/boxen": "^1.0.30",
46
+ "cli-table": "^0.3.11",
47
+ commander: "^13.1.0",
48
+ debug: "^4.4.0",
49
+ "fs-extra": "11.2.0",
50
+ globby: "14.0.2",
51
+ "https-proxy-agent": "^7.0.6",
52
+ "look-it-up": "^2.1.0",
53
+ "node-fetch": "^3.3.2",
54
+ "package-manager-detector": "^1.2.0",
55
+ picocolors: "^1.1.1",
56
+ "pkg-dir": "8.0.0",
57
+ sucrase: "^3.35.0",
58
+ yargs: "17.7.2",
59
+ zod: "^3.23.8"
60
+ };
61
+ var devDependencies = {
62
+ "@types/cli-table": "^0.3.4",
63
+ "@types/debug": "^4.1.12",
64
+ "@types/fs-extra": "11.0.4",
65
+ "@types/node": "22.10.1",
66
+ "@types/yargs": "17.0.33",
67
+ dotenv: "^17.2.3",
68
+ tsup: "^8.4.0",
69
+ typescript: "5.7.2"
70
+ };
71
+ var peerDependencies = {
72
+ typescript: "^5.0.0"
73
+ };
74
+ var package_default = {
75
+ name,
76
+ version,
77
+ description,
78
+ author,
79
+ license,
80
+ type,
81
+ sideEffects,
82
+ main,
83
+ module: module$1,
84
+ types,
85
+ files,
86
+ bin,
87
+ exports: exports$1,
88
+ scripts,
89
+ dependencies,
90
+ devDependencies,
91
+ peerDependencies
92
+ };
93
+
94
+ export { author, bin, package_default as default, dependencies, description, devDependencies, exports$1 as exports, files, license, main, module$1 as module, name, peerDependencies, scripts, sideEffects, type, types, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreamy-ui/cli",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "CLI for Dreamy UI",
5
5
  "author": "imexoodeex",
6
6
  "license": "MIT",