Skip to content

Commit ebdbdc6

Browse files
authored
[release/bkp/1.9.1] (#1897)
* Bump version patch * Improve type LhcFill source field
1 parent c3edfb4 commit ebdbdc6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/domain/entities/LhcFill.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
* @property {number|null} stableBeamsDuration
2121
* @property {string|null} beamType
2222
* @property {string|null} fillingSchemeName
23-
* @property {number|null} collidingBunchesCount
24-
* @property {number|null} deliveredLuminosity
23+
* @property {number|null} collidingBunchesCount - received from LHC_IF service via PATCH endpoint /api/lhcFills/:fillNumber with issued token
24+
* @property {number|null} deliveredLuminosity - received from LHC_IF service via PATCH endpoint /api/lhcFills/:fillNumber with issued token
2525
* @property {LhcFillStatistics|null} statistics
2626
* @property {Run[]} runs
2727
*/

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aliceo2/bookkeeping",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"author": "ALICEO2",
55
"scripts": {
66
"coverage": "nyc npm test && npm run coverage:report",

0 commit comments

Comments
 (0)