@availity/dockyard 2.0.2 → 3.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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ # [3.0.0](https://github.com/Availity/sdk-js/compare/@availity/dockyard@2.0.2...@availity/dockyard@3.0.0) (2025-05-14)
6
+
7
+
8
+ ### chore
9
+
10
+ * drop support for node 18 and add support for node 22 ([1e3dcc3](https://github.com/Availity/sdk-js/commit/1e3dcc3311021edc5691b1383aa393ebebe1d9db))
11
+
12
+
13
+ ### BREAKING CHANGES
14
+
15
+ * drop support for node 18
16
+
17
+
18
+
5
19
  ## [2.0.2](https://github.com/Availity/sdk-js/compare/@availity/dockyard@2.0.1...@availity/dockyard@2.0.2) (2025-03-14)
6
20
 
7
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/dockyard",
3
- "version": "2.0.2",
3
+ "version": "3.0.0",
4
4
  "description": "Convert yup schema to a friendly docs object",
5
5
  "keywords": [
6
6
  "yup",
@@ -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",