@builder.io/plugin-sfcc-commerce-api 0.0.7-1 → 0.0.7-2

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.
@@ -33563,7 +33563,7 @@ System.register(['@builder.io/react', '@emotion/core', '@material-ui/core', 'rea
33563
33563
  }); };
33564
33564
 
33565
33565
  var name = "@builder.io/plugin-sfcc-commerce-api";
33566
- var version = "0.0.7-0";
33566
+ var version = "0.0.7-1";
33567
33567
  var description = "";
33568
33568
  var keywords = [
33569
33569
  ];
@@ -33585,6 +33585,7 @@ System.register(['@builder.io/react', '@emotion/core', '@material-ui/core', 'rea
33585
33585
  lint: "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
33586
33586
  prebuild: "rimraf dist",
33587
33587
  build: "rollup -c rollup.config.ts",
33588
+ "release:patch": "npm run build && npm version patch && npm publish",
33588
33589
  "release:dev": "npm run build && npm version prerelease --no-git-tag-version && npm publish --tag dev",
33589
33590
  start: "SERVE=true rollup -c rollup.config.ts -w",
33590
33591
  test: "jest --coverage",
@@ -33760,7 +33761,7 @@ System.register(['@builder.io/react', '@emotion/core', '@material-ui/core', 'rea
33760
33761
  pluginId: this.pluginId,
33761
33762
  apiKey: this.apiKey
33762
33763
  });
33763
- const root = "https://qa.builder.io";
33764
+ const root = appState.config.apiRoot();
33764
33765
  const baseUrl = new URL(`${root}/api/v1/sfcc-commerce/${path}`);
33765
33766
  baseUrl.search = params.toString();
33766
33767
  return baseUrl.toString();