@futdevpro/nts-dynamo 1.5.33 → 1.5.34

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,5 @@
1
1
  export * from '../_services/dynamo-nts-app';
2
+ export * from '../_services/dynamo-nts-app-extended';
2
3
  export * from '../_services/dynamo-nts-global.service';
3
4
  export * from '../_services/dynamo-nts-routing-module.service';
4
5
  export * from '../_services/dynamo-nts-shared.service';
@@ -1 +1 @@
1
- {"version":3,"file":"app.index.d.ts","sourceRoot":"","sources":["../../src/_modules/app.index.ts"],"names":[],"mappings":"AAEA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,wCAAwC,CAAC;AAGvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC;AAGtD,cAAc,0CAA0C,CAAC;AAGzD,cAAc,0CAA0C,CAAC"}
1
+ {"version":3,"file":"app.index.d.ts","sourceRoot":"","sources":["../../src/_modules/app.index.ts"],"names":[],"mappings":"AAEA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,wCAAwC,CAAC;AAGvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC;AAGtD,cAAc,0CAA0C,CAAC;AAGzD,cAAc,0CAA0C,CAAC"}
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  // SERVICES
5
5
  tslib_1.__exportStar(require("../_services/dynamo-nts-app"), exports);
6
+ tslib_1.__exportStar(require("../_services/dynamo-nts-app-extended"), exports);
6
7
  tslib_1.__exportStar(require("../_services/dynamo-nts-global.service"), exports);
7
8
  tslib_1.__exportStar(require("../_services/dynamo-nts-routing-module.service"), exports);
8
9
  tslib_1.__exportStar(require("../_services/dynamo-nts-shared.service"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"app.index.js","sourceRoot":"","sources":["../../src/_modules/app.index.ts"],"names":[],"mappings":";;;AACA,WAAW;AACX,sEAA4C;AAC5C,iFAAuD;AACvD,yFAA+D;AAC/D,iFAAuD;AAEvD,SAAS;AACT,2EAAiD;AACjD,gFAAsD;AACtD,gFAAsD;AAEtD,QAAQ;AACR,mFAAyD;AAEzD,YAAY;AACZ,mFAAyD"}
1
+ {"version":3,"file":"app.index.js","sourceRoot":"","sources":["../../src/_modules/app.index.ts"],"names":[],"mappings":";;;AACA,WAAW;AACX,sEAA4C;AAC5C,+EAAqD;AACrD,iFAAuD;AACvD,yFAA+D;AAC/D,iFAAuD;AAEvD,SAAS;AACT,2EAAiD;AACjD,gFAAsD;AACtD,gFAAsD;AAEtD,QAAQ;AACR,mFAAyD;AAEzD,YAAY;AACZ,mFAAyD"}
@@ -1037,8 +1037,8 @@
1037
1037
  "affectsGlobalScope": false
1038
1038
  },
1039
1039
  "../src/_modules/app.index.ts": {
1040
- "version": "00ae006a2c8f298741ae4a485a9d8942ed545d75c416bf2339ef8ea8fb8698a6",
1041
- "signature": "5f9862f21a43b40c388b28d2d890465ca2e8ae2cf5d0c1bebb8af3897d8eddca",
1040
+ "version": "e5b7455e51314ee822694367e87b06ec424774c618bf10074b04230840173084",
1041
+ "signature": "c11967401bb11ed537afb0b087cdb800725e3e6ef64ff3da57e7622188d0c9ab",
1042
1042
  "affectsGlobalScope": false
1043
1043
  },
1044
1044
  "../src/_modules/auth.index.ts": {
@@ -2924,6 +2924,7 @@
2924
2924
  "../src/_models/dynamo-nts-app-params.ts",
2925
2925
  "../src/_models/dynamo-nts-endpoint-params.ts",
2926
2926
  "../src/_models/dynamo-nts-global-settings.ts",
2927
+ "../src/_services/dynamo-nts-app-extended.ts",
2927
2928
  "../src/_services/dynamo-nts-app.ts",
2928
2929
  "../src/_services/dynamo-nts-global.service.ts",
2929
2930
  "../src/_services/dynamo-nts-routing-module.service.ts",
@@ -5004,6 +5005,7 @@
5004
5005
  "../src/_models/dynamo-nts-app-params.ts",
5005
5006
  "../src/_models/dynamo-nts-endpoint-params.ts",
5006
5007
  "../src/_models/dynamo-nts-global-settings.ts",
5008
+ "../src/_services/dynamo-nts-app-extended.ts",
5007
5009
  "../src/_services/dynamo-nts-app.ts",
5008
5010
  "../src/_services/dynamo-nts-global.service.ts",
5009
5011
  "../src/_services/dynamo-nts-routing-module.service.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@futdevpro/nts-dynamo",
3
- "version": "01.05.33",
3
+ "version": "01.05.34",
4
4
  "description": "Dynamic NodeTS (NodeJS-Typescript), MongoDB Backend System Framework by Future Development Ltd.",
5
5
  "scripts": {
6
6
  "build": "npx tsc",
@@ -1,6 +1,7 @@
1
1
 
2
2
  // SERVICES
3
3
  export * from '../_services/dynamo-nts-app';
4
+ export * from '../_services/dynamo-nts-app-extended';
4
5
  export * from '../_services/dynamo-nts-global.service';
5
6
  export * from '../_services/dynamo-nts-routing-module.service';
6
7
  export * from '../_services/dynamo-nts-shared.service';