@balena/pinejs 23.0.0-build-23-x-bd2140f0f435b7f9daa8c3f27c3dbbc9ae17a197-1 → 23.0.0

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,19 +1,19 @@
1
1
  - commits:
2
- - subject: Handle generating constrained definitions of computed field definitions
3
- hash: bd2140f0f435b7f9daa8c3f27c3dbbc9ae17a197
4
- body: ""
5
- footer:
6
- Change-type: patch
7
- change-type: patch
8
- author: Pagan Gazzard
9
- nested: []
10
2
  - subject: Update @balena/abstract-sql-compiler to 11.x,
11
3
  @balena/odata-to-abstract-sql to 9.x
12
- hash: 6d47e4d92011183438ec4ba913f8245ac1c841ac
4
+ hash: bf7937fb577912576ebc7d2c81852e136a95da68
13
5
  body: |
14
6
  Update @balena/abstract-sql-compiler from 10.6.3 to 11.0.0
15
7
  Update @balena/abstract-sql-to-typescript from 5.1.5 to 6.1.0
16
8
  Update @balena/odata-to-abstract-sql from 8.0.2 to 9.0.0
9
+
10
+ This handles constrained definitions for computed field definitions
11
+ as they are now how computed fields are handled. And as part of that
12
+ improved computed field handling we fixed cases where there could be
13
+ broken behavior where the computed field would not be accessible to
14
+ `$filter`/`$orderby` and throw an error or instead it would be the
15
+ entry from the next version (eg `v3`) rather than the expected/current
16
+ one (eg `v2`)
17
17
  footer:
18
18
  Change-type: major
19
19
  change-type: major
@@ -537,7 +537,7 @@
537
537
  date: 2025-08-01T13:41:59.468Z
538
538
  version: 23.0.0
539
539
  title: ""
540
- date: 2025-08-07T18:19:28.370Z
540
+ date: 2025-08-07T18:36:46.576Z
541
541
  - commits:
542
542
  - subject: Always add the constrained definition to constrained tables
543
543
  hash: 7b0bc3ea9beb204861cc25b8896c8babc1c803bd
package/CHANGELOG.md CHANGED
@@ -7,7 +7,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v23.0.0
8
8
  ## (2025-08-07)
9
9
 
10
- * Handle generating constrained definitions of computed field definitions [Pagan Gazzard]
11
10
 
12
11
  <details>
13
12
  <summary> Update @balena/abstract-sql-compiler to 11.x, @balena/odata-to-abstract-sql to 9.x [Pagan Gazzard] </summary>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.0.0-build-23-x-bd2140f0f435b7f9daa8c3f27c3dbbc9ae17a197-1",
3
+ "version": "23.0.0",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2025-08-07T18:19:30.924Z"
151
+ "publishedAt": "2025-08-07T18:36:49.131Z"
152
152
  }
153
153
  }