@paymos/sdk 2.0.3 → 2.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.1.0] - 2026-07-21
4
+
5
+ - feat(docs): make the developer surface consumable by LLM agents
6
+
3
7
  ## [2.0.3] - 2026-07-19
4
8
 
5
9
  - fix: align SDK problem details semantics
package/dist/index.cjs CHANGED
@@ -206,7 +206,7 @@ function rfc3986(value) {
206
206
  }
207
207
 
208
208
  // src/version.ts
209
- var SDK_VERSION = "2.0.3";
209
+ var SDK_VERSION = "2.1.0";
210
210
 
211
211
  // src/http.ts
212
212
  var HttpClient = class {
package/dist/index.d.cts CHANGED
@@ -258,7 +258,7 @@ declare class WebhookVerifier {
258
258
  constructEvent<T = unknown>(signatureHeader: string, rawBody: string | Buffer, now?: number): WebhookEvent<T>;
259
259
  }
260
260
 
261
- declare const SDK_VERSION = "2.0.3";
261
+ declare const SDK_VERSION = "2.1.0";
262
262
 
263
263
  declare class Paymos {
264
264
  readonly invoices: InvoicesResource;
package/dist/index.d.ts CHANGED
@@ -258,7 +258,7 @@ declare class WebhookVerifier {
258
258
  constructEvent<T = unknown>(signatureHeader: string, rawBody: string | Buffer, now?: number): WebhookEvent<T>;
259
259
  }
260
260
 
261
- declare const SDK_VERSION = "2.0.3";
261
+ declare const SDK_VERSION = "2.1.0";
262
262
 
263
263
  declare class Paymos {
264
264
  readonly invoices: InvoicesResource;
package/dist/index.js CHANGED
@@ -160,7 +160,7 @@ function rfc3986(value) {
160
160
  }
161
161
 
162
162
  // src/version.ts
163
- var SDK_VERSION = "2.0.3";
163
+ var SDK_VERSION = "2.1.0";
164
164
 
165
165
  // src/http.ts
166
166
  var HttpClient = class {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paymos/sdk",
3
- "version": "2.0.3",
3
+ "version": "2.1.0",
4
4
  "description": "Official TypeScript and JavaScript SDK for the Paymos Merchant API",
5
5
  "keywords": [
6
6
  "paymos",