@tesseraloyalty/sdk 0.1.0 → 0.1.1
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/README.md +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
package/dist/index.d.cts
CHANGED
|
@@ -1129,7 +1129,7 @@ declare function signEventBody(rawBody: string, signingSecret: string, opts?: Si
|
|
|
1129
1129
|
*/
|
|
1130
1130
|
|
|
1131
1131
|
/** The published version of this SDK. Kept in sync with `package.json` at release. */
|
|
1132
|
-
declare const VERSION = "0.1.
|
|
1132
|
+
declare const VERSION = "0.1.1";
|
|
1133
1133
|
/** The major version of the Tessera operations API this SDK targets. */
|
|
1134
1134
|
declare const API_VERSION = "v1";
|
|
1135
1135
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1129,7 +1129,7 @@ declare function signEventBody(rawBody: string, signingSecret: string, opts?: Si
|
|
|
1129
1129
|
*/
|
|
1130
1130
|
|
|
1131
1131
|
/** The published version of this SDK. Kept in sync with `package.json` at release. */
|
|
1132
|
-
declare const VERSION = "0.1.
|
|
1132
|
+
declare const VERSION = "0.1.1";
|
|
1133
1133
|
/** The major version of the Tessera operations API this SDK targets. */
|
|
1134
1134
|
declare const API_VERSION = "v1";
|
|
1135
1135
|
|