@balena/pinejs 17.1.5-build-renovate-node-18-x-137147e4fa52ab328b8cb3009f7b2a7ff11f1ea5-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 Node.js to v18
3
- hash: 137147e4fa52ab328b8cb3009f7b2a7ff11f1ea5
4
- body: |
5
- Update node from 16.20.2 to 18.20.3
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:55:48.858Z
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 Node.js to v18 [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/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:18-alpine as runner
1
+ FROM node:16-alpine as runner
2
2
 
3
3
  WORKDIR /usr/src/pine
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "17.1.5-build-renovate-node-18-x-137147e4fa52ab328b8cb3009f7b2a7ff11f1ea5-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",
@@ -146,6 +146,6 @@
146
146
  "recursive": true
147
147
  },
148
148
  "versionist": {
149
- "publishedAt": "2024-06-20T22:55:49.586Z"
149
+ "publishedAt": "2024-06-24T13:17:51.125Z"
150
150
  }
151
151
  }