@balena/pinejs 15.3.19 → 15.3.20

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,16 @@
1
+ - commits:
2
+ - subject: Update dependency @types/websql to ^0.0.30
3
+ hash: 1df43317b094ec1230a7e494246804cf509dc6c1
4
+ body: |
5
+ Update @types/websql from 0.0.28 to 0.0.30
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 15.3.20
12
+ title: ""
13
+ date: 2023-11-24T09:59:57.076Z
1
14
  - commits:
2
15
  - subject: Update dependency @types/method-override to ^0.0.35
3
16
  hash: 9c2ef078ad9cf65d6c74b38241e5d0387f2f7473
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 15.3.19
12
25
  title: ""
13
- date: 2023-11-24T08:59:52.715Z
26
+ date: 2023-11-24T09:08:36.817Z
14
27
  - commits:
15
28
  - subject: Update dependency @faker-js/faker to v8
16
29
  hash: d4490df5ca66fb55235f27d40c5008d6e755e8ea
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
+ # v15.3.20
8
+ ## (2023-11-24)
9
+
10
+ * Update dependency @types/websql to ^0.0.30 [Self-hosted Renovate Bot]
11
+
7
12
  # v15.3.19
8
13
  ## (2023-11-24)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.3.19
1
+ 15.3.20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.19",
3
+ "version": "15.3.20",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -49,7 +49,7 @@
49
49
  "@types/passport-strategy": "^0.2.35",
50
50
  "@types/pg": "^8.6.6",
51
51
  "@types/randomstring": "^1.1.8",
52
- "@types/websql": "^0.0.28",
52
+ "@types/websql": "^0.0.30",
53
53
  "busboy": "^1.6.0",
54
54
  "commander": "^10.0.1",
55
55
  "deep-freeze": "^0.0.1",
@@ -143,6 +143,6 @@
143
143
  "recursive": true
144
144
  },
145
145
  "versionist": {
146
- "publishedAt": "2023-11-24T08:59:53.474Z"
146
+ "publishedAt": "2023-11-24T09:59:57.870Z"
147
147
  }
148
148
  }