@verifiquemos/sdk 0.1.10 → 0.1.11

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 (2) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,11 +2,27 @@
2
2
 
3
3
  All notable changes to `@verifiquemos/sdk` will be documented here.
4
4
 
5
+ ## [0.1.11] - 2026-06-01
6
+
7
+ Tooling-only release — no functional changes to the public SDK
8
+ surface or the generated types.
9
+
10
+ ### Internal
11
+
12
+ - Added `.markdownlint-cli2.jsonc` so monorepo-wide markdown lint runs
13
+ skip `node_modules/` and `dist/` when executed from this
14
+ subproject. A comment notes that `.markdownlintignore` is not
15
+ honored by `markdownlint-cli2` v0.21 (verified empirically).
16
+ - Markdown formatting cleanup in `CHANGELOG.md` from
17
+ `markdownlint-cli2 --fix` (MD022 / MD031 / MD032). No content
18
+ changes.
19
+
5
20
  ## [0.1.10] - 2026-06-01
6
21
 
7
22
  Generated-types release — no functional changes.
8
23
 
9
24
  ### Internal
25
+
10
26
  - `src/generated.ts` regenerated from `verifiquemos-api/openapi.json`
11
27
  (api 0.35.8, up from 0.35.2). Net +432/-70 lines. The substantive
12
28
  surface is the dashboard split: two new export endpoints
@@ -29,6 +45,7 @@ Generated-types release — no functional changes.
29
45
  Graphify hygiene — no functional changes.
30
46
 
31
47
  ### Internal
48
+
32
49
  - `.gitignore` excludes `graphify-out/`. The authoritative knowledge
33
50
  graph lives at the monorepo root (`verifiquemos/graphify-out/`);
34
51
  this defensive entry covers the case where someone runs
@@ -39,6 +56,7 @@ Graphify hygiene — no functional changes.
39
56
  Generated-types release — no functional changes.
40
57
 
41
58
  ### Internal
59
+
42
60
  - `src/generated.ts` regenerated from `verifiquemos-api/openapi.json`
43
61
  (api 0.35.2). Cumulative refresh after ~13 api releases — the
44
62
  previous regen was against api 0.22.4 — net +684/-21 lines. New
@@ -64,6 +82,7 @@ Generated-types release — no functional changes.
64
82
  Generated-types release — no functional changes.
65
83
 
66
84
  ### Internal
85
+
67
86
  - `src/generated.ts` regenerated from `verifiquemos-api/openapi.json`
68
87
  (api 0.22.4). The api cycle 0.22.0 → 0.22.4 made no endpoint
69
88
  signature or response-shape changes; the +1031/-1031 diff is fully
@@ -76,19 +95,22 @@ Generated-types release — no functional changes.
76
95
  Documentation release — no functional changes.
77
96
 
78
97
  ### Internal
98
+
79
99
  - README adds a Requirements section (Node >=20, npm >=10) and documents
80
100
  the publish gate explicitly — push a `v*` tag, the Azure pipeline runs
81
101
  `npm publish --access public` after `prepublishOnly` (typecheck + test
82
- + build). CI invariants unchanged.
102
+ - build). CI invariants unchanged.
83
103
 
84
104
  ## [0.1.5] - 2026-05-25
85
105
 
86
106
  Documentation and tooling release — no functional changes.
87
107
 
88
108
  ### Fixed
109
+
89
110
  - README: corrected the `validations.create` example to match the API — `cui` is extracted from the DPI via OCR (not a parameter), `dpiFile` replaces `dpiFront`/`dpiBack`, and `paisOrigenFondos` takes an ISO-3 code (`GTM`).
90
111
 
91
112
  ### Internal
113
+
92
114
  - Added ESLint 10 (flat config) wired into the scripts, `prepublishOnly` and CI; the generated client is ignored.
93
115
  - Added a CLAUDE.md agent guide and an `.env.example` for the examples.
94
116
 
@@ -101,9 +123,11 @@ Maintenance release — version aligned with the Python SDK (no functional chang
101
123
  First published release.
102
124
 
103
125
  ### Fixed
126
+
104
127
  - Corrected the default API domain from `verifiquemos.gt` to `verifiquemos.com` (default `baseUrl`, README, support email and homepage).
105
128
 
106
129
  ### Changed
130
+
107
131
  - Removed the private repository URL from public package metadata.
108
132
 
109
133
  ## [0.1.1] - 2026-05-25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verifiquemos/sdk",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Official TypeScript SDK for the Verifiquemos compliance API",
5
5
  "license": "MIT",
6
6
  "author": "Verifiquemos",