@balena/pinejs 17.1.5-build-renovate-major-12-commander-b9047fd88cf2033a94e95772d548fb9a70d1415e-1 → 17.1.5-build-fix-mistake-major-b61ee61f7b7318b0dd4269646d0272be820e806b-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.
@@ -1,16 +1,15 @@
1
1
  - commits:
2
- - subject: Update dependency commander to v12
3
- hash: b9047fd88cf2033a94e95772d548fb9a70d1415e
4
- body: |
5
- Update commander from 11.1.0 to 12.1.0
2
+ - subject: Rollback sbvr-types back to v7
3
+ hash: b61ee61f7b7318b0dd4269646d0272be820e806b
4
+ body: ""
6
5
  footer:
7
6
  Change-type: patch
8
7
  change-type: patch
9
- author: Self-hosted Renovate Bot
8
+ author: Otavio Jacobi
10
9
  nested: []
11
10
  version: 17.1.5
12
11
  title: ""
13
- date: 2024-06-20T22:56:02.238Z
12
+ date: 2024-06-24T13:17:50.390Z
14
13
  - commits:
15
14
  - subject: Update TypeScript to 5.5.2
16
15
  hash: a68100fef918a589df620077ffb043b7ca2e3719
package/CHANGELOG.md CHANGED
@@ -5,9 +5,9 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v17.1.5
8
- ## (2024-06-20)
8
+ ## (2024-06-24)
9
9
 
10
- * Update dependency commander to v12 [Self-hosted Renovate Bot]
10
+ * Rollback sbvr-types back to v7 [Otavio Jacobi]
11
11
 
12
12
  # v17.1.4
13
13
  ## (2024-06-20)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "17.1.5-build-renovate-major-12-commander-b9047fd88cf2033a94e95772d548fb9a70d1415e-1",
3
+ "version": "17.1.5-build-fix-mistake-major-b61ee61f7b7318b0dd4269646d0272be820e806b-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -34,7 +34,7 @@
34
34
  "@balena/odata-parser": "^3.0.8",
35
35
  "@balena/odata-to-abstract-sql": "^6.2.7",
36
36
  "@balena/sbvr-parser": "^1.4.4",
37
- "@balena/sbvr-types": "^8.0.0",
37
+ "@balena/sbvr-types": "^7.1.3",
38
38
  "@types/body-parser": "^1.19.5",
39
39
  "@types/compression": "^1.7.5",
40
40
  "@types/cookie-parser": "^1.4.7",
@@ -54,7 +54,7 @@
54
54
  "@types/randomstring": "^1.3.0",
55
55
  "@types/websql": "^0.0.30",
56
56
  "busboy": "^1.6.0",
57
- "commander": "^12.0.0",
57
+ "commander": "^11.1.0",
58
58
  "deep-freeze": "^0.0.1",
59
59
  "eventemitter3": "^5.0.1",
60
60
  "express-session": "^1.18.0",
@@ -146,6 +146,6 @@
146
146
  "recursive": true
147
147
  },
148
148
  "versionist": {
149
- "publishedAt": "2024-06-20T22:56:02.982Z"
149
+ "publishedAt": "2024-06-24T13:17:51.125Z"
150
150
  }
151
151
  }