Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mutec committed Nov 5, 2024
1 parent e6ee7e3 commit 2764835
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 77 deletions.
146 changes: 75 additions & 71 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mysterycode/node-red-sacn",
"description": "Implementation of sACN (Streaming ACN) for Node-RED",
"version": "0.0.3",
"version": "0.0.4",
"author": "MysteryCode",
"license": "GPL-3.0-only",
"private": false,
Expand All @@ -11,15 +11,15 @@
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@types/node": "^22.8.6",
"@types/node": "^22.9.0",
"@types/node-red": "^1.3.5",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.13.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"node-red": "^4.0.5",
"prettier": "^3.3.3",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
},
"scripts": {
Expand Down

0 comments on commit 2764835

Please sign in to comment.