@verifiquemos/sdk 0.1.2 → 0.1.4

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 -1
  2. package/package.json +1 -5
package/CHANGELOG.md CHANGED
@@ -2,11 +2,20 @@
2
2
 
3
3
  All notable changes to `@verifiquemos/sdk` will be documented here.
4
4
 
5
- ## [0.1.2] - 2026-05-25
5
+ ## [0.1.4] - 2026-05-25
6
+
7
+ Maintenance release — version aligned with the Python SDK (no functional changes).
8
+
9
+ ## [0.1.3] - 2026-05-25
10
+
11
+ First published release.
6
12
 
7
13
  ### Fixed
8
14
  - Corrected the default API domain from `verifiquemos.gt` to `verifiquemos.com` (default `baseUrl`, README, support email and homepage).
9
15
 
16
+ ### Changed
17
+ - Removed the private repository URL from public package metadata.
18
+
10
19
  ## [0.1.1] - 2026-05-25
11
20
 
12
21
  Maintenance release — no changes to the public SDK API.
package/package.json CHANGED
@@ -1,14 +1,10 @@
1
1
  {
2
2
  "name": "@verifiquemos/sdk",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Official TypeScript SDK for the Verifiquemos compliance API",
5
5
  "license": "MIT",
6
6
  "author": "Verifiquemos",
7
7
  "homepage": "https://verifiquemos.com/developers",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://dev.azure.com/verifiquemos/Verifiquemos/_git/verifiquemos-sdk-typescript"
11
- },
12
8
  "main": "./dist/index.cjs",
13
9
  "module": "./dist/index.js",
14
10
  "types": "./dist/index.d.ts",