@vizbeetv/homesso-sdk-qa 1.0.1 → 1.0.2
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 +17 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -68,6 +68,23 @@ import { HomeSSOContext } from '@vizbeetv/homesso-sdk-qa/es6';
|
|
|
68
68
|
|
|
69
69
|
---
|
|
70
70
|
|
|
71
|
+
## Script tag (CDN)
|
|
72
|
+
|
|
73
|
+
If you can't use a bundler, load the minified UMD bundle directly via `<script>`. The bundle exposes the SDK's named exports under `window.Vizbee` (e.g. `window.Vizbee.HomeSSOContext`).
|
|
74
|
+
|
|
75
|
+
QA bundles are served directly from S3 (no CloudFront, short cache, the newest 3 release snapshots retained):
|
|
76
|
+
|
|
77
|
+
| Variant | URL |
|
|
78
|
+
|---|---|
|
|
79
|
+
| ES5 | `https://vzb-origin-qa.s3.amazonaws.com/homesso/es5/v1/vizbee.js` |
|
|
80
|
+
| ES6 | `https://vzb-origin-qa.s3.amazonaws.com/homesso/es6/v1/vizbee.js` |
|
|
81
|
+
|
|
82
|
+
`/v1/` is the major-version live pointer — it always serves the newest `1.x` release. To pin to a specific version, swap `v1` for the full semver (e.g. `/v1.0.1/vizbee.js`).
|
|
83
|
+
|
|
84
|
+
For production use, switch to [`@vizbeetv/homesso-sdk`](https://www.npmjs.com/package/@vizbeetv/homesso-sdk) and the CloudFront URLs (`https://sdk.claspws.tv/homesso/…`).
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
71
88
|
## API reference
|
|
72
89
|
|
|
73
90
|
### `HomeSSOContext`
|