@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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 = '/apps/vizbl/http';
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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@neurodyn/react-room-viewer",
3
3
  "type": "module",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },