@hazeljs/config 0.2.0-beta.54 → 0.2.0-beta.55
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 +1 -1
- package/dist/config.service.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -506,4 +506,4 @@ Apache 2.0 © [HazelJS](https://hazeljs.com)
|
|
|
506
506
|
- [Documentation](https://hazeljs.com/docs/packages/config)
|
|
507
507
|
- [GitHub](https://github.com/hazel-js/hazeljs)
|
|
508
508
|
- [Issues](https://github.com/hazel-js/hazeljs/issues)
|
|
509
|
-
- [Discord](https://discord.
|
|
509
|
+
- [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
|
package/dist/config.service.js
CHANGED
|
@@ -181,6 +181,6 @@ let ConfigService = ConfigService_1 = class ConfigService {
|
|
|
181
181
|
exports.ConfigService = ConfigService;
|
|
182
182
|
ConfigService.options = {};
|
|
183
183
|
exports.ConfigService = ConfigService = ConfigService_1 = __decorate([
|
|
184
|
-
(0, core_1.
|
|
184
|
+
(0, core_1.Service)(),
|
|
185
185
|
__metadata("design:paramtypes", [])
|
|
186
186
|
], ConfigService);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazeljs/config",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.55",
|
|
4
4
|
"description": "Configuration module for HazelJS framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@hazeljs/core": ">=0.2.0-beta.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "f2e54f346eea552595a44607999454a9e388cb9e"
|
|
53
53
|
}
|