@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/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.0";
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.0";
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.js CHANGED
@@ -1137,7 +1137,7 @@ function assertChannelAllowed(channel, allowlist) {
1137
1137
  }
1138
1138
 
1139
1139
  // src/index.ts
1140
- var VERSION = "0.1.0";
1140
+ var VERSION = "0.1.1";
1141
1141
  var API_VERSION = "v1";
1142
1142
  export {
1143
1143
  API_VERSION,