@axsdk/browser 0.1.1 → 0.1.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 CHANGED
@@ -56,8 +56,8 @@ Copy both files from the package's `dist/` folder to your CDN or web server:
56
56
 
57
57
  | File | Purpose |
58
58
  |---|---|
59
- | `axsdk-browser.iife.js` | Lightweight loader for the host page |
60
- | `axsdk-browser-frame.iife.js` | Self-contained iframe bundle (React + AXUI + CSS) |
59
+ | `axsdk-browser.js` | Lightweight loader for the host page |
60
+ | `axsdk-browser-frame.js` | Self-contained iframe bundle (React + AXUI + CSS) |
61
61
 
62
62
  Both files **must be served from the same path prefix** — the loader automatically derives the frame bundle URL from its own `src` attribute.
63
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axsdk/browser",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "description": "axsdk browser - embed AXSDK widget in web",
6
6
  "keywords": [],