@hazeljs/core 0.2.0-beta.54 → 0.2.0-beta.56

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -532,4 +532,4 @@ Apache 2.0 © [HazelJS](https://hazeljs.com)
532
532
  - [Documentation](https://hazeljs.com/docs)
533
533
  - [GitHub](https://github.com/hazel-js/hazeljs)
534
534
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
535
- - [Discord](https://discord.gg/hazeljs)
535
+ - [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/core",
3
- "version": "0.2.0-beta.54",
3
+ "version": "0.2.0-beta.56",
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": "c593ce33447cdc62d7bd2386cc2db47840292fcb"
66
+ "gitHead": "c2737e90974458a8438eee623726f0a453b66b8b"
67
67
  }