Skip to content

Commit

Permalink
Merge branch '2-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtiz13 committed Oct 4, 2024
2 parents fe2eb83 + d6a18fd commit f8e3e31
Show file tree
Hide file tree
Showing 5 changed files with 845 additions and 2,681 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.4.1-dev.1](https://github.com/kuzzleio/kuzzle-device-manager/compare/v2.4.0...v2.4.1-dev.1) (2024-10-04)


### Bug Fixes

* queryTranslator import ([#376](https://github.com/kuzzleio/kuzzle-device-manager/issues/376)) ([f786244](https://github.com/kuzzleio/kuzzle-device-manager/commit/f78624488e44e26e256f4e3dfab5fa9fdd612183))

# [2.4.0](https://github.com/kuzzleio/kuzzle-device-manager/compare/v2.3.2...v2.4.0) (2024-10-01)


Expand Down
3 changes: 1 addition & 2 deletions lib/modules/measure/MeasureExporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { InternalError, JSONObject, KHit, User } from "kuzzle";
import { ask } from "kuzzle-plugin-commons";
import _ from "lodash";
import { UUID } from "node:crypto";
// ? queryTranslator is not exposed by package kuzzle so we need to import directly th file
import QueryTranslator from "kuzzle/lib/service/storage/queryTranslator.js";
import { QueryTranslator } from "kuzzle";

import {
AskModelAssetGet,
Expand Down
Loading

0 comments on commit f8e3e31

Please sign in to comment.