@rsdk/hemera.client 3.6.0-next.6 → 3.6.0-next.8
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/CHANGELOG.md +8 -0
- package/dist/hemera.module.js +0 -3
- package/dist/hemera.module.js.map +1 -1
- package/package.json +3 -3
- package/src/hemera.module.ts +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.6.0-next.8](https://github.com/R-Vision/rsdk/compare/v3.6.0-next.7...v3.6.0-next.8) (2023-10-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rsdk/hemera.client
|
|
9
|
+
|
|
10
|
+
## [3.6.0-next.7](https://github.com/R-Vision/rsdk/compare/v3.6.0-next.6...v3.6.0-next.7) (2023-10-20)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rsdk/hemera.client
|
|
13
|
+
|
|
6
14
|
## [3.6.0-next.6](https://github.com/R-Vision/rsdk/compare/v3.6.0-next.5...v3.6.0-next.6) (2023-10-20)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @rsdk/hemera.client
|
package/dist/hemera.module.js
CHANGED
|
@@ -8,9 +8,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.HemeraClientModule = void 0;
|
|
10
10
|
const common_1 = require("@nestjs/common");
|
|
11
|
-
const core_1 = require("@rsdk/core");
|
|
12
11
|
const hemera_client_1 = require("./hemera.client");
|
|
13
|
-
const hemera_config_1 = require("./hemera.config");
|
|
14
12
|
const hemera_factory_1 = require("./hemera.factory");
|
|
15
13
|
const hemera_indicator_1 = require("./hemera.indicator");
|
|
16
14
|
const hemeraProvider = {
|
|
@@ -27,7 +25,6 @@ exports.HemeraClientModule = HemeraClientModule = __decorate([
|
|
|
27
25
|
(0, common_1.Global)(),
|
|
28
26
|
(0, common_1.Module)({
|
|
29
27
|
exports: [hemera_client_1.HemeraClient],
|
|
30
|
-
imports: [core_1.PlatformConfigModule.forFeature(hemera_config_1.HemeraConfig)],
|
|
31
28
|
providers: [hemeraProvider, hemera_client_1.HemeraClient, hemera_factory_1.HemeraFactory, hemera_indicator_1.HemeraIndicator],
|
|
32
29
|
})
|
|
33
30
|
], HemeraClientModule);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hemera.module.js","sourceRoot":"","sources":["../src/hemera.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAgD;
|
|
1
|
+
{"version":3,"file":"hemera.module.js","sourceRoot":"","sources":["../src/hemera.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAgD;AAGhD,mDAA+C;AAC/C,qDAAiD;AACjD,yDAAqD;AAErD,MAAM,cAAc,GAAG;IACrB,MAAM,EAAE,CAAC,8BAAa,CAAC;IACvB,OAAO,EAAE,QAAQ;IACjB,UAAU,EAAE,KAAK,EACf,OAAsB,EACa,EAAE;QACrC,MAAM,MAAM,GAAG,MAAM,OAAO,CAAC,MAAM,EAAE,CAAC;QAEtC,OAAO,MAAM,CAAC;IAChB,CAAC;CACF,CAAC;AAOK,IAAM,kBAAkB,gCAAxB,MAAM,kBAAkB;CAAG,CAAA;6BAArB,kBAAkB;IAL9B,IAAA,eAAM,GAAE;IACR,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,4BAAY,CAAC;QACvB,SAAS,EAAE,CAAC,cAAc,EAAE,4BAAY,EAAE,8BAAa,EAAE,kCAAe,CAAC;KAC1E,CAAC;GACW,kBAAkB,CAAG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdk/hemera.client",
|
|
3
|
-
"version": "3.6.0-next.
|
|
3
|
+
"version": "3.6.0-next.8",
|
|
4
4
|
"description": "Client for nats-hemera",
|
|
5
5
|
"license": "Apache License 2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@nestjs/common": "^10.1.3",
|
|
18
18
|
"@rsdk/common": "^3.5.0",
|
|
19
|
-
"@rsdk/core": "^3.6.0-next.
|
|
19
|
+
"@rsdk/core": "^3.6.0-next.8",
|
|
20
20
|
"@rsdk/logging": "^3.6.0-next.6",
|
|
21
21
|
"nats": "~1.2.0",
|
|
22
22
|
"nats-hemera": "^7.0.2"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "ab2582634d615f00a027ad65d9dceccee0ac60bf"
|
|
25
25
|
}
|
package/src/hemera.module.ts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Global, Module } from '@nestjs/common';
|
|
2
|
-
import { PlatformConfigModule } from '@rsdk/core';
|
|
3
2
|
import type Hemera from 'nats-hemera';
|
|
4
3
|
|
|
5
4
|
import { HemeraClient } from './hemera.client';
|
|
6
|
-
import { HemeraConfig } from './hemera.config';
|
|
7
5
|
import { HemeraFactory } from './hemera.factory';
|
|
8
6
|
import { HemeraIndicator } from './hemera.indicator';
|
|
9
7
|
|
|
@@ -22,7 +20,6 @@ const hemeraProvider = {
|
|
|
22
20
|
@Global()
|
|
23
21
|
@Module({
|
|
24
22
|
exports: [HemeraClient],
|
|
25
|
-
imports: [PlatformConfigModule.forFeature(HemeraConfig)],
|
|
26
23
|
providers: [hemeraProvider, HemeraClient, HemeraFactory, HemeraIndicator],
|
|
27
24
|
})
|
|
28
25
|
export class HemeraClientModule {}
|