@balena/pinejs 15.3.17-build-fisehara-upadte-balena-lint-079f1a9438c61b7642088470818ead9580eb1f85-1 → 15.3.18-build-fisehara-computed-fields-only-once-de1f3da2dd4be7dffc7cc871814b548f08d90d56-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,18 @@
1
+ - commits:
2
+ - subject: Actually compute computed terms only once.
3
+ hash: de1f3da2dd4be7dffc7cc871814b548f08d90d56
4
+ body: |
5
+ Afterwards use as Alias or ReferencedFields
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ Signed-off-by: Harald Fischer <harald@balena.io>
10
+ signed-off-by: Harald Fischer <harald@balena.io>
11
+ author: Harald Fischer
12
+ nested: []
13
+ version: 15.3.18
14
+ title: ""
15
+ date: 2023-11-23T19:38:50.001Z
1
16
  - commits:
2
17
  - subject: Update @balena/lint
3
18
  hash: 079f1a9438c61b7642088470818ead9580eb1f85
@@ -12,7 +27,7 @@
12
27
  nested: []
13
28
  version: 15.3.17
14
29
  title: ""
15
- date: 2023-11-23T19:15:22.579Z
30
+ date: 2023-11-23T19:26:45.288Z
16
31
  - commits:
17
32
  - subject: Handling typing changes of @types/pg
18
33
  hash: f7520efb9e2c44ab5ae341ad8fdd635814819eb0
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ 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
+ # v15.3.18
8
+ ## (2023-11-23)
9
+
10
+ * Actually compute computed terms only once. [Harald Fischer]
11
+
7
12
  # v15.3.17
8
13
  ## (2023-11-23)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.3.17
1
+ 15.3.18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.17-build-fisehara-upadte-balena-lint-079f1a9438c61b7642088470818ead9580eb1f85-1",
3
+ "version": "15.3.18-build-fisehara-computed-fields-only-once-de1f3da2dd4be7dffc7cc871814b548f08d90d56-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -29,7 +29,7 @@
29
29
  "@balena/env-parsing": "^1.1.5",
30
30
  "@balena/lf-to-abstract-sql": "^5.0.0",
31
31
  "@balena/odata-parser": "^3.0.0",
32
- "@balena/odata-to-abstract-sql": "^6.0.1",
32
+ "@balena/odata-to-abstract-sql": "6.2.0-build-fisehara-optimize-computed-fields-87c73d455a8495f268aa5bd0e291f3f3e8bf5777-1",
33
33
  "@balena/sbvr-parser": "^1.4.3",
34
34
  "@balena/sbvr-types": "^6.0.0",
35
35
  "@types/body-parser": "^1.19.2",
@@ -143,6 +143,6 @@
143
143
  "recursive": true
144
144
  },
145
145
  "versionist": {
146
- "publishedAt": "2023-11-23T19:15:23.234Z"
146
+ "publishedAt": "2023-11-23T19:38:50.650Z"
147
147
  }
148
148
  }