extra-request 3.0.1 → 4.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "extra-request",
3
- "version": "3.0.1",
3
+ "version": "4.0.1",
4
4
  "description": "Utilities for Request",
5
5
  "keywords": [
6
6
  "fetch",
@@ -25,9 +25,9 @@
25
25
  "license": "MIT",
26
26
  "scripts": {
27
27
  "lint": "eslint --ext .js,.jsx,.ts,.tsx --quiet src __tests__",
28
- "test": "jest --config jest.config.js",
28
+ "test": "jest --runInBand --config jest.config.js",
29
29
  "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
30
- "test:coverage": "jest --coverage --config jest.config.js",
30
+ "test:coverage": "jest --runInBand --coverage --config jest.config.js",
31
31
  "prepublishOnly": "run-s clean build bundle",
32
32
  "clean": "run-p clean:*",
33
33
  "clean:build": "rimraf lib",
@@ -49,42 +49,41 @@
49
49
  }
50
50
  },
51
51
  "devDependencies": {
52
- "@blackglory/jest-matchers": "^0.1.20",
53
- "@commitlint/cli": "^13.1.0",
54
- "@commitlint/config-conventional": "^13.1.0",
55
- "@rollup/plugin-commonjs": "^20.0.0",
52
+ "@blackglory/jest-matchers": "^0.2.0",
53
+ "@commitlint/cli": "^15.0.0",
54
+ "@commitlint/config-conventional": "^15.0.0",
55
+ "@rollup/plugin-commonjs": "^21.0.1",
56
56
  "@rollup/plugin-json": "^4.1.0",
57
- "@rollup/plugin-node-resolve": "^13.0.4",
57
+ "@rollup/plugin-node-resolve": "^13.1.1",
58
58
  "@rollup/plugin-replace": "^3.0.0",
59
- "@rollup/plugin-typescript": "^8.2.5",
60
- "@types/jest": "^27.0.1",
61
- "@types/papaparse": "^5.2.6",
62
- "@typescript-eslint/eslint-plugin": "^4.31.1",
63
- "@typescript-eslint/parser": "^4.31.1",
64
- "eslint": "^7.32.0",
65
- "extra-fetch": "^1.7.4",
59
+ "@rollup/plugin-typescript": "^8.3.0",
60
+ "@types/jest": "^27.0.3",
61
+ "@types/papaparse": "^5.3.1",
62
+ "@typescript-eslint/eslint-plugin": "^5.7.0",
63
+ "@typescript-eslint/parser": "^5.7.0",
64
+ "eslint": "^8.4.1",
65
+ "extra-fetch": "^1.8.4",
66
66
  "husky": "4",
67
- "jest": "^27.2.0",
68
- "jest-extended": "^0.11.5",
67
+ "jest": "^27.4.5",
69
68
  "npm-run-all": "^4.1.5",
70
69
  "rimraf": "^3.0.2",
71
- "rollup": "^2.56.3",
70
+ "rollup": "^2.61.1",
72
71
  "rollup-plugin-analyzer": "^4.0.0",
73
72
  "rollup-plugin-terser": "^7.0.2",
74
- "standard-version": "^9.3.1",
75
- "ts-jest": "^27.0.5",
73
+ "standard-version": "^9.3.2",
74
+ "ts-jest": "^27.1.2",
76
75
  "tscpaths": "^0.0.9",
77
76
  "tslib": "^2.3.1",
78
- "typescript": "^4.4.3"
77
+ "typescript": "^4.5.4"
79
78
  },
80
79
  "dependencies": {
81
80
  "@blackglory/errors": "^1.1.2",
82
- "@blackglory/types": "^0.5.0",
83
- "js-base64": "^3.7.1",
84
- "justypes": "^0.1.5",
81
+ "@blackglory/types": "^0.6.4",
82
+ "js-base64": "^3.7.2",
83
+ "justypes": "^0.1.6",
85
84
  "papaparse": "^5.3.1"
86
85
  },
87
86
  "peerDependencies": {
88
- "extra-fetch": "^1.7.4"
87
+ "extra-fetch": "^1.8.4"
89
88
  }
90
89
  }