@balena/pinejs 15.3.11 → 15.3.12-build-renovate-websql-0-0-x-f1fc571c6340aaecb591ffaee446a59642bad1af-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,16 @@
1
+ - commits:
2
+ - subject: Update dependency @types/websql to ^0.0.28
3
+ hash: f1fc571c6340aaecb591ffaee446a59642bad1af
4
+ body: |
5
+ Update @types/websql from 0.0.27 to 0.0.28
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 15.3.12
12
+ title: ""
13
+ date: 2023-10-20T01:21:34.944Z
1
14
  - commits:
2
15
  - subject: Update dependency @types/method-override to ^0.0.33
3
16
  hash: c3266ad791bcc11bed607657af460b87cdba2053
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 15.3.11
12
25
  title: ""
13
- date: 2023-10-20T00:03:20.467Z
26
+ date: 2023-10-20T00:15:28.695Z
14
27
  - commits:
15
28
  - subject: Allow uploading file on resourceName and synonyms
16
29
  hash: 1f6f5aa7e60fe7e6ce938b97f072d13dcaa8012c
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.12
8
+ ## (2023-10-20)
9
+
10
+ * Update dependency @types/websql to ^0.0.28 [Self-hosted Renovate Bot]
11
+
7
12
  # v15.3.11
8
13
  ## (2023-10-20)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.3.11
1
+ 15.3.12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.11",
3
+ "version": "15.3.12-build-renovate-websql-0-0-x-f1fc571c6340aaecb591ffaee446a59642bad1af-1",
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.27",
52
+ "@types/websql": "^0.0.28",
53
53
  "busboy": "^1.6.0",
54
54
  "commander": "^10.0.1",
55
55
  "deep-freeze": "^0.0.1",
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2023-10-20T00:03:21.645Z"
147
+ "publishedAt": "2023-10-20T01:21:36.030Z"
148
148
  }
149
149
  }