docker-composer 5.1.0 → 5.1.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/README.md +1 -3
- package/ReleaseNotes.md +3 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,10 +14,8 @@ Docker Compose Reference is [HERE](https://docs.docker.com/compose/compose-file/
|
|
|
14
14
|
|
|
15
15
|
### Changes of the Latest Release
|
|
16
16
|
|
|
17
|
-
## Version 5.1.
|
|
17
|
+
## Version 5.1.1 (05.01.2025)
|
|
18
18
|
- Update dependencies
|
|
19
|
-
- Support aux_addresses keyword in network/ipam config object
|
|
20
|
-
- Support attachable keyword in network config object
|
|
21
19
|
|
|
22
20
|
You can find all Release Notes [HERE](https://github.com/tudvari/docker-composer/blob/master/ReleaseNotes.md).
|
|
23
21
|
|
package/ReleaseNotes.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "docker-composer",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.1",
|
|
4
4
|
"description": "Library for generating docker-compose.yml from JSON.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"@eslint/js": "^9.0.0",
|
|
39
39
|
"globals": "^15.0.0",
|
|
40
40
|
"js-yaml": "^4.0.0",
|
|
41
|
-
"json-schema-to-typescript": "^
|
|
42
|
-
"mocha": "
|
|
43
|
-
"nyc": "^
|
|
41
|
+
"json-schema-to-typescript": "^15.0.0",
|
|
42
|
+
"mocha": "11.0.1",
|
|
43
|
+
"nyc": "^17.0.0",
|
|
44
44
|
"should": "13.2.3"
|
|
45
45
|
},
|
|
46
46
|
"nyc": {
|