@availity/api-core
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [7.0.1](https://github.com/Availity/sdk-js/compare/@availity/api-core@7.0.0...@availity/api-core@7.0.1) (2021-05-20) | ||
### Bug Fixes | ||
* **api-core:** fix flattenObject import ([8c4375e](https://github.com/Availity/sdk-js/commit/8c4375eae85ae3d70f5c16d5c5691a746bc1d38b)) | ||
# [7.0.0](https://github.com/Availity/sdk-js/compare/@availity/api-core@6.6.6...@availity/api-core@7.0.0) (2021-05-17) | ||
@@ -8,0 +19,0 @@ |
@@ -32,3 +32,3 @@ "use strict"; | ||
var _flattenObject = _interopRequireDefault(require("@availity/api-core/lib/flattenObject")); | ||
var _flattenObject = _interopRequireDefault(require("../flattenObject")); | ||
@@ -35,0 +35,0 @@ var _ms = _interopRequireDefault(require("../ms")); |
{ | ||
"name": "@availity/api-core", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Base API definitions for the Availity REST API", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "4e1d7493ccf0ba9e776476efc86088f4324618cd" | ||
"gitHead": "b7a6ea84ef4cef0c7e06c0fe09c7da202e457249" | ||
} |
@@ -1,2 +0,2 @@ | ||
import flattenObject from '@availity/api-core/lib/flattenObject'; | ||
import flattenObject from '../flattenObject'; | ||
import AvMicroservice from '../ms'; | ||
@@ -30,3 +30,3 @@ | ||
const fields = Object.keys(flattened) | ||
.map(key => { | ||
.map((key) => { | ||
const name = key.replace(/\[\d+]/g, '[]'); | ||
@@ -33,0 +33,0 @@ const value = flattened[key]; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162656