@audius/sdk 0.0.18 → 0.0.19

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.
package/dist/index.js CHANGED
@@ -50319,7 +50319,7 @@ var require$$0$2 = /*@__PURE__*/getAugmentedNamespace(sdk$1);
50319
50319
  var libs$1 = createModule("/$$rollup_base$$/src");
50320
50320
 
50321
50321
  var name = "@audius/sdk";
50322
- var version = "0.0.18";
50322
+ var version = "0.0.19";
50323
50323
  var description = "";
50324
50324
  var main = "dist/index.js";
50325
50325
  var types = "dist/types.d.ts";
package/dist/legacy.js CHANGED
@@ -50319,7 +50319,7 @@ var require$$0$2 = /*@__PURE__*/getAugmentedNamespace(sdk$1);
50319
50319
  var libs$1 = createModule("/$$rollup_base$$/src");
50320
50320
 
50321
50321
  var name = "@audius/sdk";
50322
- var version = "0.0.18";
50322
+ var version = "0.0.19";
50323
50323
  var description = "";
50324
50324
  var main = "dist/index.js";
50325
50325
  var types = "dist/types.d.ts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@audius/sdk",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types.d.ts",
@@ -68,16 +68,15 @@ function merge-bump () {
68
68
  git checkout master -f
69
69
  git merge ${STUB}-${VERSION} -m "$(commit-message)"
70
70
 
71
- # git push -u origin master
71
+ git push -u origin master
72
72
 
73
73
  # clean up release branches
74
- # git push origin :${STUB}-${VERSION}
74
+ git push origin :${STUB}-${VERSION}
75
75
  }
76
76
 
77
77
  # publish to npm
78
78
  function publish () {
79
- echo
80
- # npm publish . --access public
79
+ npm publish . --access public
81
80
  }
82
81
 
83
82
  # configuration