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.
- package/.github/workflows/nodejs.yml +1 -1
- package/README.md +4 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Presidium
|
|
2
|
-

|
|
3
3
|
[](https://codecov.io/gh/richytong/presidium)
|
|
4
4
|
[](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.
|
|
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.
|
|
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": "^
|
|
52
|
+
"nyc": "^17.1.0",
|
|
53
53
|
"wavefile": "^11.0.0"
|
|
54
54
|
}
|
|
55
55
|
}
|