@balena/pinejs 23.1.0-build-computed-fns-8a2da44979a453d99bea15222c361a0a977152e5-1 → 23.1.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,13 +1,25 @@
1
1
  - commits:
2
2
  - subject: Add the ability to have computed fields generate/call functions
3
- hash: 8a2da44979a453d99bea15222c361a0a977152e5
3
+ hash: b7a4c06f031ec11bb2f1a02645a555288a570c77
4
4
  body: |
5
- Update @balena/abstract-sql-compiler from 11.0.0 to 11.1.0
5
+ Update @balena/abstract-sql-compiler from 11.0.0 to 11.1.1
6
6
  footer:
7
7
  Change-type: minor
8
8
  change-type: minor
9
9
  author: Pagan Gazzard
10
10
  nested:
11
+ - commits:
12
+ - subject: Create computed functions after table definitions
13
+ hash: f5b3ec1e7f4a23c8958e16ecfc016abb4b83ec15
14
+ body: ""
15
+ footer:
16
+ Change-type: patch
17
+ change-type: patch
18
+ author: Pagan Gazzard
19
+ nested: []
20
+ version: abstract-sql-compiler-11.1.1
21
+ title: ""
22
+ date: 2025-08-12T15:07:21.133Z
11
23
  - commits:
12
24
  - subject: Add the ability to have computed fields generate/call functions
13
25
  hash: 2a0d1a357a7baa36eaaef71c5b15c206b44a1a0f
@@ -66,7 +78,7 @@
66
78
  date: 2025-08-01T13:37:39.968Z
67
79
  version: 23.1.0
68
80
  title: ""
69
- date: 2025-08-12T13:03:24.441Z
81
+ date: 2025-08-12T15:21:15.437Z
70
82
  - commits:
71
83
  - subject: Simplify abstract sql to use `TRUE` rather than `TRUE = TRUE`
72
84
  hash: d250c28079aef4fcd34ac1b6d2f3066e90cc5d8b
package/CHANGELOG.md CHANGED
@@ -11,6 +11,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
11
  <details>
12
12
  <summary> Add the ability to have computed fields generate/call functions [Pagan Gazzard] </summary>
13
13
 
14
+ > ## abstract-sql-compiler-11.1.1
15
+ > ### (2025-08-12)
16
+ >
17
+ > * Create computed functions after table definitions [Pagan Gazzard]
18
+ >
14
19
  > ## abstract-sql-compiler-11.1.0
15
20
  > ### (2025-08-12)
16
21
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.1.0-build-computed-fns-8a2da44979a453d99bea15222c361a0a977152e5-1",
3
+ "version": "23.1.0",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -26,7 +26,7 @@
26
26
  "generate-types": "node ./bin/sbvr-compiler.js generate-types ./src/sbvr-api/user.sbvr ./src/sbvr-api/user.ts && node ./bin/sbvr-compiler.js generate-types ./src/migrator/migrations.sbvr ./src/migrator/migrations.ts && node ./bin/sbvr-compiler.js generate-types ./src/sbvr-api/dev.sbvr ./src/sbvr-api/dev.ts && node ./bin/sbvr-compiler.js generate-types ./src/tasks/tasks.sbvr ./src/tasks/tasks.ts && node ./bin/sbvr-compiler.js generate-types ./src/webresource-handler/webresource.sbvr ./src/webresource-handler/webresource.ts && balena-lint -t tsconfig.dev.json --fix ./src/sbvr-api/user.ts ./src/migrator/migrations.ts ./src/sbvr-api/dev.ts"
27
27
  },
28
28
  "dependencies": {
29
- "@balena/abstract-sql-compiler": "^11.1.0",
29
+ "@balena/abstract-sql-compiler": "^11.1.1",
30
30
  "@balena/abstract-sql-to-typescript": "^6.1.0",
31
31
  "@balena/env-parsing": "^1.2.5",
32
32
  "@balena/lf-to-abstract-sql": "^5.0.10",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2025-08-12T13:03:26.387Z"
151
+ "publishedAt": "2025-08-12T15:21:18.240Z"
152
152
  }
153
153
  }