@balena/pinejs 17.0.0-build-v17-aefd1bd607a25f9f43dd4dc8902abad2b347e25a-1 → 17.0.0-build-v17-13acf75c74cc64a383aca6e91ba9582f40f60ea1-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.
@@ -1,9 +1,8 @@
1
1
  - commits:
2
- - subject: Drop support to node < 18.12
3
- hash: aefd1bd607a25f9f43dd4dc8902abad2b347e25a
4
- body: >
5
- Node 18.12.0 is the first LTS Node 18 version, this drops support for
6
- node 16, 17 & non-LTS node 18.
2
+ - subject: Drop support to node < 18.18
3
+ hash: 13acf75c74cc64a383aca6e91ba9582f40f60ea1
4
+ body: |
5
+ Node 18.18.0 is the latest LTS Node 18 version
7
6
  footer:
8
7
  Change-type: major
9
8
  change-type: major
@@ -11,7 +10,7 @@
11
10
  nested: []
12
11
  version: 17.0.0
13
12
  title: ""
14
- date: 2024-04-19T12:47:59.239Z
13
+ date: 2024-04-19T14:00:41.257Z
15
14
  - commits:
16
15
  - subject: Update dependency husky to v9
17
16
  hash: 715d2dd993591d449bca7ece48f069ed6994c8c7
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v17.0.0
8
8
  ## (2024-04-19)
9
9
 
10
- * Drop support to node < 18.12 [Otavio Jacobi]
10
+ * Drop support to node < 18.18 [Otavio Jacobi]
11
11
 
12
12
  # v16.1.2
13
13
  ## (2024-04-14)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "17.0.0-build-v17-aefd1bd607a25f9f43dd4dc8902abad2b347e25a-1",
3
+ "version": "17.0.0-build-v17-13acf75c74cc64a383aca6e91ba9582f40f60ea1-2",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -123,7 +123,7 @@
123
123
  "serve-static": "^1.15.0"
124
124
  },
125
125
  "engines": {
126
- "node": ">=18.12.0",
126
+ "node": ">=18.18.0",
127
127
  "npm": ">=8.0.0"
128
128
  },
129
129
  "lint-staged": {
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2024-04-19T12:47:59.906Z"
147
+ "publishedAt": "2024-04-19T14:00:41.919Z"
148
148
  }
149
149
  }