@receiz/sdk 93.0.0 → 93.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/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const RECEIZ_SDK_VERSION = "93.
|
|
1
|
+
export declare const RECEIZ_SDK_VERSION = "93.1.0";
|
|
2
2
|
export declare const RECEIZ_DEFAULT_BASE_URL = "https://receiz.com";
|
|
3
3
|
export declare const RECEIZ_WEBHOOK_SIGNATURE_HEADER = "x-receiz-signature";
|
|
4
4
|
export declare const RECEIZ_WEBHOOK_TIMESTAMP_HEADER = "x-receiz-timestamp";
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const RECEIZ_SDK_VERSION = "93.
|
|
1
|
+
export const RECEIZ_SDK_VERSION = "93.1.0";
|
|
2
2
|
export const RECEIZ_DEFAULT_BASE_URL = "https://receiz.com";
|
|
3
3
|
export const RECEIZ_WEBHOOK_SIGNATURE_HEADER = "x-receiz-signature";
|
|
4
4
|
export const RECEIZ_WEBHOOK_TIMESTAMP_HEADER = "x-receiz-timestamp";
|
package/package.json
CHANGED