presidium 0.29.5 → 0.29.7

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.
@@ -67,7 +67,7 @@ jobs:
67
67
 
68
68
  strategy:
69
69
  matrix:
70
- node-version: [15.x, 16.x, 17.x, 18.x]
70
+ node-version: [16.x, 18.x, 20.x, 22.x]
71
71
 
72
72
  steps:
73
73
  - uses: actions/checkout@v2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Presidium
2
- ![Node.js CI](https://github.com/richytong/presidium/workflows/Node.js%20CI/badge.svg?branch=master)
2
+ ![Node.js CI](https://github.com/richytong/presidium/workflows/Node.js%20CI/badge.svg)
3
3
  [![codecov](https://codecov.io/gh/richytong/presidium/branch/master/graph/badge.svg)](https://codecov.io/gh/richytong/presidium)
4
4
  [![npm version](https://img.shields.io/npm/v/presidium.svg?style=flat)](https://www.npmjs.com/package/presidium)
5
5
 
@@ -234,3 +234,6 @@ const { DockerSwarm, DockerService } = require('presidium')
234
234
  await myService.ready // new nginx service is up running
235
235
  })()
236
236
  ```
237
+
238
+ # Support
239
+ * minimum Node.js version: 16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "presidium",
3
- "version": "0.29.5",
3
+ "version": "0.29.7",
4
4
  "description": "A library for creating web services",
5
5
  "author": "Richard Tong",
6
6
  "license": "MIT",
@@ -39,7 +39,7 @@
39
39
  "rubico": "latest",
40
40
  "tar-stream": "^2.1.4",
41
41
  "thunk-test": "latest",
42
- "ws": "^8.18.0"
42
+ "ws": "^8.18.1"
43
43
  },
44
44
  "scripts": {
45
45
  "test": "node test.js",
@@ -49,7 +49,7 @@
49
49
  "eslint": "^7.13.0",
50
50
  "glob": "^7.1.6",
51
51
  "mocha": "^10.8.2",
52
- "nyc": "^15.1.0",
52
+ "nyc": "^17.1.0",
53
53
  "wavefile": "^11.0.0"
54
54
  }
55
55
  }