bruce-models 0.2.3 → 0.2.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.
@@ -112,7 +112,7 @@ var User;
112
112
  throw ("Username is required.");
113
113
  }
114
114
  req = api.GET("user/loginavailable/" + username);
115
- prom = new Promise(function (rej, res) { return __awaiter(_this, void 0, void 0, function () {
115
+ prom = new Promise(function (res, rej) { return __awaiter(_this, void 0, void 0, function () {
116
116
  var data, e_1;
117
117
  return __generator(this, function (_a) {
118
118
  switch (_a.label) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-models",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-models.umd.js",