@balena/pinejs 16.0.2-build-migrationStatus-type-guard-e94ab46ddff539fe6b73897290fa2588bc7fa8d7-1 → 16.0.2-build-migrationStatus-type-guard-cee8cd7c503f656125d8d8603c0ad28dc1a848f9-2
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 +3 -3
- package/CHANGELOG.md +1 -1
- package/package.json +2 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
2
|
+
- subject: Replace `docker-compose` commands with `docker compose`
|
3
|
+
hash: cee8cd7c503f656125d8d8603c0ad28dc1a848f9
|
4
4
|
body: ""
|
5
5
|
footer:
|
6
6
|
Change-type: patch
|
@@ -17,7 +17,7 @@
|
|
17
17
|
nested: []
|
18
18
|
version: 16.0.2
|
19
19
|
title: ""
|
20
|
-
date: 2024-04-02T13:
|
20
|
+
date: 2024-04-02T13:30:05.152Z
|
21
21
|
- commits:
|
22
22
|
- subject: Fix `migration` and `migration status` typings.
|
23
23
|
hash: 6fcdec749c734f30347064a8ee6c30c74770c1bc
|
package/CHANGELOG.md
CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
7
|
# v16.0.2
|
8
8
|
## (2024-04-02)
|
9
9
|
|
10
|
-
*
|
10
|
+
* Replace `docker-compose` commands with `docker compose` [Thodoris Greasidis]
|
11
11
|
* Use a type guard for `"migration"."migration status"` [Thodoris Greasidis]
|
12
12
|
|
13
13
|
# v16.0.1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "16.0.2-build-migrationStatus-type-guard-
|
3
|
+
"version": "16.0.2-build-migrationStatus-type-guard-cee8cd7c503f656125d8d8603c0ad28dc1a848f9-2",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -144,6 +144,6 @@
|
|
144
144
|
"recursive": true
|
145
145
|
},
|
146
146
|
"versionist": {
|
147
|
-
"publishedAt": "2024-04-02T13:
|
147
|
+
"publishedAt": "2024-04-02T13:30:05.872Z"
|
148
148
|
}
|
149
149
|
}
|