@verifiquemos/sdk 0.1.8 → 0.1.9

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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  All notable changes to `@verifiquemos/sdk` will be documented here.
4
4
 
5
+ ## [0.1.9] - 2026-06-01
6
+
7
+ Graphify hygiene — no functional changes.
8
+
9
+ ### Internal
10
+ - `.gitignore` excludes `graphify-out/`. The authoritative knowledge
11
+ graph lives at the monorepo root (`verifiquemos/graphify-out/`);
12
+ this defensive entry covers the case where someone runs
13
+ `graphify watch .` from inside this SDK.
14
+
5
15
  ## [0.1.8] - 2026-05-31
6
16
 
7
17
  Generated-types release — no functional changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verifiquemos/sdk",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Official TypeScript SDK for the Verifiquemos compliance API",
5
5
  "license": "MIT",
6
6
  "author": "Verifiquemos",