@nmxjs/api 1.1.1 → 1.1.3
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/dist/ApiService/interfaces/index.d.ts +0 -1
- package/dist/ApiService/interfaces/index.js +0 -1
- package/dist/ApiService/interfaces/index.js.map +1 -1
- package/dist/NatsTransport/NatsTransportModule.js +1 -1
- package/package.json +2 -2
- package/dist/ApiService/interfaces/IGenerateProtoOptions.d.ts +0 -5
- package/dist/ApiService/interfaces/IGenerateProtoOptions.js +0 -3
- package/dist/ApiService/interfaces/IGenerateProtoOptions.js.map +0 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * from './IApiSchema';
|
|
2
2
|
export * from './IApiService';
|
|
3
3
|
export * from './IApiServiceFactory';
|
|
4
|
-
export * from './IGenerateProtoOptions';
|
|
5
4
|
export * from './ICreateApiServiceOptions';
|
|
6
5
|
export * from './IApiServiceWithInfo';
|
|
7
6
|
export * from './WebApiTypeEnum';
|
|
@@ -17,7 +17,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./IApiSchema"), exports);
|
|
18
18
|
__exportStar(require("./IApiService"), exports);
|
|
19
19
|
__exportStar(require("./IApiServiceFactory"), exports);
|
|
20
|
-
__exportStar(require("./IGenerateProtoOptions"), exports);
|
|
21
20
|
__exportStar(require("./ICreateApiServiceOptions"), exports);
|
|
22
21
|
__exportStar(require("./IApiServiceWithInfo"), exports);
|
|
23
22
|
__exportStar(require("./WebApiTypeEnum"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ApiService/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,gDAA8B;AAC9B,uDAAqC;AACrC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ApiService/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,gDAA8B;AAC9B,uDAAqC;AACrC,6DAA2C;AAC3C,wDAAsC;AACtC,mDAAiC;AACjC,uDAAqC;AACrC,uDAAqC"}
|
|
@@ -21,7 +21,7 @@ exports.NatsTransportModule = NatsTransportModule = __decorate([
|
|
|
21
21
|
{
|
|
22
22
|
provide: constants_1.natsTransportStrategyKey,
|
|
23
23
|
useFactory: (createApiService) => ({
|
|
24
|
-
type: config_1.TransporterEnumType.
|
|
24
|
+
type: config_1.TransporterEnumType.NATS,
|
|
25
25
|
createService: createApiService.call.bind(createApiService),
|
|
26
26
|
}),
|
|
27
27
|
inject: [Services.CreateApiService],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nmxjs/api",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@nestjs/common": "^10.2.10",
|
|
31
31
|
"@nestjs/graphql": "^12.0.11",
|
|
32
|
-
"@nmxjs/config": "^1.0.
|
|
32
|
+
"@nmxjs/config": "^1.0.4",
|
|
33
33
|
"@nmxjs/errors": "^1.0.3",
|
|
34
34
|
"@nmxjs/utils": "^1.0.0",
|
|
35
35
|
"deepmerge": "^4.3.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IGenerateProtoOptions.js","sourceRoot":"","sources":["../../../src/ApiService/interfaces/IGenerateProtoOptions.ts"],"names":[],"mappings":""}
|