@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 +4 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
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
|
|
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
|
|
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