@mitre/hdf-diff 3.1.0-rc.1 → 3.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mitre/hdf-diff",
3
- "version": "3.1.0-rc.1",
3
+ "version": "3.2.0",
4
4
  "description": "Structured comparison of HDF evaluation results — tracks what changed, why, and by how much",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -25,7 +25,7 @@
25
25
  "author": "MITRE Corporation",
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@mitre/hdf-validators": "^3.1.0-rc.1"
28
+ "@mitre/hdf-validators": "^3.2.0"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=22.0.0"