@neurodyn/react-room-viewer 0.0.3 → 0.0.4
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5846,7 +5846,7 @@ function createShadowRootCssText(cssText) {
|
|
|
5846
5846
|
}
|
|
5847
5847
|
var styleinline = __webpack_require__("./src/style.css?inline");
|
|
5848
5848
|
const shadowRootCssText = createShadowRootCssText(styleinline.A);
|
|
5849
|
-
const shopifyProxyApiBaseUrl =
|
|
5849
|
+
const shopifyProxyApiBaseUrl = "/apps/vizbl-wall-art/http";
|
|
5850
5850
|
function normalizeRoomViewerApiKey(apiKey) {
|
|
5851
5851
|
const trimmed = apiKey?.trim();
|
|
5852
5852
|
return trimmed || void 0;
|