docker-composer 4.1.0 → 4.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 CHANGED
@@ -14,9 +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 4.1.0 (23.02.2022)
18
- - Extending networking schema with name property. (Thanks @shoxxdj)
19
- - Dependency updates
17
+ ## Version 4.1.1 (27.03.2022)
18
+ - Maintenance release, dependency updates
20
19
 
21
20
  You can find all Release Notes [HERE](https://github.com/tudvari/docker-composer/blob/master/ReleaseNotes.md).
22
21
 
package/ReleaseNotes.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Release Notes
2
2
 
3
+ ## Version 4.1.1 (27.03.2022)
4
+ - Maintenance release, dependency updates
5
+
3
6
  ## Version 4.1.0 23.03.2022)
4
7
  - Extending networking schema with name property. (Thanks @shoxxdj)
5
8
  - dependency updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docker-composer",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "NodeJS module for generating docker-compose.yml from a json document.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -38,14 +38,14 @@
38
38
  "ansi-regex": "^6.0.1",
39
39
  "atob": ">=2.1.2",
40
40
  "copy-props": "^3.0.1",
41
- "eslint": "8.9.0",
41
+ "eslint": "8.11.0",
42
42
  "glob-parent": "6.0.2",
43
43
  "gulp": "^4.0.2",
44
44
  "gulp-cli": "^2.3.0",
45
45
  "js-yaml": "^4.0.0",
46
46
  "json-schema-to-typescript": "^10.1.4",
47
47
  "mixin-deep": ">=2.0.1",
48
- "mocha": "9.2.1",
48
+ "mocha": "9.2.2",
49
49
  "nyc": "^15.1.0",
50
50
  "set-value": "^4.0.1",
51
51
  "should": "13.2.3"