kcommons 16.3.1 → 16.4.0

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.
@@ -30,7 +30,7 @@ export declare enum SUB_PO_INCLUDES {
30
30
  export declare enum SUB_PO_METAFIELDS_INCLUDE {
31
31
  items_data = "items_data",
32
32
  vendor_data = "vendor_data",
33
- shipping_locatin_data = "shipping_locatin_data"
33
+ shipping_location_data = "shipping_location_data"
34
34
  }
35
35
  interface ISubPOFiltersBase {
36
36
  name?: string;
@@ -25,5 +25,5 @@ var SUB_PO_METAFIELDS_INCLUDE;
25
25
  (function (SUB_PO_METAFIELDS_INCLUDE) {
26
26
  SUB_PO_METAFIELDS_INCLUDE["items_data"] = "items_data";
27
27
  SUB_PO_METAFIELDS_INCLUDE["vendor_data"] = "vendor_data";
28
- SUB_PO_METAFIELDS_INCLUDE["shipping_locatin_data"] = "shipping_locatin_data";
28
+ SUB_PO_METAFIELDS_INCLUDE["shipping_location_data"] = "shipping_location_data";
29
29
  })(SUB_PO_METAFIELDS_INCLUDE || (exports.SUB_PO_METAFIELDS_INCLUDE = SUB_PO_METAFIELDS_INCLUDE = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "16.3.1",
3
+ "version": "16.4.0",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",