@balena/compose 8.0.0-build-parse-compose-with-compose-parser-74e1f4ba3cedcf9e290f67f91218e6955804af95-1 → 8.0.0

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 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ 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
- ## 8.0.0 - 2026-03-25
7
+ ## 8.0.0 - 2026-03-31
8
8
 
9
9
  * Output Composition object from defaultComposition [Christina Ying Wang]
10
10
  * Replace compose parsing functionality with @balena/compose-parser [Christina Ying Wang]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/compose",
3
- "version": "8.0.0-build-parse-compose-with-compose-parser-74e1f4ba3cedcf9e290f67f91218e6955804af95-1",
3
+ "version": "8.0.0",
4
4
  "description": "Complete toolkit to build docker-compose.yml files and optionally deploy them to balenaCloud",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -60,7 +60,7 @@
60
60
  "typescript": "^5.9.2"
61
61
  },
62
62
  "dependencies": {
63
- "@balena/compose-parser": "^0.1.0",
63
+ "@balena/compose-parser": "^0.2.0",
64
64
  "ajv": "^6.12.6",
65
65
  "docker-file-parser": "^1.0.7",
66
66
  "docker-progress": "^5.3.1",
@@ -86,6 +86,6 @@
86
86
  "pinejs-client-core": "^6.14.13 || ^7.0.0 || ^8.0.0"
87
87
  },
88
88
  "versionist": {
89
- "publishedAt": "2026-03-25T21:24:34.794Z"
89
+ "publishedAt": "2026-03-31T18:59:01.839Z"
90
90
  }
91
91
  }