backendless 6.3.13-test.1 → 6.3.15

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.
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ********************************************************************************************************************
3
- * Backendless SDK for JavaScript. Version: 6.3.13-test.1
3
+ * Backendless SDK for JavaScript. Version: 6.3.15
4
4
  *
5
5
  * Copyright 2012-2022 BACKENDLESS.COM. All Rights Reserved.
6
6
  *
@@ -2093,7 +2093,7 @@ throw new Error('This Backendless JS SDK assembly is not intended for Node.js en
2093
2093
 
2094
2094
  /* WEBPACK VAR INJECTION */(function(process) {var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
2095
2095
  * ********************************************************************************************************************
2096
- * Backendless RT Client for JavaScript. Version: 0.0.25-test.1
2096
+ * Backendless RT Client for JavaScript. Version: 0.1.0
2097
2097
  *
2098
2098
  * Copyright 2012-2018 BACKENDLESS.COM. All Rights Reserved.
2099
2099
  *
@@ -23591,6 +23591,7 @@ var Users = /*#__PURE__*/function () {
23591
23591
 
23592
23592
  return _context12.abrupt("return", this.currentUserRequest = this.dataStore.findById(currentUserId).then(function (user) {
23593
23593
  _this5.currentUserRequest = null;
23594
+ user['user-token'] = _this5.currentUser && _this5.currentUser['user-token'] || undefined;
23594
23595
  return _this5.currentUser = user;
23595
23596
  })["catch"](function (error) {
23596
23597
  _this5.currentUserRequest = null;