@balena/abstract-sql-compiler 10.2.8-build-lodash-08b051cf4150dfa99f3cfafeb3011244760e9d38-1 → 10.2.9-build-lodash-14d0033542647d08a183e911c2f56185563bf80b-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/.versionbot/CHANGELOG.yml +13 -9
- package/CHANGELOG.md +4 -1
- package/package.json +2 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
- commits:
|
2
2
|
- subject: Avoid lodash chaining / move lodash to a dev dependency
|
3
|
-
hash:
|
3
|
+
hash: 14d0033542647d08a183e911c2f56185563bf80b
|
4
4
|
body: ""
|
5
5
|
footer:
|
6
6
|
Change-type: patch
|
@@ -8,7 +8,7 @@
|
|
8
8
|
author: Pagan Gazzard
|
9
9
|
nested: []
|
10
10
|
- subject: Use native version of `uniq`
|
11
|
-
hash:
|
11
|
+
hash: 091d220b2f1d305b223a1c3ac56be7592ccfbe02
|
12
12
|
body: ""
|
13
13
|
footer:
|
14
14
|
Change-type: patch
|
@@ -16,7 +16,7 @@
|
|
16
16
|
author: Pagan Gazzard
|
17
17
|
nested: []
|
18
18
|
- subject: Use native version of `mapValues`
|
19
|
-
hash:
|
19
|
+
hash: c54e44a96112b753212b143e7817fa833e522a70
|
20
20
|
body: ""
|
21
21
|
footer:
|
22
22
|
Change-type: patch
|
@@ -24,7 +24,7 @@
|
|
24
24
|
author: Pagan Gazzard
|
25
25
|
nested: []
|
26
26
|
- subject: Use native version of `isEqual`
|
27
|
-
hash:
|
27
|
+
hash: 35f8c302e97c2bbaa1a38b5b0c70a2f3398ca28d
|
28
28
|
body: ""
|
29
29
|
footer:
|
30
30
|
Change-type: patch
|
@@ -32,7 +32,7 @@
|
|
32
32
|
author: Pagan Gazzard
|
33
33
|
nested: []
|
34
34
|
- subject: Use native version of `flatMap`
|
35
|
-
hash:
|
35
|
+
hash: 6c47e516d93cbdd109b08b5f4ec22f5bda0a09f7
|
36
36
|
body: ""
|
37
37
|
footer:
|
38
38
|
Change-type: patch
|
@@ -40,7 +40,7 @@
|
|
40
40
|
author: Pagan Gazzard
|
41
41
|
nested: []
|
42
42
|
- subject: Use native version of `find`
|
43
|
-
hash:
|
43
|
+
hash: 650919951b46df475dd2d14acc74f27adf78e62e
|
44
44
|
body: ""
|
45
45
|
footer:
|
46
46
|
Change-type: patch
|
@@ -48,7 +48,7 @@
|
|
48
48
|
author: Pagan Gazzard
|
49
49
|
nested: []
|
50
50
|
- subject: Avoid using lodash `identity` method
|
51
|
-
hash:
|
51
|
+
hash: a4110882ef60db6df45ad376624d2732a9243317
|
52
52
|
body: ""
|
53
53
|
footer:
|
54
54
|
Change-type: patch
|
@@ -56,13 +56,17 @@
|
|
56
56
|
author: Pagan Gazzard
|
57
57
|
nested: []
|
58
58
|
- subject: Avoid using lodash for duration node validation
|
59
|
-
hash:
|
59
|
+
hash: 1892c9bde28d5cc98e4869e18b0c561a2f56ed19
|
60
60
|
body: ""
|
61
61
|
footer:
|
62
62
|
Change-type: patch
|
63
63
|
change-type: patch
|
64
64
|
author: Pagan Gazzard
|
65
65
|
nested: []
|
66
|
+
version: 10.2.9
|
67
|
+
title: ""
|
68
|
+
date: 2025-04-07T14:58:35.260Z
|
69
|
+
- commits:
|
66
70
|
- subject: Improve typings for the `In`/`NotIn` optimization helpers
|
67
71
|
hash: fc2f84b46e1559beae90e99d8e1b9abbd28d195d
|
68
72
|
body: ""
|
@@ -73,7 +77,7 @@
|
|
73
77
|
nested: []
|
74
78
|
version: 10.2.8
|
75
79
|
title: ""
|
76
|
-
date: 2025-04-07T14:
|
80
|
+
date: 2025-04-07T14:47:06.493Z
|
77
81
|
- commits:
|
78
82
|
- subject: Switch to a more standard `isFieldTypeNode` helper
|
79
83
|
hash: 62657e2886cbcc8174b36bd2cd9589712a3845d2
|
package/CHANGELOG.md
CHANGED
@@ -4,7 +4,7 @@ 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
|
-
## 10.2.
|
7
|
+
## 10.2.9 - 2025-04-07
|
8
8
|
|
9
9
|
* Avoid lodash chaining / move lodash to a dev dependency [Pagan Gazzard]
|
10
10
|
* Use native version of `uniq` [Pagan Gazzard]
|
@@ -14,6 +14,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
14
14
|
* Use native version of `find` [Pagan Gazzard]
|
15
15
|
* Avoid using lodash `identity` method [Pagan Gazzard]
|
16
16
|
* Avoid using lodash for duration node validation [Pagan Gazzard]
|
17
|
+
|
18
|
+
## 10.2.8 - 2025-04-07
|
19
|
+
|
17
20
|
* Improve typings for the `In`/`NotIn` optimization helpers [Pagan Gazzard]
|
18
21
|
|
19
22
|
## 10.2.7 - 2025-04-07
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/abstract-sql-compiler",
|
3
|
-
"version": "10.2.
|
3
|
+
"version": "10.2.9-build-lodash-14d0033542647d08a183e911c2f56185563bf80b-1",
|
4
4
|
"description": "A translator for abstract sql into sql.",
|
5
5
|
"type": "commonjs",
|
6
6
|
"main": "out/AbstractSQLCompiler.js",
|
@@ -56,6 +56,6 @@
|
|
56
56
|
"npm": ">=10.7.0"
|
57
57
|
},
|
58
58
|
"versionist": {
|
59
|
-
"publishedAt": "2025-04-07T14:
|
59
|
+
"publishedAt": "2025-04-07T14:58:35.753Z"
|
60
60
|
}
|
61
61
|
}
|