@balena/pinejs 17.1.1-build-asserts-not-undefined-and-explicit-select-03fa717925e7cc2dea2fdf885e226a99f39a1481-2 → 17.1.1-build-asserts-not-undefined-and-explicit-select-e679610d4967f545c42f909b2be9eb5d9ef0e015-2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  - commits:
2
- - subject: Improve test assertion for not undefined & explicitly select all fields
3
- hash: 03fa717925e7cc2dea2fdf885e226a99f39a1481
2
+ - subject: Improve test assertion for undefined fields
3
+ hash: e679610d4967f545c42f909b2be9eb5d9ef0e015
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: patch
@@ -9,7 +9,7 @@
9
9
  nested: []
10
10
  version: 17.1.1
11
11
  title: ""
12
- date: 2024-06-19T20:56:29.120Z
12
+ date: 2024-06-19T21:36:49.619Z
13
13
  - commits:
14
14
  - subject: Add dev model typings
15
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
- * Improve test assertion for not undefined & explicitly select all fields [Otavio Jacobi]
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-asserts-not-undefined-and-explicit-select-03fa717925e7cc2dea2fdf885e226a99f39a1481-2",
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",
@@ -146,6 +146,6 @@
146
146
  "recursive": true
147
147
  },
148
148
  "versionist": {
149
- "publishedAt": "2024-06-19T20:56:29.843Z"
149
+ "publishedAt": "2024-06-19T21:36:50.346Z"
150
150
  }
151
151
  }