@dynamicalsystems/idl 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 +15 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamicalsystems/idl",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "The DSG governed compute plane wire profiles: TypeBox schemas, profile literals, and Static types for every dsg.*.*/N shape. One meaning per profile, frozen per version.",
5
5
  "homepage": "https://github.com/DynamicalSystemsGroup/dsg-idl#readme",
6
6
  "bugs": "https://github.com/DynamicalSystemsGroup/dsg-idl/issues",
@@ -38,26 +38,25 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "scripts": {
42
- "build": "tsdown",
43
- "prepack": "tsdown",
44
- "check-types": "tsc --noEmit",
45
- "lint": "oxlint --config ../../.oxlintrc.json --type-aware .",
46
- "format:check": "oxfmt --check .",
47
- "test": "vitest run"
48
- },
49
41
  "dependencies": {
50
42
  "@dynamicalsystems/orn-schemas": "0.1.0",
51
- "@sinclair/typebox": "catalog:"
43
+ "@sinclair/typebox": "0.34.52"
52
44
  },
53
45
  "devDependencies": {
54
- "oxfmt": "catalog:",
55
- "oxlint": "catalog:",
56
- "tsdown": "catalog:",
57
- "typescript": "catalog:",
58
- "vitest": "catalog:"
46
+ "oxfmt": "0.64.0",
47
+ "oxlint": "1.79.0",
48
+ "tsdown": "0.22.14",
49
+ "typescript": "7.0.2",
50
+ "vitest": "4.1.11"
59
51
  },
60
52
  "engines": {
61
53
  "node": ">=24"
54
+ },
55
+ "scripts": {
56
+ "build": "tsdown",
57
+ "check-types": "tsc --noEmit",
58
+ "lint": "oxlint --config ../../.oxlintrc.json --type-aware .",
59
+ "format:check": "oxfmt --check .",
60
+ "test": "vitest run"
62
61
  }
63
- }
62
+ }