@balena/pinejs 23.0.2-build-renovate-bcrypt-6-x-3736f9a480ea86dc8199a4200cadf6207fcef6e1-1 → 23.1.0-build-computed-fns-8a2da44979a453d99bea15222c361a0a977152e5-1

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,16 +1,72 @@
1
1
  - commits:
2
- - subject: Update dependency bcrypt to v6
3
- hash: 3736f9a480ea86dc8199a4200cadf6207fcef6e1
2
+ - subject: Add the ability to have computed fields generate/call functions
3
+ hash: 8a2da44979a453d99bea15222c361a0a977152e5
4
4
  body: |
5
- Update bcrypt from 5.1.1 to 6.0.0
5
+ Update @balena/abstract-sql-compiler from 11.0.0 to 11.1.0
6
6
  footer:
7
- Change-type: patch
8
- change-type: patch
9
- author: balena-renovate[bot]
10
- nested: []
11
- version: 23.0.2
7
+ Change-type: minor
8
+ change-type: minor
9
+ author: Pagan Gazzard
10
+ nested:
11
+ - commits:
12
+ - subject: Add the ability to have computed fields generate/call functions
13
+ hash: 2a0d1a357a7baa36eaaef71c5b15c206b44a1a0f
14
+ body: ""
15
+ footer:
16
+ Change-type: minor
17
+ change-type: minor
18
+ author: Pagan Gazzard
19
+ nested: []
20
+ version: abstract-sql-compiler-11.1.0
21
+ title: ""
22
+ date: 2025-08-12T00:17:28.281Z
23
+ - commits:
24
+ - subject: Optimize away unnecessary aliasing
25
+ hash: bc19f720415adc56684978d56a70d1c5407c3ab7
26
+ body: ""
27
+ footer:
28
+ Change-type: patch
29
+ change-type: patch
30
+ author: Pagan Gazzard
31
+ nested: []
32
+ version: abstract-sql-compiler-11.0.3
33
+ title: ""
34
+ date: 2025-08-08T15:34:13.225Z
35
+ - commits:
36
+ - subject: "Tests: update dev dependencies"
37
+ hash: d3b7d59ef4413015b28b78a5943753304bfdfb01
38
+ body: ""
39
+ footer:
40
+ Change-type: patch
41
+ change-type: patch
42
+ author: Pagan Gazzard
43
+ nested: []
44
+ version: abstract-sql-compiler-11.0.2
45
+ title: ""
46
+ date: 2025-08-08T14:17:18.123Z
47
+ - commits:
48
+ - subject: Update tsconfig module to `Node18`
49
+ hash: 7b551369ed6974b4b537c80085bfad74b8a692a0
50
+ body: ""
51
+ footer:
52
+ Change-type: patch
53
+ change-type: patch
54
+ author: Pagan Gazzard
55
+ nested: []
56
+ - subject: "Tests: switch from ts-node to @swc-node/register"
57
+ hash: 0645665e87ad356aa91a97f9e730a855feb8bd67
58
+ body: ""
59
+ footer:
60
+ Change-type: patch
61
+ change-type: patch
62
+ author: Pagan Gazzard
63
+ nested: []
64
+ version: abstract-sql-compiler-11.0.1
65
+ title: ""
66
+ date: 2025-08-01T13:37:39.968Z
67
+ version: 23.1.0
12
68
  title: ""
13
- date: 2025-08-08T18:03:47.239Z
69
+ date: 2025-08-12T13:03:24.441Z
14
70
  - commits:
15
71
  - subject: Simplify abstract sql to use `TRUE` rather than `TRUE = TRUE`
16
72
  hash: d250c28079aef4fcd34ac1b6d2f3066e90cc5d8b
package/CHANGELOG.md CHANGED
@@ -4,10 +4,36 @@ 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
- # v23.0.2
8
- ## (2025-08-08)
7
+ # v23.1.0
8
+ ## (2025-08-12)
9
+
9
10
 
