@availity/native-form 7.0.3 → 7.0.4

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [7.0.4](https://github.com/Availity/sdk-js/compare/@availity/native-form@7.0.3...@availity/native-form@7.0.4) (2025-09-22)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `api-axios` updated to version `7.0.3`
10
+
11
+
5
12
  ## [7.0.3](https://github.com/Availity/sdk-js/compare/@availity/native-form@7.0.2...@availity/native-form@7.0.3) (2025-07-24)
6
13
 
7
14
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/native-form",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "description": "Submit JSON data via a native form, not AJAX. Useful when you need to open a new page with a POST action.",
5
5
  "keywords": [
6
6
  "availity",
@@ -43,7 +43,7 @@
43
43
  "publish": "yarn npm publish --tolerate-republish --access public"
44
44
  },
45
45
  "dependencies": {
46
- "@availity/api-axios": "11.1.1"
46
+ "@availity/api-axios": "11.2.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "tsup": "^8.4.0",