Skip to content

Commit 16207ef

Browse files
committed
install fixed kuzzle-plugin-commons package
1 parent a59b50e commit 16207ef

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ frontmatter-errors.json
1818
# Typescript related files
1919
dist/
2020
types/dist/
21+
22+
# Test files
23+
asset.csv

lib/modules/plugin/DeviceManagerEngine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import _ from "lodash";
22
import { Backend, InternalError, Plugin } from "kuzzle";
33
import { JSONObject } from "kuzzle-sdk";
44
import { AbstractEngine, ConfigManager } from "kuzzle-plugin-commons";
5-
import { EngineContent } from "kuzzle-plugin-commons/lib/engine/EngineContent";
5+
import { EngineContent } from "kuzzle-plugin-commons";
66

77
import { assetsMappings, assetsHistoryMappings } from "../asset";
88
import {

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kuzzle-device-manager",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Manage your IoT devices and assets. Choose a provisioning strategy, receive and decode payload, handle your IoT business logic.",
55
"author": "The Kuzzle Team (support@kuzzle.io)",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"license": "Apache-2.0",
2525
"dependencies": {
2626
"csv-stringify": "^6.3.2",
27-
"kuzzle-plugin-commons": "https://github.com/kuzzleio/kuzzle-plugin-commons/archive/refs/tags/1.0.5.tar.gz",
27+
"kuzzle-plugin-commons": "^1.0.7",
2828
"lodash": "^4.17.21",
2929
"uuid": "~9.0.0"
3030
},

0 commit comments

Comments
 (0)