@whop/embedded-components-vanilla-js 0.0.11 → 0.0.12

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/dist/url.js CHANGED
@@ -24,10 +24,10 @@ __export(url_exports, {
24
24
  getScriptUrl: () => getScriptUrl
25
25
  });
26
26
  module.exports = __toCommonJS(url_exports);
27
- const getOrigin = () => "https://0-0-11.elements.whop.com/";
27
+ const getOrigin = () => "https://0-0-12.elements.whop.com/";
28
28
  const getScriptUrl = () => {
29
29
  return new URL(`/release/elements.js`, getOrigin()).toString();
30
30
  };
31
- const ORIGIN = "https://0-0-11.elements.whop.com/";
32
- const SCRIPT_URL = new URL(`/release/elements.js`, "https://0-0-11.elements.whop.com/").toString();
31
+ const ORIGIN = "https://0-0-12.elements.whop.com/";
32
+ const SCRIPT_URL = new URL(`/release/elements.js`, "https://0-0-12.elements.whop.com/").toString();
33
33
  //# sourceMappingURL=url.js.map
package/dist/url.mjs CHANGED
@@ -1,7 +1,7 @@
1
- const getOrigin = ()=>"https://0-0-11.elements.whop.com/";
1
+ const getOrigin = ()=>"https://0-0-12.elements.whop.com/";
2
2
  const getScriptUrl = ()=>{
3
3
  return new URL(`/release/elements.js`, getOrigin()).toString();
4
4
  };
5
- const ORIGIN = "https://0-0-11.elements.whop.com/";
6
- const SCRIPT_URL = new URL(`/release/elements.js`, "https://0-0-11.elements.whop.com/").toString();
5
+ const ORIGIN = "https://0-0-12.elements.whop.com/";
6
+ const SCRIPT_URL = new URL(`/release/elements.js`, "https://0-0-12.elements.whop.com/").toString();
7
7
  export { ORIGIN, SCRIPT_URL, getOrigin, getScriptUrl };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whop/embedded-components-vanilla-js",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Whop Elements loading utility",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",