@feathersjs/client 4.5.11 → 4.5.14
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/CHANGELOG.md +27 -0
- package/dist/authentication.js +82 -54
- package/dist/authentication.js.map +1 -1
- package/dist/authentication.min.js +1 -1
- package/dist/core.js +96 -53
- package/dist/core.js.map +1 -1
- package/dist/core.min.js +1 -1
- package/dist/feathers.js +1540 -173
- package/dist/feathers.js.map +1 -1
- package/dist/feathers.min.js +1 -1
- package/dist/primus.js +36 -20
- package/dist/primus.js.map +1 -1
- package/dist/primus.min.js +1 -1
- package/dist/rest.js +1448 -108
- package/dist/rest.js.map +1 -1
- package/dist/rest.min.js +1 -1
- package/dist/socketio.js +36 -20
- package/dist/socketio.js.map +1 -1
- package/dist/socketio.min.js +1 -1
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @feathersjs/client
|
package/dist/authentication.js
CHANGED
|
@@ -12,7 +12,7 @@ return /******/ (function() { // webpackBootstrap
|
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
14
|
/***/ "../../node_modules/debug/src/browser.js":
|
|
15
|
-
|
|
15
|
+
/*!***********************************************!*\
|
|
16
16
|
!*** ../../node_modules/debug/src/browser.js ***!
|
|
17
17
|
\***********************************************/
|
|
18
18
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -202,7 +202,7 @@ formatters.j = function (v) {
|
|
|
202
202
|
/***/ }),
|
|
203
203
|
|
|
204
204
|
/***/ "../../node_modules/debug/src/common.js":
|
|
205
|
-
|
|
205
|
+
/*!**********************************************!*\
|
|
206
206
|
!*** ../../node_modules/debug/src/common.js ***!
|
|
207
207
|
\**********************************************/
|
|
208
208
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
@@ -213,7 +213,7 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
|
|
|
213
213
|
|
|
214
214
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
215
215
|
|
|
216
|
-
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator
|
|
216
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
217
217
|
|
|
218
218
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
219
219
|
|
|
@@ -250,7 +250,7 @@ function setup(env) {
|
|
|
250
250
|
createDebug.formatters = {};
|
|
251
251
|
/**
|
|
252
252
|
* Selects a color for a debug namespace
|
|
253
|
-
* @param {String} namespace The namespace string for the
|
|
253
|
+
* @param {String} namespace The namespace string for the debug instance to be colored
|
|
254
254
|
* @return {Number|String} An ANSI color code for the given namespace
|
|
255
255
|
* @api private
|
|
256
256
|
*/
|
|
@@ -278,6 +278,8 @@ function setup(env) {
|
|
|
278
278
|
function createDebug(namespace) {
|
|
279
279
|
var prevTime;
|
|
280
280
|
var enableOverride = null;
|
|
281
|
+
var namespacesCache;
|
|
282
|
+
var enabledCache;
|
|
281
283
|
|
|
282
284
|
function debug() {
|
|
283
285
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
@@ -341,7 +343,16 @@ function setup(env) {
|
|
|
341
343
|
enumerable: true,
|
|
342
344
|
configurable: false,
|
|
343
345
|
get: function get() {
|
|
344
|
-
|
|
346
|
+
if (enableOverride !== null) {
|
|
347
|
+
return enableOverride;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
if (namespacesCache !== createDebug.namespaces) {
|
|
351
|
+
namespacesCache = createDebug.namespaces;
|
|
352
|
+
enabledCache = createDebug.enabled(namespace);
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
return enabledCache;
|
|
345
356
|
},
|
|
346
357
|
set: function set(v) {
|
|
347
358
|
enableOverride = v;
|
|
@@ -371,6 +382,7 @@ function setup(env) {
|
|
|
371
382
|
|
|
372
383
|
function enable(namespaces) {
|
|
373
384
|
createDebug.save(namespaces);
|
|
385
|
+
createDebug.namespaces = namespaces;
|
|
374
386
|
createDebug.names = [];
|
|
375
387
|
createDebug.skips = [];
|
|
376
388
|
var i;
|
|
@@ -485,7 +497,7 @@ module.exports = setup;
|
|
|
485
497
|
/***/ }),
|
|
486
498
|
|
|
487
499
|
/***/ "../authentication-client/lib/core.js":
|
|
488
|
-
|
|
500
|
+
/*!********************************************!*\
|
|
489
501
|
!*** ../authentication-client/lib/core.js ***!
|
|
490
502
|
\********************************************/
|
|
491
503
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
@@ -497,7 +509,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
497
509
|
|
|
498
510
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
499
511
|
|
|
500
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
512
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
501
513
|
|
|
502
514
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
503
515
|
|
|
@@ -507,7 +519,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
507
519
|
|
|
508
520
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
509
521
|
|
|
510
|
-
function _iterableToArrayLimit(arr, i) {
|
|
522
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
511
523
|
|
|
512
524
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
513
525
|
|
|
@@ -551,6 +563,16 @@ var AuthenticationClient = /*#__PURE__*/function () {
|
|
|
551
563
|
}
|
|
552
564
|
|
|
553
565
|
_createClass(AuthenticationClient, [{
|
|
566
|
+
key: "service",
|
|
567
|
+
get: function get() {
|
|
568
|
+
return this.app.service(this.options.path);
|
|
569
|
+
}
|
|
570
|
+
}, {
|
|
571
|
+
key: "storage",
|
|
572
|
+
get: function get() {
|
|
573
|
+
return this.app.get('storage');
|
|
574
|
+
}
|
|
575
|
+
}, {
|
|
554
576
|
key: "handleSocket",
|
|
555
577
|
value: function handleSocket(socket) {
|
|
556
578
|
var _this = this;
|
|
@@ -715,16 +737,6 @@ var AuthenticationClient = /*#__PURE__*/function () {
|
|
|
715
737
|
return _this6.handleError(error, 'logout');
|
|
716
738
|
});
|
|
717
739
|
}
|
|
718
|
-
}, {
|
|
719
|
-
key: "service",
|
|
720
|
-
get: function get() {
|
|
721
|
-
return this.app.service(this.options.path);
|
|
722
|
-
}
|
|
723
|
-
}, {
|
|
724
|
-
key: "storage",
|
|
725
|
-
get: function get() {
|
|
726
|
-
return this.app.get('storage');
|
|
727
|
-
}
|
|
728
740
|
}]);
|
|
729
741
|
|
|
730
742
|
return AuthenticationClient;
|
|
@@ -735,7 +747,7 @@ exports.AuthenticationClient = AuthenticationClient;
|
|
|
735
747
|
/***/ }),
|
|
736
748
|
|
|
737
749
|
/***/ "../authentication-client/lib/hooks/authentication.js":
|
|
738
|
-
|
|
750
|
+
/*!************************************************************!*\
|
|
739
751
|
!*** ../authentication-client/lib/hooks/authentication.js ***!
|
|
740
752
|
\************************************************************/
|
|
741
753
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
@@ -758,7 +770,7 @@ var authentication = function authentication() {
|
|
|
758
770
|
method = context.method,
|
|
759
771
|
service = context.app.authentication;
|
|
760
772
|
|
|
761
|
-
if (commons_1.stripSlashes(service.options.path) === path && method === 'create') {
|
|
773
|
+
if ((0, commons_1.stripSlashes)(service.options.path) === path && method === 'create') {
|
|
762
774
|
return context;
|
|
763
775
|
}
|
|
764
776
|
|
|
@@ -777,7 +789,7 @@ exports.authentication = authentication;
|
|
|
777
789
|
/***/ }),
|
|
778
790
|
|
|
779
791
|
/***/ "../authentication-client/lib/hooks/index.js":
|
|
780
|
-
|
|
792
|
+
/*!***************************************************!*\
|
|
781
793
|
!*** ../authentication-client/lib/hooks/index.js ***!
|
|
782
794
|
\***************************************************/
|
|
783
795
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
@@ -811,7 +823,7 @@ Object.defineProperty(exports, "populateHeader", ({
|
|
|
811
823
|
/***/ }),
|
|
812
824
|
|
|
813
825
|
/***/ "../authentication-client/lib/hooks/populate-header.js":
|
|
814
|
-
|
|
826
|
+
/*!*************************************************************!*\
|
|
815
827
|
!*** ../authentication-client/lib/hooks/populate-header.js ***!
|
|
816
828
|
\*************************************************************/
|
|
817
829
|
/***/ (function(__unused_webpack_module, exports) {
|
|
@@ -849,7 +861,7 @@ exports.populateHeader = populateHeader;
|
|
|
849
861
|
/***/ }),
|
|
850
862
|
|
|
851
863
|
/***/ "../authentication-client/lib/index.js":
|
|
852
|
-
|
|
864
|
+
/*!*********************************************!*\
|
|
853
865
|
!*** ../authentication-client/lib/index.js ***!
|
|
854
866
|
\*********************************************/
|
|
855
867
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -859,12 +871,18 @@ exports.populateHeader = populateHeader;
|
|
|
859
871
|
|
|
860
872
|
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
861
873
|
if (k2 === undefined) k2 = k;
|
|
862
|
-
Object.
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
874
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
875
|
+
|
|
876
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
877
|
+
desc = {
|
|
878
|
+
enumerable: true,
|
|
879
|
+
get: function get() {
|
|
880
|
+
return m[k];
|
|
881
|
+
}
|
|
882
|
+
};
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
Object.defineProperty(o, k2, desc);
|
|
868
886
|
} : function (o, m, k, k2) {
|
|
869
887
|
if (k2 === undefined) k2 = k;
|
|
870
888
|
o[k2] = m[k];
|
|
@@ -927,7 +945,7 @@ var getDefaultStorage = function getDefaultStorage() {
|
|
|
927
945
|
};
|
|
928
946
|
|
|
929
947
|
exports.getDefaultStorage = getDefaultStorage;
|
|
930
|
-
exports.defaultStorage = exports.getDefaultStorage();
|
|
948
|
+
exports.defaultStorage = (0, exports.getDefaultStorage)();
|
|
931
949
|
exports.defaults = {
|
|
932
950
|
header: 'Authorization',
|
|
933
951
|
scheme: 'Bearer',
|
|
@@ -959,7 +977,7 @@ var init = function init() {
|
|
|
959
977
|
};
|
|
960
978
|
};
|
|
961
979
|
|
|
962
|
-
exports
|
|
980
|
+
exports["default"] = init;
|
|
963
981
|
|
|
964
982
|
if (true) {
|
|
965
983
|
module.exports = Object.assign(init, module.exports);
|
|
@@ -968,7 +986,7 @@ if (true) {
|
|
|
968
986
|
/***/ }),
|
|
969
987
|
|
|
970
988
|
/***/ "../authentication-client/lib/storage.js":
|
|
971
|
-
|
|
989
|
+
/*!***********************************************!*\
|
|
972
990
|
!*** ../authentication-client/lib/storage.js ***!
|
|
973
991
|
\***********************************************/
|
|
974
992
|
/***/ (function(__unused_webpack_module, exports) {
|
|
@@ -980,7 +998,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
980
998
|
|
|
981
999
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
982
1000
|
|
|
983
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
1001
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
984
1002
|
|
|
985
1003
|
Object.defineProperty(exports, "__esModule", ({
|
|
986
1004
|
value: true
|
|
@@ -1050,7 +1068,7 @@ exports.StorageWrapper = StorageWrapper;
|
|
|
1050
1068
|
/***/ }),
|
|
1051
1069
|
|
|
1052
1070
|
/***/ "./src/authentication.js":
|
|
1053
|
-
|
|
1071
|
+
/*!*******************************!*\
|
|
1054
1072
|
!*** ./src/authentication.js ***!
|
|
1055
1073
|
\*******************************/
|
|
1056
1074
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
@@ -1060,7 +1078,7 @@ module.exports = __webpack_require__(/*! @feathersjs/authentication-client */ ".
|
|
|
1060
1078
|
/***/ }),
|
|
1061
1079
|
|
|
1062
1080
|
/***/ "../commons/lib/hooks.js":
|
|
1063
|
-
|
|
1081
|
+
/*!*******************************!*\
|
|
1064
1082
|
!*** ../commons/lib/hooks.js ***!
|
|
1065
1083
|
\*******************************/
|
|
1066
1084
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
@@ -1068,7 +1086,7 @@ module.exports = __webpack_require__(/*! @feathersjs/authentication-client */ ".
|
|
|
1068
1086
|
"use strict";
|
|
1069
1087
|
|
|
1070
1088
|
|
|
1071
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
1089
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
1072
1090
|
|
|
1073
1091
|
Object.defineProperty(exports, "__esModule", ({
|
|
1074
1092
|
value: true
|
|
@@ -1080,7 +1098,7 @@ var utils_1 = __webpack_require__(/*! ./utils */ "../commons/lib/utils.js");
|
|
|
1080
1098
|
var _utils_1$_ = utils_1._,
|
|
1081
1099
|
each = _utils_1$_.each,
|
|
1082
1100
|
pick = _utils_1$_.pick;
|
|
1083
|
-
exports.ACTIVATE_HOOKS = utils_1.createSymbol('__feathersActivateHooks');
|
|
1101
|
+
exports.ACTIVATE_HOOKS = (0, utils_1.createSymbol)('__feathersActivateHooks');
|
|
1084
1102
|
|
|
1085
1103
|
function createHookObject(method) {
|
|
1086
1104
|
var data = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
@@ -1293,7 +1311,7 @@ exports.enableHooks = enableHooks;
|
|
|
1293
1311
|
/***/ }),
|
|
1294
1312
|
|
|
1295
1313
|
/***/ "../commons/lib/index.js":
|
|
1296
|
-
|
|
1314
|
+
/*!*******************************!*\
|
|
1297
1315
|
!*** ../commons/lib/index.js ***!
|
|
1298
1316
|
\*******************************/
|
|
1299
1317
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
@@ -1303,12 +1321,18 @@ exports.enableHooks = enableHooks;
|
|
|
1303
1321
|
|
|
1304
1322
|
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
1305
1323
|
if (k2 === undefined) k2 = k;
|
|
1306
|
-
Object.
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1324
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1325
|
+
|
|
1326
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1327
|
+
desc = {
|
|
1328
|
+
enumerable: true,
|
|
1329
|
+
get: function get() {
|
|
1330
|
+
return m[k];
|
|
1331
|
+
}
|
|
1332
|
+
};
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
Object.defineProperty(o, k2, desc);
|
|
1312
1336
|
} : function (o, m, k, k2) {
|
|
1313
1337
|
if (k2 === undefined) k2 = k;
|
|
1314
1338
|
o[k2] = m[k];
|
|
@@ -1355,7 +1379,7 @@ exports.hooks = hookUtils;
|
|
|
1355
1379
|
/***/ }),
|
|
1356
1380
|
|
|
1357
1381
|
/***/ "../commons/lib/utils.js":
|
|
1358
|
-
|
|
1382
|
+
/*!*******************************!*\
|
|
1359
1383
|
!*** ../commons/lib/utils.js ***!
|
|
1360
1384
|
\*******************************/
|
|
1361
1385
|
/***/ (function(__unused_webpack_module, exports) {
|
|
@@ -1365,7 +1389,7 @@ exports.hooks = hookUtils;
|
|
|
1365
1389
|
|
|
1366
1390
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
1367
1391
|
|
|
1368
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
1392
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
1369
1393
|
|
|
1370
1394
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
1371
1395
|
|
|
@@ -1375,7 +1399,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
1375
1399
|
|
|
1376
1400
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
1377
1401
|
|
|
1378
|
-
function _iterableToArrayLimit(arr, i) {
|
|
1402
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
1379
1403
|
|
|
1380
1404
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
1381
1405
|
|
|
@@ -1525,12 +1549,12 @@ exports.createSymbol = createSymbol;
|
|
|
1525
1549
|
/***/ }),
|
|
1526
1550
|
|
|
1527
1551
|
/***/ "../errors/lib/index.js":
|
|
1528
|
-
|
|
1552
|
+
/*!******************************!*\
|
|
1529
1553
|
!*** ../errors/lib/index.js ***!
|
|
1530
1554
|
\******************************/
|
|
1531
1555
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1532
1556
|
|
|
1533
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
1557
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
1534
1558
|
|
|
1535
1559
|
var debug = __webpack_require__(/*! debug */ "../../node_modules/debug/src/browser.js")('@feathersjs/errors');
|
|
1536
1560
|
|
|
@@ -1774,7 +1798,7 @@ module.exports = Object.assign({
|
|
|
1774
1798
|
/***/ }),
|
|
1775
1799
|
|
|
1776
1800
|
/***/ "../../node_modules/ms/index.js":
|
|
1777
|
-
|
|
1801
|
+
/*!**************************************!*\
|
|
1778
1802
|
!*** ../../node_modules/ms/index.js ***!
|
|
1779
1803
|
\**************************************/
|
|
1780
1804
|
/***/ (function(module) {
|
|
@@ -1953,8 +1977,9 @@ function plural(ms, msAbs, n, name) {
|
|
|
1953
1977
|
/******/ // The require function
|
|
1954
1978
|
/******/ function __webpack_require__(moduleId) {
|
|
1955
1979
|
/******/ // Check if module is in cache
|
|
1956
|
-
/******/
|
|
1957
|
-
/******/
|
|
1980
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
1981
|
+
/******/ if (cachedModule !== undefined) {
|
|
1982
|
+
/******/ return cachedModule.exports;
|
|
1958
1983
|
/******/ }
|
|
1959
1984
|
/******/ // Create a new module (and put it into the cache)
|
|
1960
1985
|
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
@@ -1971,10 +1996,13 @@ function plural(ms, msAbs, n, name) {
|
|
|
1971
1996
|
/******/ }
|
|
1972
1997
|
/******/
|
|
1973
1998
|
/************************************************************************/
|
|
1974
|
-
/******/
|
|
1999
|
+
/******/
|
|
1975
2000
|
/******/ // startup
|
|
1976
2001
|
/******/ // Load entry module and return exports
|
|
1977
|
-
/******/
|
|
2002
|
+
/******/ // This entry module used 'module' so it can't be inlined
|
|
2003
|
+
/******/ var __webpack_exports__ = __webpack_require__("./src/authentication.js");
|
|
2004
|
+
/******/
|
|
2005
|
+
/******/ return __webpack_exports__;
|
|
1978
2006
|
/******/ })()
|
|
1979
2007
|
;
|
|
1980
2008
|
});
|