extra-request 4.0.1 → 5.0.0
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/es2015/index.min.mjs +2 -2
- package/dist/es2015/index.min.mjs.map +1 -1
- package/dist/es2015/index.mjs +2593 -273
- package/dist/es2015/index.mjs.map +1 -1
- package/dist/es2015/index.umd.js +2594 -274
- package/dist/es2015/index.umd.js.map +1 -1
- package/dist/es2015/index.umd.min.js +2 -2
- package/dist/es2015/index.umd.min.js.map +1 -1
- package/dist/es2018/index.min.mjs +2 -2
- package/dist/es2018/index.min.mjs.map +1 -1
- package/dist/es2018/index.mjs +2593 -273
- package/dist/es2018/index.mjs.map +1 -1
- package/dist/es2018/index.umd.js +2594 -274
- package/dist/es2018/index.umd.js.map +1 -1
- package/dist/es2018/index.umd.min.js +2 -2
- package/dist/es2018/index.umd.min.js.map +1 -1
- package/package.json +21 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "extra-request",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Utilities for Request",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fetch",
|
|
@@ -19,6 +19,9 @@
|
|
|
19
19
|
"./es2018/transformers/*": "./lib/es2018/transformers/*",
|
|
20
20
|
"./es2015/transformers/*": "./lib/es2015/transformers/*"
|
|
21
21
|
},
|
|
22
|
+
"engines": {
|
|
23
|
+
"node": ">=16"
|
|
24
|
+
},
|
|
22
25
|
"types": "lib/es2018/index.d.ts",
|
|
23
26
|
"repository": "git@github.com:BlackGlory/extra-request.git",
|
|
24
27
|
"author": "BlackGlory <woshenmedoubuzhidao@blackglory.me>",
|
|
@@ -50,40 +53,40 @@
|
|
|
50
53
|
},
|
|
51
54
|
"devDependencies": {
|
|
52
55
|
"@blackglory/jest-matchers": "^0.2.0",
|
|
53
|
-
"@commitlint/cli": "^
|
|
54
|
-
"@commitlint/config-conventional": "^
|
|
56
|
+
"@commitlint/cli": "^16.1.0",
|
|
57
|
+
"@commitlint/config-conventional": "^16.0.0",
|
|
55
58
|
"@rollup/plugin-commonjs": "^21.0.1",
|
|
56
59
|
"@rollup/plugin-json": "^4.1.0",
|
|
57
|
-
"@rollup/plugin-node-resolve": "^13.1.
|
|
58
|
-
"@rollup/plugin-replace": "^3.0.
|
|
60
|
+
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
61
|
+
"@rollup/plugin-replace": "^3.0.1",
|
|
59
62
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
60
|
-
"@types/jest": "^27.0
|
|
61
|
-
"@types/papaparse": "^5.3.
|
|
62
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
63
|
-
"@typescript-eslint/parser": "^5.
|
|
64
|
-
"eslint": "^8.
|
|
65
|
-
"extra-fetch": "^
|
|
63
|
+
"@types/jest": "^27.4.0",
|
|
64
|
+
"@types/papaparse": "^5.3.2",
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^5.11.0",
|
|
66
|
+
"@typescript-eslint/parser": "^5.11.0",
|
|
67
|
+
"eslint": "^8.8.0",
|
|
68
|
+
"extra-fetch": "^2.0.0",
|
|
66
69
|
"husky": "4",
|
|
67
|
-
"jest": "^27.
|
|
70
|
+
"jest": "^27.5.1",
|
|
68
71
|
"npm-run-all": "^4.1.5",
|
|
69
72
|
"rimraf": "^3.0.2",
|
|
70
|
-
"rollup": "^2.
|
|
73
|
+
"rollup": "^2.67.2",
|
|
71
74
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
72
75
|
"rollup-plugin-terser": "^7.0.2",
|
|
73
76
|
"standard-version": "^9.3.2",
|
|
74
|
-
"ts-jest": "^27.1.
|
|
77
|
+
"ts-jest": "^27.1.3",
|
|
75
78
|
"tscpaths": "^0.0.9",
|
|
76
79
|
"tslib": "^2.3.1",
|
|
77
|
-
"typescript": "^4.5.
|
|
80
|
+
"typescript": "^4.5.5"
|
|
78
81
|
},
|
|
79
82
|
"dependencies": {
|
|
80
|
-
"@blackglory/errors": "^
|
|
81
|
-
"@blackglory/types": "^0.6.
|
|
83
|
+
"@blackglory/errors": "^2.2.0",
|
|
84
|
+
"@blackglory/types": "^0.6.5",
|
|
82
85
|
"js-base64": "^3.7.2",
|
|
83
86
|
"justypes": "^0.1.6",
|
|
84
87
|
"papaparse": "^5.3.1"
|
|
85
88
|
},
|
|
86
89
|
"peerDependencies": {
|
|
87
|
-
"extra-fetch": "^
|
|
90
|
+
"extra-fetch": "^2.0.0"
|
|
88
91
|
}
|
|
89
92
|
}
|