Skip to content

Commit

Permalink
Merge pull request #19 from istnv/v3.3
Browse files Browse the repository at this point in the history
lib updates for v3.3
  • Loading branch information
istnv authored May 7, 2024
2 parents b622327 + c40d307 commit b1c8e1d
Show file tree
Hide file tree
Showing 2 changed files with 3,891 additions and 2,874 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openweather-rest",
"version": "2.3.0",
"version": "2.4.0",
"type": "module",
"main": "index.js",
"scripts": {
Expand All @@ -12,12 +12,12 @@
"url": "git+https://github.com/bitfocus/companion-module-openweather-rest.git"
},
"dependencies": {
"@companion-module/base": "^1.7.0",
"@companion-module/base": "^1.8.0",
"jimp": "^0.22.4",
"node-rest-client": "^3.1.1"
},
"devDependencies": {
"@companion-module/tools": "^1.4.2",
"@companion-module/tools": "^1.5.0",
"@types/jimp": "^0.2.28"
}
}
Loading

0 comments on commit b1c8e1d

Please sign in to comment.