kcommons 5.6.1 → 5.6.2

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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -50,7 +50,7 @@ __exportStar(require("./constants/documentStatus.typings"), exports);
50
50
  __exportStar(require("./constants/form.constants"), exports);
51
51
  //Vendor
52
52
  __exportStar(require("./typings/quote.typings"), exports);
53
- // Commons
53
+ // Common
54
54
  __exportStar(require("./typings/common/paginationFilters.typings"), exports);
55
55
  // Classes
56
56
  __exportStar(require("./classes/asnWrapper.class"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.6.1",
3
+ "version": "5.6.2",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",