@balena/pinejs 14.52.0 → 14.52.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.
- package/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +15 -1
- package/CHANGELOG.md +5 -0
- package/VERSION +1 -1
- package/package.json +3 -3
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update @balena/abstract-sql-compiler from 7.20.0 to 7.21.0
|
|
3
|
+
hash: 8c0be8878ca3b861d8c446163a7d376a340ad105
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
Signed-off-by: Josh Bowling <josh@monarci.com>
|
|
9
|
+
signed-off-by: Josh Bowling <josh@monarci.com>
|
|
10
|
+
author: Josh Bowling
|
|
11
|
+
nested: []
|
|
12
|
+
version: 14.52.1
|
|
13
|
+
title: ""
|
|
14
|
+
date: 2022-11-20T12:05:24.376Z
|
|
1
15
|
- commits:
|
|
2
16
|
- subject: "Support `$count: { $filter: {...} }` notation in $filter & $orderby"
|
|
3
17
|
hash: df3b7a4782a0bafdffaae0f1754ab32246eb7935
|
|
@@ -173,7 +187,7 @@
|
|
|
173
187
|
date: 2022-09-15T15:20:32.755Z
|
|
174
188
|
version: 14.52.0
|
|
175
189
|
title: ""
|
|
176
|
-
date: 2022-11-18T13:
|
|
190
|
+
date: 2022-11-18T13:35:02.051Z
|
|
177
191
|
- commits:
|
|
178
192
|
- subject: "Docs: Remove todo.txt"
|
|
179
193
|
hash: 2c05369400197509c54153c0a6a608c804558532
|
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
|
+
# v14.52.1
|
|
8
|
+
## (2022-11-20)
|
|
9
|
+
|
|
10
|
+
* Update @balena/abstract-sql-compiler from 7.20.0 to 7.21.0 [Josh Bowling]
|
|
11
|
+
|
|
7
12
|
# v14.52.0
|
|
8
13
|
## (2022-11-18)
|
|
9
14
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
14.52.
|
|
1
|
+
14.52.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/pinejs",
|
|
3
|
-
"version": "14.52.
|
|
3
|
+
"version": "14.52.1",
|
|
4
4
|
"main": "out/server-glue/module",
|
|
5
5
|
"repository": "git@github.com:balena-io/pinejs.git",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"prettify": "balena-lint -e js -e ts --fix src build typings Gruntfile.ts"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@balena/abstract-sql-compiler": "^7.
|
|
27
|
+
"@balena/abstract-sql-compiler": "^7.21.0",
|
|
28
28
|
"@balena/abstract-sql-to-typescript": "^1.2.0",
|
|
29
29
|
"@balena/lf-to-abstract-sql": "^4.5.1",
|
|
30
30
|
"@balena/odata-parser": "^2.4.0",
|
|
@@ -136,6 +136,6 @@
|
|
|
136
136
|
"recursive": true
|
|
137
137
|
},
|
|
138
138
|
"versionist": {
|
|
139
|
-
"publishedAt": "2022-11-
|
|
139
|
+
"publishedAt": "2022-11-20T12:05:25.036Z"
|
|
140
140
|
}
|
|
141
141
|
}
|