@availity/exceptions-axios 4.0.4 → 4.0.6

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,18 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [4.0.6](https://github.com/Availity/sdk-js/compare/@availity/exceptions-axios@4.0.5...@availity/exceptions-axios@4.0.6) (2024-05-30)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `api-axios` updated to version `4.0.5`
10
+ * `exceptions-core` updated to version `4.0.5`
11
+
12
+
13
+ ## [4.0.5](https://github.com/Availity/sdk-js/compare/@availity/exceptions-axios@4.0.4...@availity/exceptions-axios@4.0.5) (2024-02-19)
14
+
15
+
16
+
5
17
  ## [4.0.4](https://github.com/Availity/sdk-js/compare/@availity/exceptions-axios@4.0.3...@availity/exceptions-axios@4.0.4) (2023-08-23)
6
18
 
7
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/exceptions-axios",
3
- "version": "4.0.4",
3
+ "version": "4.0.6",
4
4
  "description": "Availity class to log exceptions via axios",
5
5
  "license": "MIT",
6
6
  "author": "Evan Sharp <evan.sharp@availity.com>",
@@ -14,12 +14,11 @@
14
14
  "lint": "eslint src",
15
15
  "lint:fix": "eslint src --fix",
16
16
  "clean": "rm -rf node_modules && rm -rf dist",
17
- "bundlesize": "bundlesize",
18
17
  "publish": "yarn npm publish --tolerate-republish --access public"
19
18
  },
20
19
  "dependencies": {
21
- "@availity/api-axios": "8.0.3",
22
- "@availity/exceptions-core": "4.1.1"
20
+ "@availity/api-axios": "8.0.8",
21
+ "@availity/exceptions-core": "4.1.3"
23
22
  },
24
23
  "devDependencies": {
25
24
  "tsup": "^7.2.0",
package/project.json CHANGED
@@ -16,7 +16,8 @@
16
16
  "preset": "angular",
17
17
  "commitMessageFormat": "chore({projectName}): release version ${version} [skip ci]",
18
18
  "tagPrefix": "@availity/{projectName}@",
19
- "baseBranch": "master"
19
+ "baseBranch": "master",
20
+ "trackDeps": true
20
21
  }
21
22
  },
22
23
  "lint": {