@availity/exceptions-axios 5.0.12 → 6.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
+ # [6.0.0](https://github.com/Availity/sdk-js/compare/@availity/exceptions-axios@5.0.12...@availity/exceptions-axios@6.0.0) (2025-05-14)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `api-axios` updated to version `5.0.12`
10
+ * `exceptions-core` updated to version `5.0.12`
11
+
12
+ ### chore
13
+
14
+ * drop support for node 18 and add support for node 22 ([1e3dcc3](https://github.com/Availity/sdk-js/commit/1e3dcc3311021edc5691b1383aa393ebebe1d9db))
15
+
16
+
17
+ ### BREAKING CHANGES
18
+
19
+ * drop support for node 18
20
+
21
+
22
+
5
23
  ## [5.0.12](https://github.com/Availity/sdk-js/compare/@availity/exceptions-axios@5.0.11...@availity/exceptions-axios@5.0.12) (2025-05-09)
6
24
 
7
25
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/exceptions-axios",
3
- "version": "5.0.12",
3
+ "version": "6.0.0",
4
4
  "description": "Availity class to log exceptions via axios",
5
5
  "license": "MIT",
6
6
  "author": "Evan Sharp <evan.sharp@availity.com>",
@@ -17,7 +17,7 @@
17
17
  }
18
18
  },
19
19
  "engines": {
20
- "node": "^18.0.0 || ^20.0.0"
20
+ "node": "^20.0.0 || ^22.0.0"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "tsup src/index.js --format esm,cjs --dts",
@@ -28,8 +28,8 @@
28
28
  "publish": "yarn npm publish --tolerate-republish --access public"
29
29
  },
30
30
  "dependencies": {
31
- "@availity/api-axios": "10.0.4",
32
- "@availity/exceptions-core": "5.0.3"
31
+ "@availity/api-axios": "11.0.0",
32
+ "@availity/exceptions-core": "6.0.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "tsup": "^8.4.0",