@balena/pinejs 19.5.2 → 19.5.3-build-add-cluster-mode-test-8b2e1a988565d308120e396fb9bc20d9424a5e11-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,15 @@
1
+ - commits:
2
+ - subject: Add ability to run tests with cluster mode
3
+ hash: 8b2e1a988565d308120e396fb9bc20d9424a5e11
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Otavio Jacobi
9
+ nested: []
10
+ version: 19.5.3
11
+ title: ""
12
+ date: 2024-10-27T12:36:02.241Z
1
13
  - commits:
2
14
  - subject: Update dependency webpack-dev-server to v5
3
15
  hash: bc6bb0a5e88091233fbd40b1f14d0df2bea716b5
@@ -10,7 +22,7 @@
10
22
  nested: []
11
23
  version: 19.5.2
12
24
  title: ""
13
- date: 2024-10-25T10:56:13.077Z
25
+ date: 2024-10-25T12:07:12.024Z
14
26
  - commits:
15
27
  - subject: Expose tasks model on sbvrUtils api
16
28
  hash: 26b94af7df763012382c29a42ea7f50b45240087
@@ -1866,6 +1878,7 @@
1866
1878
 
1867
1879
 
1868
1880
 
1881
+
1869
1882
  As balena-lint
1870
1883
  rejects `new
1871
1884
  Boolean()`, `new
@@ -1898,6 +1911,7 @@
1898
1911
 
1899
1912
 
1900
1913
 
1914
+
1901
1915
  As engine and npm is
1902
1916
  now required as part
1903
1917
  of package.json we
@@ -1945,6 +1959,7 @@
1945
1959
 
1946
1960
 
1947
1961
 
1962
+
1948
1963
  Ensure that the
1949
1964
  input passed in for
1950
1965
  JSON types is either
@@ -2062,6 +2077,7 @@
2062
2077
 
2063
2078
 
2064
2079
 
2080
+
2065
2081
  This also deprecates
2066
2082
  the legacy version
2067
2083
  footer:
@@ -2100,6 +2116,7 @@
2100
2116
 
2101
2117
 
2102
2118
 
2119
+
2103
2120
  It can in fact be a
2104
2121
  lot of different
2105
2122
  things and that is
@@ -2139,6 +2156,7 @@
2139
2156
 
2140
2157
 
2141
2158
 
2159
+
2142
2160
  We know what type
2143
2161
  they return and they
2144
2162
  should be explicitly
@@ -2183,6 +2201,7 @@
2183
2201
 
2184
2202
 
2185
2203
 
2204
+
2186
2205
  Update
2187
2206
  @balena/sbvr-types
2188
2207
  from 3.4.18 to 3.5.0
@@ -2338,6 +2357,7 @@
2338
2357
 
2339
2358
 
2340
2359
 
2360
+
2341
2361
  This also deprecates
2342
2362
  the legacy use of
2343
2363
  direct true/false
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
+ # v19.5.3
8
+ ## (2024-10-27)
9
+
10
+ * Add ability to run tests with cluster mode [Otavio Jacobi]
11
+
7
12
  # v19.5.2
8
13
  ## (2024-10-25)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 19.5.2
1
+ 19.5.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "19.5.2",
3
+ "version": "19.5.3-build-add-cluster-mode-test-8b2e1a988565d308120e396fb9bc20d9424a5e11-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -147,6 +147,6 @@
147
147
  "recursive": true
148
148
  },
149
149
  "versionist": {
150
- "publishedAt": "2024-10-25T10:56:14.023Z"
150
+ "publishedAt": "2024-10-27T12:36:03.152Z"
151
151
  }
152
152
  }