@endevops/peppol-schema 0.1.2 → 0.1.3

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 +3 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/refs/heads/master/src/schemas/json/package.json",
3
3
  "name": "@endevops/peppol-schema",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "description": "TypeScript Effect Schema models for PEPPOL BIS Billing 3.0 — decode, validate and encode Invoice, Credit Note, Invoice Response and Message Level Response XML, with generated code lists, Schematron rules and identifier validations",
6
6
  "keywords": [
7
7
  "bis-billing",
@@ -148,7 +148,8 @@
148
148
  "lint-staged": {
149
149
  "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx}": [
150
150
  "oxfmt --no-error-on-unmatched-pattern",
151
- "oxlint --quiet --type-aware"
151
+ "oxlint --quiet --type-aware",
152
+ "sh -c 'exec fallow --changed-since HEAD --type-aware --fail-on-issues'"
152
153
  ],
153
154
  "*.{xml,json,jsonc}": [
154
155
  "oxfmt --no-error-on-unmatched-pattern"