@availity/authorizations-axios 10.0.0 → 10.0.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.
- package/CHANGELOG.md +8 -0
- package/package.json +7 -9
- package/dist/index.cjs +0 -43
- package/dist/index.d.cts +0 -6
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
|
+
## [10.0.1](https://github.com/availity/sdk-js/compare/@availity/authorizations-axios@10.0.0...@availity/authorizations-axios@10.0.1) (2026-06-09)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `api-axios` updated to version `10.0.0`
|
|
10
|
+
* `authorizations-core` updated to version `10.0.0`
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
# [10.0.0](https://github.com/availity/sdk-js/compare/@availity/authorizations-axios@9.1.1...@availity/authorizations-axios@10.0.0) (2026-06-08)
|
|
6
14
|
|
|
7
15
|
### Dependency Updates
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@availity/authorizations-axios",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.1",
|
|
4
4
|
"description": "Availity authorizations react logic",
|
|
5
5
|
"homepage": "https://availity.github.io/sdk-js/api/authorizations",
|
|
6
6
|
"bugs": {
|
|
@@ -14,31 +14,29 @@
|
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"author": "Kasey Powers <kasey.powers@availity.com>",
|
|
16
16
|
"type": "module",
|
|
17
|
-
"main": "./dist/index.
|
|
18
|
-
"module": "./dist/index.js",
|
|
17
|
+
"main": "./dist/index.js",
|
|
19
18
|
"types": "./dist/index.d.ts",
|
|
20
19
|
"exports": {
|
|
21
20
|
"./package.json": "./package.json",
|
|
22
21
|
".": {
|
|
23
22
|
"types": "./dist/index.d.ts",
|
|
24
|
-
"import": "./dist/index.js"
|
|
25
|
-
"require": "./dist/index.cjs"
|
|
23
|
+
"import": "./dist/index.js"
|
|
26
24
|
}
|
|
27
25
|
},
|
|
28
26
|
"engines": {
|
|
29
27
|
"node": "^22.0.0 || ^24.0.0"
|
|
30
28
|
},
|
|
31
29
|
"scripts": {
|
|
32
|
-
"build": "tsup src/index.js --format esm
|
|
33
|
-
"dev": "tsup src/index.js --format esm
|
|
30
|
+
"build": "tsup src/index.js --format esm --clean --dts",
|
|
31
|
+
"dev": "tsup src/index.js --format esm --watch --dts",
|
|
34
32
|
"lint": "eslint src",
|
|
35
33
|
"lint:fix": "eslint src --fix",
|
|
36
34
|
"clean": "rm -rf node_modules && rm -rf dist",
|
|
37
35
|
"publish": "yarn npm publish --tolerate-republish --access public"
|
|
38
36
|
},
|
|
39
37
|
"dependencies": {
|
|
40
|
-
"@availity/api-axios": "13.0.
|
|
41
|
-
"@availity/authorizations-core": "6.0.
|
|
38
|
+
"@availity/api-axios": "13.0.1",
|
|
39
|
+
"@availity/authorizations-core": "6.0.1"
|
|
42
40
|
},
|
|
43
41
|
"devDependencies": {
|
|
44
42
|
"axios": "^1.17.0",
|
package/dist/index.cjs
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var __copyProps = (to, from, except, desc) => {
|
|
13
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
-
for (let key of __getOwnPropNames(from))
|
|
15
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
|
|
30
|
-
// src/index.js
|
|
31
|
-
var index_exports = {};
|
|
32
|
-
__export(index_exports, {
|
|
33
|
-
default: () => index_default
|
|
34
|
-
});
|
|
35
|
-
module.exports = __toCommonJS(index_exports);
|
|
36
|
-
var import_authorizations_core = __toESM(require("@availity/authorizations-core"), 1);
|
|
37
|
-
var import_api_axios = require("@availity/api-axios");
|
|
38
|
-
var AvAuthorizationsReact = class extends import_authorizations_core.default {
|
|
39
|
-
constructor() {
|
|
40
|
-
super(import_api_axios.avUserPermissionsApi, import_api_axios.avRegionsApi, Promise);
|
|
41
|
-
}
|
|
42
|
-
};
|
|
43
|
-
var index_default = new AvAuthorizationsReact();
|
package/dist/index.d.cts
DELETED