@builder.io/plugin-sfcc-commerce-api 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.
@@ -33174,7 +33174,7 @@ System.register(['@builder.io/react', '@emotion/core', '@material-ui/core', 'rea
33174
33174
  }); };
33175
33175
 
33176
33176
  var name = "@builder.io/plugin-sfcc-commerce-api";
33177
- var version = "0.0.2";
33177
+ var version = "0.0.3";
33178
33178
  var description = "";
33179
33179
  var keywords = [
33180
33180
  ];
@@ -33330,7 +33330,7 @@ System.register(['@builder.io/react', '@emotion/core', '@material-ui/core', 'rea
33330
33330
  pluginId: this.pluginId,
33331
33331
  apiKey: this.apiKey
33332
33332
  });
33333
- const root = appState.config.apiRoot();
33333
+ const root = "https://qa.builder.io";
33334
33334
  const baseUrl = new URL(`${root}/api/v1/sfcc-commerce/${path}`);
33335
33335
  baseUrl.search = params.toString();
33336
33336
  return baseUrl.toString();