@futdevpro/nts-dynamo 1.3.42 → 1.3.43

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.
@@ -18,8 +18,9 @@ tslib_1.__exportStar(require("./fullstack-models/control-models/usage-data"), ex
18
18
  tslib_1.__exportStar(require("./fullstack-models/data-models/custom-data"), exports);
19
19
  tslib_1.__exportStar(require("./fullstack-models/data-models/metadata"), exports);
20
20
  tslib_1.__exportStar(require("./fullstack-models/data-models/usage-session"), exports);
21
- const dynamobe_data_model_params_1 = require("./dynamobe-data-model-params");
22
- const metadata_1 = require("./fullstack-models/data-models/metadata");
21
+ /* import { DynamoBEDataModelParams } from './dynamobe-data-model-params';
22
+ import { Metadata } from './fullstack-models/data-models/metadata';
23
+
23
24
  module.exports = {
24
- Metadata: metadata_1.Metadata, DynamoBEDataModelParams: dynamobe_data_model_params_1.DynamoBEDataModelParams
25
- };
25
+ Metadata, DynamoBEDataModelParams
26
+ } */
@@ -642,7 +642,7 @@
642
642
  "affectsGlobalScope": false
643
643
  },
644
644
  "../src/_models/index.ts": {
645
- "version": "0771141bcfa41b0e312230a8b83ee77b8d69fdfb3070b2e429010b0017b32877",
645
+ "version": "6c48aefe07fb6d3c69ea0ee18a134f163b338320f8fabdcc35599b9b07276fef",
646
646
  "signature": "f0591ac1ddfa85ba37227303c720e36ca760b0d6503ec114dc3e75328c7ff9ac",
647
647
  "affectsGlobalScope": false
648
648
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@futdevpro/nts-dynamo",
3
- "version": "01.03.42",
3
+ "version": "01.03.43",
4
4
  "description": "Dynamic NodeTS (NodeJS-Typescript), MongoDB Backend System Framework by Future Development Ltd.",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
@@ -21,9 +21,9 @@ export * from './fullstack-models/data-models/usage-session';
21
21
 
22
22
 
23
23
 
24
- import { DynamoBEDataModelParams } from './dynamobe-data-model-params';
24
+ /* import { DynamoBEDataModelParams } from './dynamobe-data-model-params';
25
25
  import { Metadata } from './fullstack-models/data-models/metadata';
26
26
 
27
27
  module.exports = {
28
28
  Metadata, DynamoBEDataModelParams
29
- }
29
+ } */