@wvdsh/sdk-js 0.0.37 → 0.0.38

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8022,6 +8022,7 @@ var WavedashSDK = (() => {
8022
8022
  const script = document.createElement("script");
8023
8023
  script.type = "text/javascript";
8024
8024
  script.src = src;
8025
+ script.crossOrigin = "use-credentials";
8025
8026
  script.onload = resolve;
8026
8027
  script.onerror = reject;
8027
8028
  document.head.appendChild(script);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvdsh/sdk-js",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "Wavedash JavaScript SDK",
5
5
  "main": "./dist/index.js",
6
6
  "files": [