@availity/analytics-core 5.0.11 → 6.0.0

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.0](https://github.com/Availity/sdk-js/compare/@availity/analytics-core@5.0.12...@availity/analytics-core@6.0.0) (2025-05-14)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `api-axios` updated to version `5.0.12`
10
+
11
+ ### chore
12
+
13
+ * drop support for node 18 and add support for node 22 ([1e3dcc3](https://github.com/Availity/sdk-js/commit/1e3dcc3311021edc5691b1383aa393ebebe1d9db))
14
+
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ * drop support for node 18
19
+
20
+
21
+
22
+ ## [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)
23
+
24
+ ### Dependency Updates
25
+
26
+ * `api-axios` updated to version `5.0.11`
27
+
28
+
5
29
  ## [5.0.11](https://github.com/Availity/sdk-js/compare/@availity/analytics-core@5.0.10...@availity/analytics-core@5.0.11) (2025-04-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.11",
3
+ "version": "6.0.0",
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.3",
46
+ "@availity/api-axios": "11.0.0",
47
47
  "tsup": "^8.4.0",
48
48
  "typescript": "^5.5.4"
49
49
  },