@hazeljs/core 0.2.0-beta.47 → 0.2.0-beta.49

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/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @hazeljs/core
2
2
 
3
- **Core HazelJS Framework - Dependency Injection, Routing, Decorators, and Base Functionality**
3
+ **The foundation of HazelJS DI, routing, and decorators that feel right.**
4
4
 
5
- The foundation of the HazelJS framework, providing enterprise-grade dependency injection, decorator-based routing, middleware support, and production-ready features.
5
+ Stop wiring boilerplate. Build APIs with dependency injection, decorator-based routing, and middleware that just works. TypeScript-first, production-ready, zero Express dependency.
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/@hazeljs/core.svg)](https://www.npmjs.com/package/@hazeljs/core)
8
8
  [![npm downloads](https://img.shields.io/npm/dm/@hazeljs/core)](https://www.npmjs.com/package/@hazeljs/core)
@@ -519,5 +519,5 @@ Apache 2.0 © [HazelJS](https://hazeljs.com)
519
519
 
520
520
  - [Documentation](https://hazeljs.com/docs)
521
521
  - [GitHub](https://github.com/hazel-js/hazeljs)
522
- - [Issues](https://github.com/hazeljs/hazel-js/issues)
522
+ - [Issues](https://github.com/hazel-js/hazeljs/issues)
523
523
  - [Discord](https://discord.gg/hazeljs)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/core",
3
- "version": "0.2.0-beta.47",
3
+ "version": "0.2.0-beta.49",
4
4
  "description": "Core HazelJS framework - Dependency injection, routing, decorators, and base functionality",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -63,5 +63,5 @@
63
63
  "url": "https://github.com/hazeljs/hazel-js/issues"
64
64
  },
65
65
  "homepage": "https://hazeljs.com",
66
- "gitHead": "93a93baf214ccbe94b4703efc8b066b34c3c43c0"
66
+ "gitHead": "263b1f8c87ad9008ae21b6472860eb1b6cf1a6ce"
67
67
  }