@availity/authorizations-axios 6.0.2 → 7.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ # [7.0.0](https://github.com/Availity/sdk-js/compare/@availity/authorizations-axios@6.0.3...@availity/authorizations-axios@7.0.0) (2023-06-14)
6
+
7
+
8
+ ### chore
9
+
10
+ * **authorizations-axios:** bump axios to v1 ([7f994b1](https://github.com/Availity/sdk-js/commit/7f994b1d7b85a6f446b09e31fbcbe2d59e8747e6))
11
+
12
+
13
+ ### BREAKING CHANGES
14
+
15
+ * **authorizations-axios:** axios version 1.4.0 or greater is required
16
+
17
+
18
+
19
+ ## [6.0.3](https://github.com/Availity/sdk-js/compare/@availity/authorizations-axios@6.0.2...@availity/authorizations-axios@6.0.3) (2022-06-15)
20
+
21
+
22
+
5
23
  ## [6.0.2](https://github.com/Availity/sdk-js/compare/@availity/authorizations-axios@6.0.1...@availity/authorizations-axios@6.0.2) (2022-05-24)
6
24
 
7
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/authorizations-axios",
3
- "version": "6.0.2",
3
+ "version": "7.0.0",
4
4
  "description": "Availity authorizations react logic",
5
5
  "homepage": "https://availity.github.io/sdk-js/api/authorizations",
6
6
  "bugs": {
@@ -27,11 +27,11 @@
27
27
  "publish": "yarn npm publish --tolerate-republish --access public"
28
28
  },
29
29
  "dependencies": {
30
- "@availity/api-axios": "7.0.2",
31
- "@availity/authorizations-core": "3.0.2"
30
+ "@availity/api-axios": "8.0.0",
31
+ "@availity/authorizations-core": "3.0.3"
32
32
  },
33
33
  "devDependencies": {
34
- "axios": "^0.21.1",
34
+ "axios": "^1.4.0",
35
35
  "tsup": "^5.12.8",
36
36
  "typescript": "^4.6.4"
37
37
  },