Skip to content

Commit

Permalink
chore: update dependencies (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-seifert authored Aug 27, 2024
1 parent 0fca1e0 commit cd201d4
Show file tree
Hide file tree
Showing 3 changed files with 533 additions and 648 deletions.
2 changes: 1 addition & 1 deletion companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "softron-movierecorder",
"shortname": "MovieRecorder",
"description": "Module to control MovieRecorder",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-softron-movierecorder.git",
"bugs": "https://github.com/bitfocus/companion-module-softron-movierecorder/issues",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "softron-movierecorder",
"version": "2.0.3",
"version": "2.0.4",
"main": "index.js",
"type": "module",
"scripts": {
"format": "prettier -w ."
},
"license": "MIT",
"dependencies": {
"@companion-module/base": "~1.5.1",
"@companion-module/base": "~1.10.0",
"node-fetch": "^3.3.2"
},
"repository": {
Expand Down
Loading

0 comments on commit cd201d4

Please sign in to comment.