Skip to content

Commit dc07954

Browse files
committed
Update axios, bump to 1.7.1
1 parent cf2d94d commit dc07954

File tree

6 files changed

+3385
-642
lines changed

6 files changed

+3385
-642
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5+
### [1.7.1](https://github.com/doesdev/get-scrud/compare/1.7.0...1.7.1)
6+
7+
> 2022-01-17
8+
9+
- Update dependencies
10+
511
### [1.7.0](https://github.com/doesdev/get-scrud/compare/1.6.2...1.7.0)
612

713
> 2021-09-22

index.js

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,11 @@ var ms__default = /*#__PURE__*/_interopDefaultLegacy(ms);
1111
function _typeof(obj) {
1212
"@babel/helpers - typeof";
1313

14-
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
15-
_typeof = function (obj) {
16-
return typeof obj;
17-
};
18-
} else {
19-
_typeof = function (obj) {
20-
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
21-
};
22-
}
23-
24-
return _typeof(obj);
14+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
15+
return typeof obj;
16+
} : function (obj) {
17+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
18+
}, _typeof(obj);
2519
}
2620

2721
function _slicedToArray(arr, i) {

module.js

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,11 @@ import ms from 'pico-ms';
44
function _typeof(obj) {
55
"@babel/helpers - typeof";
66

7-
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
8-
_typeof = function (obj) {
9-
return typeof obj;
10-
};
11-
} else {
12-
_typeof = function (obj) {
13-
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
14-
};
15-
}
16-
17-
return _typeof(obj);
7+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
8+
return typeof obj;
9+
} : function (obj) {
10+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
11+
}, _typeof(obj);
1812
}
1913

2014
function _slicedToArray(arr, i) {

0 commit comments

Comments
 (0)