@availity/analytics-core 5.0.12 → 6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,30 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [6.0.1](https://github.com/Availity/sdk-js/compare/@availity/analytics-core@6.0.0...@availity/analytics-core@6.0.1) (2025-06-13)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `api-axios` updated to version `6.0.0`
10
+
11
+
12
+ # [6.0.0](https://github.com/Availity/sdk-js/compare/@availity/analytics-core@5.0.12...@availity/analytics-core@6.0.0) (2025-05-14)
13
+
14
+ ### Dependency Updates
15
+
16
+ * `api-axios` updated to version `5.0.12`
17
+
18
+ ### chore
19
+
20
+ * drop support for node 18 and add support for node 22 ([1e3dcc3](https://github.com/Availity/sdk-js/commit/1e3dcc3311021edc5691b1383aa393ebebe1d9db))
21
+
22
+
23
+ ### BREAKING CHANGES
24
+
25
+ * drop support for node 18
26
+
27
+
28
+
5
29
  ## [5.0.12](https://github.com/Availity/sdk-js/compare/@availity/analytics-core@5.0.11...@availity/analytics-core@5.0.12) (2025-05-09)
6
30
 
7
31
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/analytics-core",
3
- "version": "5.0.12",
3
+ "version": "6.0.1",
4
4
  "description": "Analytics base configuration for sdk-js",
5
5
  "keywords": [
6
6
  "availity",
@@ -30,7 +30,7 @@
30
30
  }
31
31
  },
32
32
  "engines": {
33
- "node": "^18.0.0 || ^20.0.0"
33
+ "node": "^20.0.0 || ^22.0.0"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup src/index.js --format esm,cjs --dts",
@@ -43,7 +43,7 @@
43
43
  "yup": "^0.32.11"
44
44
  },
45
45
  "devDependencies": {
46
- "@availity/api-axios": "10.0.4",
46
+ "@availity/api-axios": "11.1.0",
47
47
  "tsup": "^8.4.0",
48
48
  "typescript": "^5.5.4"
49
49
  },