@builder.io/plugin-sfcc-commerce-api 0.0.7-0 → 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.6";
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",
@@ -33827,7 +33828,13 @@ System.register(['@builder.io/react', '@emotion/core', '@material-ui/core', 'rea
33827
33828
  {
33828
33829
  name: "proxy",
33829
33830
  type: "string",
33830
- required: true
33831
+ required: false
33832
+ },
33833
+ {
33834
+ name: "redirectURI",
33835
+ type: "string",
33836
+ required: false,
33837
+ helperText: "redirectURI must be configured by SLAS admin"
33831
33838
  },
33832
33839
  {
33833
33840
  name: "shortCode",