@automattic/request-promise-native 2.5.4 → 2.5.5

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.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,11 +1,10 @@
1
1
  Request-Promise-Native
2
2
  ======================
3
3
 
4
- [![Test with mocha](https://github.com/Automattic/request-promise-native/actions/workflows/test.yml/badge.svg)](https://github.com/Automattic/request-promise-native/actions/workflows/test.yml)
4
+ [![Test with jest](https://github.com/Automattic/request-promise-native/actions/workflows/test.yml/badge.svg)](https://github.com/Automattic/request-promise-native/actions/workflows/test.yml)
5
5
 
6
- # Important note
7
-
8
- As of Feb 11th 2020, [`request`](https://github.com/request/request) is fully deprecated. Hence, we're using [the forked version of it - `@cypress/request`](https://github.com/cypress-io/request).
6
+ > [!NOTE]
7
+ > As of Feb 11th 2020, [`request`](https://github.com/request/request) is fully deprecated. Hence, we're using [the forked version of it - `@cypress/request`](https://github.com/cypress-io/request).
9
8
 
10
9
  ---
11
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/request-promise-native",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.",
5
5
  "keywords": [
6
6
  "xhr",
@@ -19,7 +19,7 @@
19
19
  "lint:fix": "eslint --fix .",
20
20
  "test": "jest",
21
21
  "check-dependencies": "npx depcheck@1.4.7",
22
- "check-dts": "npx check-dts lib/*.d.ts"
22
+ "check-dts": "npx check-dts@1.0.0 lib/*.d.ts"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",