Skip to content

Commit

Permalink
* update deps, prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed May 3, 2021
1 parent e279192 commit ca84e94
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 67 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
## __WORK IN PROGRESS__
-->

## __WORK IN PROGRESS__
* (Apollon77/foxriver76) Optimize Database storage behaviour for file database
* (foxriver76) change default behaviour of cli update command -> only list installed, allow --all as parameter to see all again

## 3.3.7 (2021-05-02)
* (foxriver76) Adjust another set state check

Expand Down
107 changes: 48 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"iobroker": "./iobroker.js"
},
"dependencies": {
"@iobroker/db-objects-file": "~1.2.2",
"@iobroker/db-objects-jsonl": "~1.2.2",
"@iobroker/db-objects-redis": "~1.2.2",
"@iobroker/db-states-file": "~1.2.2",
"@iobroker/db-states-jsonl": "~1.2.2",
"@iobroker/db-states-redis": "~1.2.2",
"@iobroker/db-objects-file": "~1.2.3",
"@iobroker/db-objects-jsonl": "~1.2.3",
"@iobroker/db-objects-redis": "~1.2.3",
"@iobroker/db-states-file": "~1.2.3",
"@iobroker/db-states-jsonl": "~1.2.3",
"@iobroker/db-states-redis": "~1.2.3",
"@iobroker/plugin-base": "~1.2.1",
"@iobroker/plugin-sentry": "~1.1.10",
"chokidar": "^3.5.1",
"daemonize2": "^0.4.2",
"debug": "^4.3.1",
"decache": "^4.6.0",
"deep-clone": "^3.0.3",
"esbuild": "^0.11.16",
"esbuild": "^0.11.18",
"esbuild-register": "^2.5.0",
"event-stream": "^4.0.1",
"fs-extra": "^9.1.0",
Expand All @@ -51,7 +51,7 @@
"semver": "^7.3.5",
"tar": "^6.1.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.2",
"winston-daily-rotate-file": "^4.5.3",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit ca84e94

Please sign in to comment.