@sesamy/sesamy-js 1.21.5 → 1.21.6

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.
@@ -172,6 +172,7 @@ export type Entitlement = {
172
172
  id: string;
173
173
  sku: string;
174
174
  purchaseOptionsId?: string;
175
+ presentationUrl?: string;
175
176
  url?: string;
176
177
  cover?: string;
177
178
  title: string;
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "registry": "https://registry.npmjs.org/",
7
7
  "tag": "latest"
8
8
  },
9
- "version": "1.21.5",
9
+ "version": "1.21.6",
10
10
  "main": "dist/sesamy-js.cjs",
11
11
  "module": "dist/sesamy-js.mjs",
12
12
  "types": "dist/sesamy-js.d.ts",