@availity/dl-axios 3.0.58 → 3.0.59

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 3.0.59 (2021-09-16)
7
+
8
+ **Note:** Version bump only for package @availity/dl-axios
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.0.58](https://github.com/Availity/sdk-js/compare/@availity/dl-axios@3.0.57...@availity/dl-axios@3.0.58) (2021-05-25)
7
15
 
8
16
  **Note:** Version bump only for package @availity/dl-axios
package/README.md CHANGED
@@ -9,11 +9,11 @@
9
9
  ### NPM
10
10
 
11
11
  ```bash
12
- $ npm install @availity/dl-axios
12
+ npm install @availity/dl-axios
13
13
  ```
14
14
 
15
15
  ### Yarn
16
16
 
17
17
  ```bash
18
- $ yarn add @availity/dl-axios
18
+ yarn add @availity/dl-axios
19
19
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/dl-axios",
3
- "version": "3.0.58",
3
+ "version": "3.0.59",
4
4
  "description": "Utility to download files from services",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
@@ -19,13 +19,13 @@
19
19
  "axios": "^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0"
20
20
  },
21
21
  "devDependencies": {
22
- "@availity/dl-core": "^3.0.58",
22
+ "@availity/dl-core": "^3.0.59",
23
23
  "axios": "^0.21.1"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"
27
27
  },
28
- "gitHead": "27db5c579b26e745db82558e1f80e7824c9bf8d0",
28
+ "gitHead": "e74d19e307f522cd164d32fa70cda7bbcf90a61d",
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.14.0",
31
31
  "core-js": "^3.12.1"