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

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-0";
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",