@atomic-ehr/codegen 0.0.4-canary.20251217082407.6dae422 → 0.0.4-canary.20251217085017.be512ec

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": "@atomic-ehr/codegen",
3
- "version": "0.0.4-canary.20251217082407.6dae422",
3
+ "version": "0.0.4-canary.20251217085017.be512ec",
4
4
  "description": "Code generation tools for FHIR resources and TypeSchema definitions",
5
5
  "keywords": [
6
6
  "fhir",
@@ -41,7 +41,9 @@
41
41
  "test:quick": "bun test test/unit/ --timeout 5000",
42
42
  "build": "tsup",
43
43
  "typecheck": "bunx tsc --noEmit",
44
- "lint": "biome check --write",
44
+ "lint": "biome check",
45
+ "lint:fix": "biome check --write",
46
+ "lint:fix:unsafe": "biome check --write --unsafe",
45
47
  "format": "biome format --write",
46
48
  "quality": "bun run typecheck && bun run lint && bun run test:unit",
47
49
  "cli": "bun run src/cli/index.ts",