@balena/pinejs 20.0.1-build-compile-in-as-eq-any-5539b29f63eb4d1e6808e5e017cee03ecd1153fe-1 → 20.0.2-build-compile-in-as-eq-any-cdd3d0c80b63550d7316739dc6050ed1382f8009-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,15 +1,28 @@
1
1
  - commits:
2
2
  - subject: Compile in as (= ANY($singleListBinding))
3
- hash: 5539b29f63eb4d1e6808e5e017cee03ecd1153fe
3
+ hash: cdd3d0c80b63550d7316739dc6050ed1382f8009
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: patch
7
7
  change-type: patch
8
8
  author: Otavio Jacobi
9
9
  nested: []
10
+ version: 20.0.2
11
+ title: ""
12
+ date: 2025-02-04T16:16:17.491Z
13
+ - commits:
14
+ - subject: Update postgres Docker tag to v17
15
+ hash: cfd7adeb986bad2fa6bfdf266ffd36c50c30a9f9
16
+ body: |
17
+ Update postgres from 16 to 17
18
+ footer:
19
+ Change-type: patch
20
+ change-type: patch
21
+ author: balena-renovate[bot]
22
+ nested: []
10
23
  version: 20.0.1
11
24
  title: ""
12
- date: 2025-02-04T15:39:41.927Z
25
+ date: 2025-01-21T16:53:29.494Z
13
26
  - commits:
14
27
  - subject: Update node engines entry to clarify we don't actively support 21.x
15
28
  hash: bb75825da9bf23f38f1c0fe2bae301d171d84de6
@@ -2188,6 +2201,7 @@
2188
2201
 
2189
2202
 
2190
2203
 
2204
+
2191
2205
 
2192
2206
 
2193
2207
  As balena-lint
@@ -2235,6 +2249,7 @@
2235
2249
 
2236
2250
 
2237
2251
 
2252
+
2238
2253
 
2239
2254
 
2240
2255
  As engine and npm is
@@ -2297,6 +2312,7 @@
2297
2312
 
2298
2313
 
2299
2314
 
2315
+
2300
2316
 
2301
2317
 
2302
2318
  Ensure that the
@@ -2422,6 +2438,7 @@
2422
2438
 
2423
2439
 
2424
2440
 
2441
+
2425
2442
 
2426
2443
 
2427
2444
  This also deprecates
@@ -2475,6 +2492,7 @@
2475
2492
 
2476
2493
 
2477
2494
 
2495
+
2478
2496
 
2479
2497
 
2480
2498
  It can in fact be a
@@ -2529,6 +2547,7 @@
2529
2547
 
2530
2548
 
2531
2549
 
2550
+
2532
2551
 
2533
2552
 
2534
2553
  We know what type
@@ -2588,6 +2607,7 @@
2588
2607
 
2589
2608
 
2590
2609
 
2610
+
2591
2611
 
2592
2612
 
2593
2613
  Update
@@ -2758,6 +2778,7 @@
2758
2778
 
2759
2779
 
2760
2780
 
2781
+
2761
2782
 
2762
2783
 
2763
2784
  This also deprecates
package/CHANGELOG.md CHANGED
@@ -4,11 +4,16 @@ 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
- # v20.0.1
7
+ # v20.0.2
8
8
  ## (2025-02-04)
9
9
 
10
10
  * Compile in as (= ANY($singleListBinding)) [Otavio Jacobi]
11
11
 
12
+ # v20.0.1
13
+ ## (2025-01-21)
14
+
15
+ * Update postgres Docker tag to v17 [balena-renovate[bot]]
16
+
12
17
  # v20.0.0
13
18
  ## (2025-01-10)
14
19
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 20.0.1
1
+ 20.0.2
@@ -1,7 +1,7 @@
1
1
  version: "2.1"
2
2
  services:
3
3
  postgres:
4
- image: postgres:16-alpine
4
+ image: postgres:17-alpine
5
5
  environment:
6
6
  POSTGRES_USER: docker
7
7
  POSTGRES_PASSWORD: docker
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "20.0.1-build-compile-in-as-eq-any-5539b29f63eb4d1e6808e5e017cee03ecd1153fe-1",
3
+ "version": "20.0.2-build-compile-in-as-eq-any-cdd3d0c80b63550d7316739dc6050ed1382f8009-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2025-02-04T15:39:42.915Z"
151
+ "publishedAt": "2025-02-04T16:16:18.419Z"
152
152
  }
153
153
  }