@verifiquemos/sdk 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 (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +1 -5
package/CHANGELOG.md CHANGED
@@ -2,11 +2,16 @@
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.3] - 2026-05-25
6
+
7
+ First published release.
6
8
 
7
9
  ### Fixed
8
10
  - Corrected the default API domain from `verifiquemos.gt` to `verifiquemos.com` (default `baseUrl`, README, support email and homepage).
9
11
 
12
+ ### Changed
13
+ - Removed the private repository URL from public package metadata.
14
+
10
15
  ## [0.1.1] - 2026-05-25
11
16
 
12
17
  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.3",
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",