ksef-client-ts 0.8.0 → 0.9.0

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": "ksef-client-ts",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "TypeScript client for the Polish National e-Invoice System (KSeF) API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -33,6 +33,8 @@
33
33
  "test:e2e:watch": "vitest tests/e2e --reporter=verbose",
34
34
  "test:watch": "vitest",
35
35
  "lint": "tsc --noEmit",
36
+ "lint:md": "markdownlint-cli2",
37
+ "lint:md:fix": "markdownlint-cli2 --fix",
36
38
  "link": "npm link",
37
39
  "prepublishOnly": "npm run build",
38
40
  "docs:dev": "vitepress dev docs",
@@ -41,7 +43,8 @@
41
43
  "check-api": "node scripts/check-openapi-coverage.mjs",
42
44
  "split-openapi": "node scripts/split-openapi.mjs",
43
45
  "sync-schemas": "node scripts/sync-xsd-schemas.mjs",
44
- "generate-schemas": "node --stack-size=16384 scripts/generate-invoice-schemas.mjs"
46
+ "generate-schemas": "node --stack-size=16384 scripts/generate-invoice-schemas.mjs",
47
+ "codex-review": "node scripts/codex-review.mjs"
45
48
  },
46
49
  "keywords": [
47
50
  "ksef",
@@ -78,6 +81,7 @@
78
81
  "fast-xml-parser": "^5.2.0",
79
82
  "node-forge": "^1.3.1",
80
83
  "qrcode": "^1.5.4",
84
+ "tar-stream": "^3.2.0",
81
85
  "xml-crypto": "^6.0.0",
82
86
  "yaml": "^2.5.0",
83
87
  "yauzl": "^3.2.1",
@@ -97,12 +101,14 @@
97
101
  "@types/node": "^22.13.10",
98
102
  "@types/node-forge": "^1.3.11",
99
103
  "@types/qrcode": "^1.5.5",
104
+ "@types/tar-stream": "^3.1.4",
100
105
  "@types/yauzl": "^2.10.3",
101
106
  "@types/yazl": "^3",
102
107
  "@vitest/coverage-v8": "^3.0.0",
103
108
  "fast-check": "^3.23.0",
104
109
  "jszip": "^3.10.1",
105
110
  "libxmljs2": "^0.37.0",
111
+ "markdownlint-cli2": "^0.22.1",
106
112
  "tsup": "^8.4.0",
107
113
  "typescript": "^5.8.2",
108
114
  "vitepress": "^1.6.4",