@hazeljs/cli 0.2.0 → 0.2.2

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/README.md CHANGED
@@ -710,11 +710,11 @@ Contributions are welcome! Please read our [Contributing Guide](../../CONTRIBUTI
710
710
 
711
711
  ## License
712
712
 
713
- Apache 2.0 © [HazelJS](https://hazeljs.com)
713
+ Apache 2.0 © [HazelJS](https://hazeljs.ai)
714
714
 
715
715
  ## Links
716
716
 
717
- - [Documentation](https://hazeljs.com/docs/packages/cli)
717
+ - [Documentation](https://hazeljs.ai/docs/packages/cli)
718
718
  - [GitHub](https://github.com/hazel-js/hazeljs)
719
719
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
720
- - [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
720
+ - [Discord](https://discord.gg/rnxaDcXx)
@@ -166,7 +166,7 @@ function addCommand(program) {
166
166
  // Show usage hints
167
167
  console.log(chalk_1.default.gray('\nUsage:'));
168
168
  console.log(chalk_1.default.gray(` ${pkgInfo.hint}`));
169
- console.log(chalk_1.default.gray(`\nDocumentation: https://hazeljs.com/docs/packages/${selectedPackage}`));
169
+ console.log(chalk_1.default.gray(`\nDocumentation: https://hazeljs.ai/docs/packages/${selectedPackage}`));
170
170
  }
171
171
  catch (error) {
172
172
  console.error(chalk_1.default.red('Error installing package:'), error);
@@ -528,8 +528,8 @@ coverage/
528
528
  console.log(chalk_1.default.gray(' npm install'));
529
529
  }
530
530
  console.log(chalk_1.default.gray(' npm run dev'));
531
- console.log(chalk_1.default.gray('\nDocumentation: https://hazeljs.com/docs'));
532
- console.log(chalk_1.default.gray('Discord: https://discord.com/channels/1448263814238965833/1448263814859456575\n'));
531
+ console.log(chalk_1.default.gray('\nDocumentation: https://hazeljs.ai/docs'));
532
+ console.log(chalk_1.default.gray('Discord: https://discord.gg/rnxaDcXx\n'));
533
533
  }
534
534
  catch (error) {
535
535
  console.error(chalk_1.default.red('\n✗ Failed to create project:'), error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Command-line interface for scaffolding and generating HazelJS applications and components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -64,10 +64,10 @@
64
64
  "bugs": {
65
65
  "url": "https://github.com/hazeljs/hazel-js/issues"
66
66
  },
67
- "homepage": "https://hazeljs.com",
67
+ "homepage": "https://hazeljs.ai",
68
68
  "funding": {
69
69
  "type": "opencollective",
70
70
  "url": "https://opencollective.com/hazeljs"
71
71
  },
72
- "gitHead": "6f43ebe685dc190fbfd13f806976d58640197358"
72
+ "gitHead": "b43901feaa561a191242c34acabefa531dd1d21d"
73
73
  }