pmpact 0.4.1 → 0.4.4

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 +1 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -19,12 +19,11 @@ A command line tool to convert [*Pact*](https://docs.pact.io/) files to [*Postma
19
19
  * [Run all tests](#run-all-tests)
20
20
  * [Run unit tests only](#run-unit-tests-only)
21
21
  * [Run integration tests only](#run-integration-tests-only)
22
- * [Watch tests](#watch-tests)
23
22
  * [License](#license)
24
23
 
25
24
  ## Requirements
26
25
 
27
- Requires [*NodeJS*](https://nodejs.org/en/) version `v18.16.0` or higher.
26
+ Requires [*NodeJS*](https://nodejs.org/en/) version `v20.11` or higher.
28
27
 
29
28
  ## Installation
30
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmpact",
3
- "version": "0.4.1",
3
+ "version": "0.4.4",
4
4
  "description": "A command line tool to convert Pact files to Postman collections.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -9,7 +9,7 @@
9
9
  "test-integration": "mocha --reporter mocha-better-spec-reporter \"tests/integration/**/*.js\""
10
10
  },
11
11
  "bin": {
12
- "pmpact": "./pmpact.js"
12
+ "pmpact": "pmpact.js"
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  "convert"
22
22
  ],
23
23
  "engines": {
24
- "node": ">=18.16.0"
24
+ "node": ">=20.11"
25
25
  },
26
26
  "author": "Romuald Quantin (ITV)",
27
27
  "license": "SEE LICENSE IN LICENSE.md",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "homepage": "https://github.com/ITV/pmpact#readme",
32
32
  "dependencies": {
33
- "axios": "1.6.0",
33
+ "axios": "1.6.8",
34
34
  "commander": "4.1.1",
35
35
  "debug": "4.3.4",
36
36
  "http-status": "1.6.2",