Skip to content

Commit

Permalink
Revert node-persist to 3.1.3 to regain backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaquu committed Jun 26, 2024
1 parent b4df110 commit 2424c16
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.7.0-dev.9] - To be announced
## [1.7.0-dev] - To be announced

### Fixed

Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-homekit-bridged",
"version": "1.7.0-dev.9",
"version": "1.7.0-dev.10",
"description": "Node-RED nodes to simulate Apple HomeKit devices.",
"main": "build/nodes/nrchkb.js",
"scripts": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@nrchkb/logger": "^3.0.0",
"hap-nodejs": "0.12.3-beta.7",
"node-persist": "^4.0.1",
"node-persist": "3.1.3",
"semver": "^7.6.2",
"uuid": "^10.0.0"
},
Expand Down

0 comments on commit 2424c16

Please sign in to comment.