@availity/authorizations-axios 8.0.8 → 8.0.9

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
@@ -2,6 +2,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [8.0.9](https://github.com/Availity/sdk-js/compare/@availity/authorizations-axios@8.0.8...@availity/authorizations-axios@8.0.9) (2025-03-10)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@availity/api-axios` updated to version `8.0.8`
10
+ * `@availity/authorizations-core` updated to version `8.0.8`
11
+
12
+
5
13
  ## [8.0.8](https://github.com/Availity/sdk-js/compare/@availity/authorizations-axios@8.0.7...@availity/authorizations-axios@8.0.8) (2025-02-10)
6
14
 
7
15
  ### Dependency Updates
package/dist/index.js CHANGED
@@ -28,11 +28,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // src/index.js
31
- var src_exports = {};
32
- __export(src_exports, {
33
- default: () => src_default
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ default: () => index_default
34
34
  });
35
- module.exports = __toCommonJS(src_exports);
35
+ module.exports = __toCommonJS(index_exports);
36
36
  var import_authorizations_core = __toESM(require("@availity/authorizations-core"));
37
37
  var import_api_axios = require("@availity/api-axios");
38
38
  var AvAuthorizationsReact = class extends import_authorizations_core.default {
@@ -40,4 +40,4 @@ var AvAuthorizationsReact = class extends import_authorizations_core.default {
40
40
  super(import_api_axios.avUserPermissionsApi, import_api_axios.avRegionsApi, Promise);
41
41
  }
42
42
  };
43
- var src_default = new AvAuthorizationsReact();
43
+ var index_default = new AvAuthorizationsReact();
package/dist/index.mjs CHANGED
@@ -6,7 +6,7 @@ var AvAuthorizationsReact = class extends AvAuthorizations {
6
6
  super(avUserPermissionsApi, avRegionsApi, Promise);
7
7
  }
8
8
  };
9
- var src_default = new AvAuthorizationsReact();
9
+ var index_default = new AvAuthorizationsReact();
10
10
  export {
11
- src_default as default
11
+ index_default as default
12
12
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/authorizations-axios",
3
- "version": "8.0.8",
3
+ "version": "8.0.9",
4
4
  "description": "Availity authorizations react logic",
5
5
  "homepage": "https://availity.github.io/sdk-js/api/authorizations",
6
6
  "bugs": {
@@ -29,12 +29,12 @@
29
29
  "publish": "yarn npm publish --tolerate-republish --access public"
30
30
  },
31
31
  "dependencies": {
32
- "@availity/api-axios": "10.0.0",
33
- "@availity/authorizations-core": "4.0.0"
32
+ "@availity/api-axios": "10.0.1",
33
+ "@availity/authorizations-core": "4.0.1"
34
34
  },
35
35
  "devDependencies": {
36
- "axios": "^1.7.7",
37
- "tsup": "^7.2.0",
36
+ "axios": "^1.8.2",
37
+ "tsup": "^8.4.0",
38
38
  "typescript": "^5.5.4"
39
39
  },
40
40
  "peerDependencies": {