10
- * Update dependency bcrypt to v6 [balena-renovate[bot]]
11
+ <details>
12
+ <summary> Add the ability to have computed fields generate/call functions [Pagan Gazzard] </summary>
13
+
14
+ > ## abstract-sql-compiler-11.1.0
15
+ > ### (2025-08-12)
16
+ >
17
+ > * Add the ability to have computed fields generate/call functions [Pagan Gazzard]
18
+ >
19
+ > ## abstract-sql-compiler-11.0.3
20
+ > ### (2025-08-08)
21
+ >
22
+ > * Optimize away unnecessary aliasing [Pagan Gazzard]
23
+ >
24
+ > ## abstract-sql-compiler-11.0.2
25
+ > ### (2025-08-08)
26
+ >
27
+ > * Tests: update dev dependencies [Pagan Gazzard]
28
+ >
29
+ > ## abstract-sql-compiler-11.0.1
30
+ > ### (2025-08-01)
31
+ >
32
+ > * Update tsconfig module to `Node18` [Pagan Gazzard]
33
+ > * Tests: switch from ts-node to @swc-node/register [Pagan Gazzard]
34
+ >
35
+
36
+ </details>
11
37
 
12
38
  # v23.0.1
13
39
  ## (2025-08-08)
package/VERSION CHANGED
@@ -1 +1 @@
1
- 23.0.2
1
+ 23.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.0.2-build-renovate-bcrypt-6-x-3736f9a480ea86dc8199a4200cadf6207fcef6e1-1",
3
+ "version": "23.1.0-build-computed-fns-8a2da44979a453d99bea15222c361a0a977152e5-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -26,12 +26,12 @@
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.0.0",
29
+ "@balena/abstract-sql-compiler": "^11.1.0",
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",
33
33
  "@balena/odata-parser": "^4.2.6",
34
- "@balena/odata-to-abstract-sql": "^9.0.0",
34
+ "@balena/odata-to-abstract-sql": "^9.0.1",
35
35
  "@balena/sbvr-parser": "^1.4.12",
36
36
  "@balena/sbvr-types": "^11.1.3",
37
37
  "@sindresorhus/fnv1a": "^3.1.0",
@@ -45,7 +45,7 @@
45
45
  "@types/memoizee": "^0.4.12",
46
46
  "@types/method-override": "^3.0.0",
47
47
  "@types/mysql": "^2.15.27",
48
- "@types/node": "^20.19.9",
48
+ "@types/node": "^20.19.10",
49
49
  "@types/passport": "^1.0.17",
50
50
  "@types/passport-local": "^1.0.38",
51
51
  "@types/passport-strategy": "^0.2.38",
@@ -93,7 +93,7 @@
93
93
  "grunt-ts": "^6.0.0-beta.22",
94
94
  "grunt-webpack": "^7.0.0",
95
95
  "husky": "^9.1.7",
96
- "lint-staged": "^16.1.4",
96
+ "lint-staged": "^16.1.5",
97
97
  "load-grunt-tasks": "^5.1.0",
98
98
  "mocha": "11.7.1",
99
99
  "on-finished": "^2.4.1",
@@ -106,14 +106,14 @@
106
106
  "ts-loader": "^9.5.2",
107
107
  "ts-node": "^10.9.2",
108
108
  "typescript": "^5.9.2",
109
- "webpack": "^5.101.0",
109
+ "webpack": "^5.101.1",
110
110
  "webpack-dev-server": "^5.2.2"
111
111
  },
112
112
  "optionalDependencies": {
113
113
  "@aws-sdk/client-s3": "^3.859.0",
114
114
  "@aws-sdk/lib-storage": "^3.859.0",
115
115
  "@aws-sdk/s3-request-presigner": "^3.859.0",
116
- "bcrypt": "^6.0.0",
116
+ "bcrypt": "^5.1.1",
117
117
  "body-parser": "^1.20.3",
118
118
  "compression": "^1.8.1",
119
119
  "cookie-parser": "^1.4.7",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2025-08-08T18:03:48.311Z"
151
+ "publishedAt": "2025-08-12T13:03:26.387Z"
152
152
  }
153
153
  }