@getsupertab/supertab-js 3.48.1 → 3.48.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 +2 -0
- package/dist/pkg/prod/{browser-ponyfill-c9OvqK63.js → browser-ponyfill-DBgBTe5i.js} +1 -1
- package/dist/pkg/prod/{sentry-CDFpZQ_J.js → sentry-F4GheEBg.js} +4670 -4168
- package/dist/pkg/prod/{supertab-hveHAsrB.js → supertab-LVgJr5tH.js} +25795 -25350
- package/dist/pkg/prod/supertab.js +1 -1
- package/package.json +9 -11
package/README.md
CHANGED
|
@@ -49,6 +49,8 @@ All dependencies in this package are listed under `devDependencies` in `package.
|
|
|
49
49
|
- No external dependencies are required at runtime
|
|
50
50
|
- The reason for bundling all dependencies (even with the npm package) is to avoid dependency conflicts with the consuming app.
|
|
51
51
|
|
|
52
|
+
Note: This package does not include an `engines` field in `package.json` because Node.js is only required for building the package, not for consuming it. The published npm package contains pre-built JavaScript bundles that run in the browser, so Node.js is a build detail, not a runtime requirement.
|
|
53
|
+
|
|
52
54
|
## Links
|
|
53
55
|
|
|
54
56
|
- [Supertab Docs](https://docs.supertab.co/)
|