@balena/pinejs 15.3.6 → 15.3.7-build-bump-ts-38838fe15d78a4cc0bbbb665edc5b6e98fbfd84a-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Update TypeScript to 5.2.2
3
+ hash: 38838fe15d78a4cc0bbbb665edc5b6e98fbfd84a
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Thodoris Greasidis
9
+ nested: []
10
+ version: 15.3.7
11
+ title: ""
12
+ date: 2023-08-31T09:11:56.662Z
1
13
  - commits:
2
14
  - subject: Fix the remaining lint errors
3
15
  hash: c974ff49f97ca861665e55cf2f024372c46006b9
@@ -60,7 +72,7 @@
60
72
  nested: []
61
73
  version: 15.3.6
62
74
  title: ""
63
- date: 2023-08-31T08:55:52.411Z
75
+ date: 2023-08-31T09:10:30.231Z
64
76
  - commits:
65
77
  - subject: Fix failure on delete requests with invalid ID
66
78
  hash: 4749ed86c9a3858a2eb84c58d2a9581c93b91bec
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.7
8
+ ## (2023-08-31)
9
+
10
+ * Update TypeScript to 5.2.2 [Thodoris Greasidis]
11
+
7
12
  # v15.3.6
8
13
  ## (2023-08-31)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.3.6
1
+ 15.3.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.6",
3
+ "version": "15.3.7-build-bump-ts-38838fe15d78a4cc0bbbb665edc5b6e98fbfd84a-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -50,8 +50,8 @@
50
50
  "@types/pg": "^8.6.6",
51
51
  "@types/randomstring": "^1.1.8",
52
52
  "@types/websql": "^0.0.27",
53
- "commander": "^10.0.1",
54
53
  "busboy": "^1.6.0",
54
+ "commander": "^10.0.1",
55
55
  "deep-freeze": "^0.0.1",
56
56
  "eventemitter3": "^5.0.0",
57
57
  "express-session": "^1.17.3",
@@ -101,7 +101,7 @@
101
101
  "terser-webpack-plugin": "^5.3.7",
102
102
  "ts-loader": "^9.4.2",
103
103
  "ts-node": "^10.9.1",
104
- "typescript": "^5.1.3",
104
+ "typescript": "^5.2.2",
105
105
  "webpack": "^5.81.0",
106
106
  "webpack-dev-server": "^4.13.3"
107
107
  },
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2023-08-31T08:55:53.329Z"
147
+ "publishedAt": "2023-08-31T09:11:57.529Z"
148
148
  }
149
149
  }