@dynamicalsystems/idl-conformance 0.7.0 → 0.7.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 +16 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamicalsystems/idl-conformance",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Conformance vectors and runner for the DSG wire profiles. A consumer implements the adapter over its real boundary parser and replays every vector; a counterpart fake is built from accept vectors, never written by hand.",
5
5
  "homepage": "https://github.com/DynamicalSystemsGroup/dsg-idl#readme",
6
6
  "bugs": "https://github.com/DynamicalSystemsGroup/dsg-idl/issues",
@@ -39,27 +39,26 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "scripts": {
43
- "build": "tsdown",
44
- "prepack": "tsdown",
45
- "check-types": "tsc --noEmit",
46
- "lint": "oxlint --config ../../.oxlintrc.json --type-aware .",
47
- "format:check": "oxfmt --check .",
48
- "test": "vitest run"
49
- },
50
42
  "dependencies": {
51
- "@dynamicalsystems/idl": "0.7.0",
43
+ "@dynamicalsystems/idl": "0.7.1",
52
44
  "@dynamicalsystems/orn-schemas": "0.1.0"
53
45
  },
54
46
  "devDependencies": {
55
- "@types/node": "catalog:",
56
- "oxfmt": "catalog:",
57
- "oxlint": "catalog:",
58
- "tsdown": "catalog:",
59
- "typescript": "catalog:",
60
- "vitest": "catalog:"
47
+ "@types/node": "24.13.3",
48
+ "oxfmt": "0.64.0",
49
+ "oxlint": "1.79.0",
50
+ "tsdown": "0.22.14",
51
+ "typescript": "7.0.2",
52
+ "vitest": "4.1.11"
61
53
  },
62
54
  "engines": {
63
55
  "node": ">=24"
56
+ },
57
+ "scripts": {
58
+ "build": "tsdown",
59
+ "check-types": "tsc --noEmit",
60
+ "lint": "oxlint --config ../../.oxlintrc.json --type-aware .",
61
+ "format:check": "oxfmt --check .",
62
+ "test": "vitest run"
64
63
  }
65
- }
64
+ }