@getsupertab/supertab-js 3.35.0 → 3.35.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 +9 -0
- package/dist/pkg/prod/{browser-ponyfill-DnAOqArq.js → browser-ponyfill-LkyFO8fr.js} +1 -1
- package/dist/pkg/prod/{sentry-CEvc4M9w.js → sentry-CwZdhRYf.js} +1 -1
- package/dist/pkg/prod/{supertab-6xMEbAry.js → supertab-DJbTNwwI.js} +3559 -3559
- package/dist/pkg/prod/supertab.js +1 -1
- package/package.json +2 -4
package/README.md
CHANGED
|
@@ -40,6 +40,15 @@ Replace them with your actual IDs to test this code with your Supertab.js mercha
|
|
|
40
40
|
Each experience has a corresponding client ID and experience ID. You can find them in the [Supertab Business Portal](https://business.supertab.co)
|
|
41
41
|
under "Experiences" -> Pencil icon (edit) -> "Installation" -> "Code Snippet".
|
|
42
42
|
|
|
43
|
+
## Dependencies
|
|
44
|
+
|
|
45
|
+
All dependencies in this package are listed under `devDependencies` in `package.json`. This is because:
|
|
46
|
+
|
|
47
|
+
- The repository bundles all dependencies into the build output
|
|
48
|
+
- Consumers only need the built files from e.g. `dist/pkg/prod`
|
|
49
|
+
- No external dependencies are required at runtime
|
|
50
|
+
- The reason for bundling all dependencies (even with the npm package) is to avoid dependency conflicts with the consuming app.
|
|
51
|
+
|
|
43
52
|
## Links
|
|
44
53
|
|
|
45
54
|
- [Supertab Docs](https://docs.supertab.co/)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as mu, T as gu, P as _u, a as Su, V as yu } from "./supertab-
|
|
1
|
+
import { r as mu, T as gu, P as _u, a as Su, V as yu } from "./supertab-DJbTNwwI.js";
|
|
2
2
|
const b = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, q = globalThis, at = "9.40.0";
|
|
3
3
|
function ht() {
|
|
4
4
|
return lr(q), q;
|