@digitaldefiance/node-express-suite 1.0.6 → 1.0.7

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/README.md CHANGED
@@ -663,6 +663,10 @@ For issues and questions:
663
663
 
664
664
  ## ChangeLog
665
665
 
666
+ ### Version 1.0.7
667
+
668
+ - Export missing enumeration
669
+
666
670
  ### Version 1.0.6
667
671
 
668
672
  - Export enumerations
@@ -1,4 +1,5 @@
1
1
  export * from './base-model-name';
2
2
  export * from './length-encoding-type';
3
+ export * from './schema-collection';
3
4
  export * from './symmetric-error-type';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/enumerations/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/enumerations/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC"}
@@ -16,5 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./base-model-name"), exports);
18
18
  __exportStar(require("./length-encoding-type"), exports);
19
+ __exportStar(require("./schema-collection"), exports);
19
20
  __exportStar(require("./symmetric-error-type"), exports);
20
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/enumerations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,yDAAuC;AACvC,yDAAuC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/enumerations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,yDAAuC;AACvC,sDAAoC;AACpC,yDAAuC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/node-express-suite",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Generic express application and routing library with decorator support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",