@hazeljs/cli 0.7.7 → 0.7.9

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hazeljs-ai-native-app",
3
- "version": "0.7.7",
3
+ "version": "0.7.9",
4
4
  "description": "A HazelJS AI-native application with agents, RAG, and chat",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/README.md CHANGED
@@ -316,4 +316,4 @@ Apache-2.0 © [HazelJS](https://hazeljs.ai)
316
316
  - [Documentation](https://hazeljs.ai/docs/packages/cli)
317
317
  - [GitHub](https://github.com/hazel-js/hazeljs)
318
318
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
319
- - [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
319
+ - [Discord](https://discord.gg/PxNBPzvQk7)
package/cli-manifest.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "description": "Machine-readable manifest of all CLI commands and options for LLM agent tool-use",
5
5
  "cli": {
6
6
  "name": "hazel",
7
- "version": "0.7.7",
7
+ "version": "0.7.9",
8
8
  "description": "CLI for generating HazelJS components and applications"
9
9
  },
10
10
  "commands": [
@@ -318,7 +318,7 @@ coverage/
318
318
  }
319
319
  console.log(chalk_1.default.gray(' npm run dev'));
320
320
  console.log(chalk_1.default.gray('\nDocumentation: https://hazeljs.ai/docs'));
321
- console.log(chalk_1.default.gray('Discord: https://discord.com/channels/1448263814238965833/1448263814859456575\n'));
321
+ console.log(chalk_1.default.gray('Discord: https://discord.gg/PxNBPzvQk7\n'));
322
322
  }
323
323
  catch (error) {
324
324
  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.7.7",
3
+ "version": "0.7.9",
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",
@@ -70,5 +70,5 @@
70
70
  "type": "opencollective",
71
71
  "url": "https://opencollective.com/hazeljs"
72
72
  },
73
- "gitHead": "5fa18729312dd9d2abe5dee3801fbd0ac0f1c3c9"
73
+ "gitHead": "28c21c509aeca3bf2d0878fbee737d906b654c67"
74
74
  }