@infineit-nestjs/services 1.0.15 → 1.0.16

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.
@@ -1,4 +1,3 @@
1
- export * from './helper.module';
2
1
  export * from './services/argon2.service';
3
2
  export * from './services/data.transformer.service';
4
3
  export * from './services/http.client.service';
package/dist/cjs/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e=require("tslib");e.__exportStar(require("./helper.module"),exports),e.__exportStar(require("./services/argon2.service"),exports),e.__exportStar(require("./services/data.transformer.service"),exports),e.__exportStar(require("./services/http.client.service"),exports),e.__exportStar(require("./services/logger.service"),exports),e.__exportStar(require("./services/message.formatter.service"),exports),e.__exportStar(require("./services/merge.service"),exports),e.__exportStar(require("./services/pagination.service"),exports),e.__exportStar(require("./services/prisma.service"),exports),e.__exportStar(require("./services/resource.fetch.service"),exports),e.__exportStar(require("./services/validator.service"),exports),e.__exportStar(require("./services/util.service"),exports);
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e=require("tslib");e.__exportStar(require("./services/argon2.service"),exports),e.__exportStar(require("./services/data.transformer.service"),exports),e.__exportStar(require("./services/http.client.service"),exports),e.__exportStar(require("./services/logger.service"),exports),e.__exportStar(require("./services/message.formatter.service"),exports),e.__exportStar(require("./services/merge.service"),exports),e.__exportStar(require("./services/pagination.service"),exports),e.__exportStar(require("./services/prisma.service"),exports),e.__exportStar(require("./services/resource.fetch.service"),exports),e.__exportStar(require("./services/validator.service"),exports),e.__exportStar(require("./services/util.service"),exports);
@@ -1,4 +1,3 @@
1
- export * from './helper.module';
2
1
  export * from './services/argon2.service';
3
2
  export * from './services/data.transformer.service';
4
3
  export * from './services/http.client.service';
package/dist/es/index.js CHANGED
@@ -1 +1 @@
1
- Object.defineProperty(exports,"__esModule",{value:!0});const e=require("tslib");e.__exportStar(require("./helper.module"),exports),e.__exportStar(require("./services/argon2.service"),exports),e.__exportStar(require("./services/data.transformer.service"),exports),e.__exportStar(require("./services/http.client.service"),exports),e.__exportStar(require("./services/logger.service"),exports),e.__exportStar(require("./services/message.formatter.service"),exports),e.__exportStar(require("./services/merge.service"),exports),e.__exportStar(require("./services/pagination.service"),exports),e.__exportStar(require("./services/prisma.service"),exports),e.__exportStar(require("./services/resource.fetch.service"),exports),e.__exportStar(require("./services/validator.service"),exports),e.__exportStar(require("./services/util.service"),exports);
1
+ Object.defineProperty(exports,"__esModule",{value:!0});const e=require("tslib");e.__exportStar(require("./services/argon2.service"),exports),e.__exportStar(require("./services/data.transformer.service"),exports),e.__exportStar(require("./services/http.client.service"),exports),e.__exportStar(require("./services/logger.service"),exports),e.__exportStar(require("./services/message.formatter.service"),exports),e.__exportStar(require("./services/merge.service"),exports),e.__exportStar(require("./services/pagination.service"),exports),e.__exportStar(require("./services/prisma.service"),exports),e.__exportStar(require("./services/resource.fetch.service"),exports),e.__exportStar(require("./services/validator.service"),exports),e.__exportStar(require("./services/util.service"),exports);
@@ -1,4 +1,3 @@
1
- export { HelperModule } from './helper.module.js';
2
1
  export { Argon2Service } from './services/argon2.service.js';
3
2
  export { DataTransformerService } from './services/data.transformer.service.js';
4
3
  export { HttpServiceClient } from './services/http.client.service.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infineit-nestjs/services",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "module": "./dist/es/index.mjs",
6
6
  "exports": {
@@ -37,9 +37,9 @@
37
37
  "dev": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\""
38
38
  },
39
39
  "dependencies": {
40
- "@infineit-nestjs/core": "1.0.6",
40
+ "@infineit-nestjs/core": "1.0.7",
41
41
  "@infineit-nestjs/types": "1.0.2",
42
- "@infineit-nestjs/utils": "1.0.16",
42
+ "@infineit-nestjs/utils": "1.0.17",
43
43
  "@infineit/winston-logger": "^1.0.30",
44
44
  "@nestjs/axios": "^4.0.0",
45
45
  "@nestjs/terminus": "^11.0.0",
@@ -97,5 +97,5 @@
97
97
  "publishConfig": {
98
98
  "access": "public"
99
99
  },
100
- "gitHead": "52cca8cd27899285f40633503c87f63f0a59d198"
100
+ "gitHead": "9c20de63c5d409f570abc6b57fe5a03f1d2cfac0"
101
101
  }
@@ -1,2 +0,0 @@
1
- export declare class HelperModule {
2
- }
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.HelperModule=void 0;const e=require("tslib"),r=require("@nestjs/axios"),s=require("@nestjs/common"),i=require("./services/argon2.service"),t=require("./services/data.transformer.service"),c=require("./services/http.client.service"),o=require("./services/logger.service"),v=require("./services/merge.service"),l=require("./services/message.formatter.service"),a=require("./services/prisma.service"),u=require("./services/util.service"),p=require("./services/validator.service"),d=[i.Argon2Service,t.DataTransformerService,c.HttpServiceClient,o.LoggerService,v.MergeService,l.MessageFormatterService,a.PrismaService,u.UtilsService,p.ValidatorService];let q=class{};exports.HelperModule=q,exports.HelperModule=q=e.__decorate([(0,s.Global)(),(0,s.Module)({providers:d,imports:[r.HttpModule],exports:[...d,r.HttpModule]})],q);
@@ -1,2 +0,0 @@
1
- export declare class HelperModule {
2
- }
@@ -1 +0,0 @@
1
- Object.defineProperty(exports,"__esModule",{value:!0}),exports.HelperModule=void 0;const e=require("tslib"),r=require("@nestjs/axios"),i=require("@nestjs/common"),s=require("./services/argon2.service"),t=require("./services/data.transformer.service"),c=require("./services/http.client.service"),o=require("./services/logger.service"),v=require("./services/merge.service"),l=require("./services/message.formatter.service"),a=require("./services/prisma.service"),u=require("./services/util.service"),p=require("./services/validator.service"),d=[s.Argon2Service,t.DataTransformerService,c.HttpServiceClient,o.LoggerService,v.MergeService,l.MessageFormatterService,a.PrismaService,u.UtilsService,p.ValidatorService];let q=class{};exports.HelperModule=q,exports.HelperModule=q=e.__decorate([(0,i.Global)(),(0,i.Module)({providers:d,imports:[r.HttpModule],exports:[...d,r.HttpModule]})],q);
@@ -1,4 +0,0 @@
1
- declare class HelperModule {
2
- }
3
-
4
- export { HelperModule };