docker-storage-gc 3.5.7 → 3.5.8
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/.versionbot/CHANGELOG.yml +12 -1
- package/CHANGELOG.md +5 -0
- package/package.json +3 -3
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update to eventemitter3 v5
|
|
3
|
+
hash: 6d40753d7643460e8736d8b5f0672d8dd9f84f4f
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: Pagan Gazzard
|
|
9
|
+
version: 3.5.8
|
|
10
|
+
title: ""
|
|
11
|
+
date: 2023-11-29T13:30:06.482Z
|
|
1
12
|
- commits:
|
|
2
13
|
- subject: Import bluebird as `Bluebird` instead of `Promise`
|
|
3
14
|
hash: f97bfe4be10415ff3a74709d1c158eb847a280d1
|
|
@@ -8,7 +19,7 @@
|
|
|
8
19
|
author: Pagan Gazzard
|
|
9
20
|
version: 3.5.7
|
|
10
21
|
title: ""
|
|
11
|
-
date: 2023-11-28T22:
|
|
22
|
+
date: 2023-11-28T22:13:16.460Z
|
|
12
23
|
- commits:
|
|
13
24
|
- subject: Remove unused `mz` dependency
|
|
14
25
|
hash: b39c411f82f69b7aa980364bce04e8b398a343da
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
|
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
# v3.5.8
|
|
8
|
+
## (2023-11-29)
|
|
9
|
+
|
|
10
|
+
* Update to eventemitter3 v5 [Pagan Gazzard]
|
|
11
|
+
|
|
7
12
|
# v3.5.7
|
|
8
13
|
## (2023-11-28)
|
|
9
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "docker-storage-gc",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.8",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"docker-progress": "^5.0.0",
|
|
21
21
|
"dockerode": "^2.5.3",
|
|
22
22
|
"event-stream": "^3.3.2",
|
|
23
|
-
"eventemitter3": "^
|
|
23
|
+
"eventemitter3": "^5.0.1",
|
|
24
24
|
"JSONStream": "^1.0.7",
|
|
25
25
|
"lodash": "^4.17.5"
|
|
26
26
|
},
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
"timekeeper": "0.0.5"
|
|
33
33
|
},
|
|
34
34
|
"versionist": {
|
|
35
|
-
"publishedAt": "2023-11-
|
|
35
|
+
"publishedAt": "2023-11-29T13:30:06.598Z"
|
|
36
36
|
}
|
|
37
37
|
}
|