@balena/pinejs 19.5.3-build-add-cluster-mode-test-8b2e1a988565d308120e396fb9bc20d9424a5e11-1 → 19.5.3-build-add-cluster-mode-test-fed70a60331881b14a009dc0fa3c6256be3f17ae-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,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: Add ability to run tests with cluster mode
3
- hash: 8b2e1a988565d308120e396fb9bc20d9424a5e11
3
+ hash: fed70a60331881b14a009dc0fa3c6256be3f17ae
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: patch
@@ -9,7 +9,7 @@
9
9
  nested: []
10
10
  version: 19.5.3
11
11
  title: ""
12
- date: 2024-10-27T12:36:02.241Z
12
+ date: 2024-10-28T11:23:13.586Z
13
13
  - commits:
14
14
  - subject: Update dependency webpack-dev-server to v5
15
15
  hash: bc6bb0a5e88091233fbd40b1f14d0df2bea716b5
package/CHANGELOG.md CHANGED
@@ -5,7 +5,7 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v19.5.3
8
- ## (2024-10-27)
8
+ ## (2024-10-28)
9
9
 
10
10
  * Add ability to run tests with cluster mode [Otavio Jacobi]
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "19.5.3-build-add-cluster-mode-test-8b2e1a988565d308120e396fb9bc20d9424a5e11-1",
3
+ "version": "19.5.3-build-add-cluster-mode-test-fed70a60331881b14a009dc0fa3c6256be3f17ae-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-27T12:36:03.152Z"
150
+ "publishedAt": "2024-10-28T11:23:14.484Z"
151
151
  }
152
152
  }