@availity/authorizations-axios 9.0.16 → 9.1.1

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 +19 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [9.1.1](https://github.com/availity/sdk-js/compare/@availity/authorizations-axios@9.1.0...@availity/authorizations-axios@9.1.1) (2026-05-28)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `api-axios` updated to version `9.1.0`
10
+
11
+
12
+ # [9.1.0](https://github.com/availity/sdk-js/compare/@availity/authorizations-axios@9.0.16...@availity/authorizations-axios@9.1.0) (2026-05-27)
13
+
14
+ ### Dependency Updates
15
+
16
+ * `authorizations-core` updated to version `9.0.16`
17
+
18
+ ### Features
19
+
20
+ * add node 24 support ([5e735d6](https://github.com/availity/sdk-js/commit/5e735d6957dcf455e41b3017dc34250dfe07055e))
21
+
22
+
23
+
5
24
  ## [9.0.16](https://github.com/availity/sdk-js/compare/@availity/authorizations-axios@9.0.15...@availity/authorizations-axios@9.0.16) (2026-05-27)
6
25
 
7
26
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/authorizations-axios",
3
- "version": "9.0.16",
3
+ "version": "9.1.1",
4
4
  "description": "Availity authorizations react logic",
5
5
  "homepage": "https://availity.github.io/sdk-js/api/authorizations",
6
6
  "bugs": {
@@ -26,7 +26,7 @@
26
26
  }
27
27
  },
28
28
  "engines": {
29
- "node": "^20.0.0 || ^22.0.0"
29
+ "node": "^20.0.0 || ^22.0.0 || ^24.0.0"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tsup src/index.js --format esm,cjs --dts",
@@ -37,8 +37,8 @@
37
37
  "publish": "yarn npm publish --tolerate-republish --access public"
38
38
  },
39
39
  "dependencies": {
40
- "@availity/api-axios": "12.3.0",
41
- "@availity/authorizations-core": "5.0.0"
40
+ "@availity/api-axios": "12.3.1",
41
+ "@availity/authorizations-core": "5.1.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "axios": "^1.13.2",