balena-image-fs 7.3.0-build-promises-becae692d323bb3b0cb291db933a4ad6d16be167-1 → 7.3.0-build-promises-24876eb0cb10dcd79abd9ccbf54778955389afbf-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/package.json +2 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  ## 7.3.0 - 2024-12-31
8
8
 
9
+ * Drop Bluebird from devDependencies [Thodoris Greasidis]
9
10
  * flowzone: Remove empty with clause [Thodoris Greasidis]
10
11
  * Add the promises namespace as part of the exposed fs [Thodoris Greasidis]
11
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-image-fs",
3
- "version": "7.3.0-build-promises-becae692d323bb3b0cb291db933a4ad6d16be167-1",
3
+ "version": "7.3.0-build-promises-24876eb0cb10dcd79abd9ccbf54778955389afbf-1",
4
4
  "description": "Image filesystem manipulation utilities",
5
5
  "main": "build/index.js",
6
6
  "homepage": "https://github.com/balena-io-modules/balena-image-fs",
@@ -39,11 +39,9 @@
39
39
  "license": "Apache-2.0",
40
40
  "devDependencies": {
41
41
  "@balena/lint": "^6.2.1",
42
- "@types/bluebird": "^3.5.38",
43
42
  "@types/mocha": "^10.0.1",
44
43
  "@types/node": "^20.0.0",
45
44
  "@types/tmp": "^0.2.3",
46
- "bluebird": "^3.7.2",
47
45
  "jsdoc-to-markdown": "^8.0.0",
48
46
  "mocha": "^10.2.0",
49
47
  "tmp": "^0.2.1",
@@ -61,6 +59,6 @@
61
59
  "node": ">=16"
62
60
  },
63
61
  "versionist": {
64
- "publishedAt": "2024-12-31T12:36:06.644Z"
62
+ "publishedAt": "2024-12-31T15:18:53.328Z"
65
63
  }
66
64
  }