File tree 4 files changed +30
-3
lines changed
4 files changed +30
-3
lines changed Original file line number Diff line number Diff line change
1
+ - commits:
2
+ - subject: Expose `checkApiKey` to allow resolving an api key string
3
+ hash: 28be0bbd4d3b1c7e5bc13b3ee8daeac1787cb816
4
+ body: |
5
+ This allows for custom api key handlers that don't rely on
6
+ `resolveAuthHeader` or `resolveApiKey`
7
+ footer:
8
+ Change-type: minor
9
+ change-type: minor
10
+ author: Pagan Gazzard
11
+ nested: []
12
+ version: 19.4.0
13
+ title: ""
14
+ date: 2024-10-18T15:42:32.007Z
1
15
- commits:
2
16
- subject: Allow changing pine's DEBUG mode on runtime when env.DEPLOYMENT=TEST
3
17
hash: 6b7781dc03c946faa1095def2bc44dcad588bce9
1667
1681
1668
1682
1669
1683
1684
+
1670
1685
As balena-lint
1671
1686
rejects `new
1672
1687
Boolean()`, `new
1691
1706
1692
1707
1693
1708
1709
+
1694
1710
As engine and npm is
1695
1711
now required as part
1696
1712
of package.json we
1730
1746
1731
1747
1732
1748
1749
+
1733
1750
Ensure that the
1734
1751
input passed in for
1735
1752
JSON types is either
1839
1856
1840
1857
1841
1858
1859
+
1842
1860
This also deprecates
1843
1861
the legacy version
1844
1862
footer:
1869
1887
1870
1888
1871
1889
1890
+
1872
1891
It can in fact be a
1873
1892
lot of different
1874
1893
things and that is
1900
1919
1901
1920
1902
1921
1922
+
1903
1923
We know what type
1904
1924
they return and they
1905
1925
should be explicitly
1936
1956
1937
1957
1938
1958
1959
+
1939
1960
Update
1940
1961
@balena/sbvr-types
1941
1962
from 3.4.18 to 3.5.0
2083
2104
2084
2105
2085
2106
2107
+
2086
2108
This also deprecates
2087
2109
the legacy use of
2088
2110
direct true/false
Original file line number Diff line number Diff line change @@ -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
+ # v19.4.0
8
+ ## (2024-10-18)
9
+
10
+ * Expose ` checkApiKey ` to allow resolving an api key string [ Pagan Gazzard]
11
+
7
12
# v19.3.0
8
13
## (2024-10-18)
9
14
Original file line number Diff line number Diff line change 1
- 19.3 .0
1
+ 19.4 .0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @balena/pinejs" ,
3
- "version" : " 19.3 .0" ,
3
+ "version" : " 19.4 .0" ,
4
4
"main" : " out/server-glue/module" ,
5
5
"type" : " commonjs" ,
6
6
"repository" :
" [email protected] :balena-io/pinejs.git" ,
147
147
"recursive" : true
148
148
},
149
149
"versionist" : {
150
- "publishedAt" : " 2024-10-18T08:13:35.393Z "
150
+ "publishedAt" : " 2024-10-18T15:42:32.922Z "
151
151
}
152
152
}
You can’t perform that action at this time.
0 commit comments