@balena/pinejs 17.1.1-build-renovate-major-webpack-dev-server-fa121eb60b243111936bda3172ef6afeaf7c0d40-1 → 17.1.1-build-asserts-not-undefined-and-explicit-select-e679610d4967f545c42f909b2be9eb5d9ef0e015-2
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.
- package/.versionbot/CHANGELOG.yml +5 -6
- package/CHANGELOG.md +1 -1
- package/package.json +3 -3
@@ -1,16 +1,15 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
4
|
-
body:
|
5
|
-
Update webpack-dev-server from 4.15.2 to 5.0.4
|
2
|
+
- subject: Improve test assertion for undefined fields
|
3
|
+
hash: e679610d4967f545c42f909b2be9eb5d9ef0e015
|
4
|
+
body: ""
|
6
5
|
footer:
|
7
6
|
Change-type: patch
|
8
7
|
change-type: patch
|
9
|
-
author:
|
8
|
+
author: Otavio Jacobi
|
10
9
|
nested: []
|
11
10
|
version: 17.1.1
|
12
11
|
title: ""
|
13
|
-
date: 2024-06-
|
12
|
+
date: 2024-06-19T21:36:49.619Z
|
14
13
|
- commits:
|
15
14
|
- subject: Add dev model typings
|
16
15
|
hash: c276ef4fb8482a246c25940d617d76b76847eff8
|
package/CHANGELOG.md
CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
7
|
# v17.1.1
|
8
8
|
## (2024-06-19)
|
9
9
|
|
10
|
-
*
|
10
|
+
* Improve test assertion for undefined fields [Otavio Jacobi]
|
11
11
|
|
12
12
|
# v17.1.0
|
13
13
|
## (2024-06-19)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "17.1.1-build-
|
3
|
+
"version": "17.1.1-build-asserts-not-undefined-and-explicit-select-e679610d4967f545c42f909b2be9eb5d9ef0e015-2",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -105,7 +105,7 @@
|
|
105
105
|
"ts-node": "^10.9.2",
|
106
106
|
"typescript": "^5.4.5",
|
107
107
|
"webpack": "^5.92.0",
|
108
|
-
"webpack-dev-server": "^
|
108
|
+
"webpack-dev-server": "^4.15.2"
|
109
109
|
},
|
110
110
|
"optionalDependencies": {
|
111
111
|
"@aws-sdk/client-s3": "^3.598.0",
|
@@ -146,6 +146,6 @@
|
|
146
146
|
"recursive": true
|
147
147
|
},
|
148
148
|
"versionist": {
|
149
|
-
"publishedAt": "2024-06-
|
149
|
+
"publishedAt": "2024-06-19T21:36:50.346Z"
|
150
150
|
}
|
151
151
|
}
|