@balena/pinejs 20.0.10 → 20.0.11-build-tests-postgres-bd764d463a99e9b05082de3c96365ba3d7d03ca6-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,3 +1,18 @@
1
+ - commits:
2
+ - subject: "Tests: use faster config for postgres"
3
+ hash: bd764d463a99e9b05082de3c96365ba3d7d03ca6
4
+ body: |
5
+ These settings are not safe for data we care about as we might lose
6
+ or corrupt data in the case of power failure, but for test data where
7
+ that is not an issue they offer a performance benefit
8
+ footer:
9
+ Change-type: patch
10
+ change-type: patch
11
+ author: Pagan Gazzard
12
+ nested: []
13
+ version: 20.0.11
14
+ title: ""
15
+ date: 2025-03-21T17:32:11.533Z
1
16
  - commits:
2
17
  - subject: Fix some linting issues
3
18
  hash: 9e15788b2a6c0b3e353ab13f25a46dc6c3167fe4
@@ -9,7 +24,7 @@
9
24
  nested: []
10
25
  version: 20.0.10
11
26
  title: ""
12
- date: 2025-03-21T17:19:48.843Z
27
+ date: 2025-03-21T17:30:02.249Z
13
28
  - commits:
14
29
  - subject: Update dependencies
15
30
  hash: 78d8cc5744e904762f52eb2fc893773da79296a2
@@ -1914,6 +1929,7 @@
1914
1929
 
1915
1930
 
1916
1931
 
1932
+
1917
1933
  As balena-lint
1918
1934
  rejects `new
1919
1935
  Boolean()`, `new
@@ -1942,6 +1958,7 @@
1942
1958
 
1943
1959
 
1944
1960
 
1961
+
1945
1962
  As engine and npm is
1946
1963
  now required as part
1947
1964
  of package.json we
@@ -1985,6 +2002,7 @@
1985
2002
 
1986
2003
 
1987
2004
 
2005
+
1988
2006
  Ensure that the
1989
2007
  input passed in for
1990
2008
  JSON types is either
@@ -2091,6 +2109,7 @@
2091
2109
 
2092
2110
 
2093
2111
 
2112
+
2094
2113
  This also deprecates
2095
2114
  the legacy version
2096
2115
  footer:
@@ -2125,6 +2144,7 @@
2125
2144
 
2126
2145
 
2127
2146
 
2147
+
2128
2148
  It can in fact be a
2129
2149
  lot of different
2130
2150
  things and that is
@@ -2160,6 +2180,7 @@
2160
2180
 
2161
2181
 
2162
2182
 
2183
+
2163
2184
  We know what type
2164
2185
  they return and they
2165
2186
  should be explicitly
@@ -2200,6 +2221,7 @@
2200
2221
 
2201
2222
 
2202
2223
 
2224
+
2203
2225
  Update
2204
2226
  @balena/sbvr-types
2205
2227
  from 3.4.18 to 3.5.0
@@ -2351,6 +2373,7 @@
2351
2373
 
2352
2374
 
2353
2375
 
2376
+
2354
2377
  This also deprecates
2355
2378
  the legacy use of
2356
2379
  direct true/false
@@ -5473,6 +5496,7 @@
5473
5496
 
5474
5497
 
5475
5498
 
5499
+
5476
5500
 
5477
5501
 
5478
5502
  As balena-lint
@@ -5529,6 +5553,7 @@
5529
5553
 
5530
5554
 
5531
5555
 
5556
+
5532
5557
 
5533
5558
 
5534
5559
  As engine and npm is
@@ -5600,6 +5625,7 @@
5600
5625
 
5601
5626
 
5602
5627
 
5628
+
5603
5629
 
5604
5630
 
5605
5631
  Ensure that the
@@ -5734,6 +5760,7 @@
5734
5760
 
5735
5761
 
5736
5762
 
5763
+
5737
5764
 
5738
5765
 
5739
5766
  This also deprecates
@@ -5796,6 +5823,7 @@
5796
5823
 
5797
5824
 
5798
5825
 
5826
+
5799
5827
 
5800
5828
 
5801
5829
  It can in fact be a
@@ -5859,6 +5887,7 @@
5859
5887
 
5860
5888
 
5861
5889
 
5890
+
5862
5891
 
5863
5892
 
5864
5893
  We know what type
@@ -5927,6 +5956,7 @@
5927
5956
 
5928
5957
 
5929
5958
 
5959
+
5930
5960
 
5931
5961
 
5932
5962
  Update
@@ -6106,6 +6136,7 @@
6106
6136
 
6107
6137
 
6108
6138
 
6139
+
6109
6140
 
6110
6141
 
6111
6142
  This also deprecates
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ 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.11
8
+ ## (2025-03-21)
9
+
10
+ * Tests: use faster config for postgres [Pagan Gazzard]
11
+
7
12
  # v20.0.10
8
13
  ## (2025-03-21)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 20.0.10
1
+ 20.0.11
@@ -9,6 +9,13 @@ services:
9
9
  TZ: UTC
10
10
  ports:
11
11
  - "5431:5432"
12
+ command:
13
+ - -c
14
+ - synchronous_commit=off
15
+ - -c
16
+ - fsync=off
17
+ - -c
18
+ - full_page_writes=off
12
19
  minio-server:
13
20
  image: minio/minio:RELEASE.2024-09-22T00-33-43Z
14
21
  environment:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "20.0.10",
3
+ "version": "20.0.11-build-tests-postgres-bd764d463a99e9b05082de3c96365ba3d7d03ca6-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-03-21T17:19:49.881Z"
151
+ "publishedAt": "2025-03-21T17:32:12.556Z"
152
152
  }
153
153
  }