@open-operational-state/validator 0.2.0 → 0.2.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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-operational-state/validator",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Conformance validation, fixture runner, and CLI implementation for Open Operational State",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -30,9 +30,9 @@
30
30
  "test": "bun test"
31
31
  },
32
32
  "dependencies": {
33
- "@open-operational-state/types": "^0.2.0",
34
- "@open-operational-state/core": "^0.2.0",
35
- "@open-operational-state/probe": "^0.2.0"
33
+ "@open-operational-state/types": "^0.2.1",
34
+ "@open-operational-state/core": "^0.2.1",
35
+ "@open-operational-state/probe": "^0.2.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "typescript": "^5.8.0"