Skip to content

Commit

Permalink
bump version 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki authored Aug 17, 2024
1 parent e06624d commit 4d1e49a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 7 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
**/__tests__/
nodes/
.gitignore
.node-version
.pre-commit-config.yaml
.yamllint
biome.json
Expand Down
37 changes: 34 additions & 3 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-mobile/red-mobile-nodes",
"version": "3.4.1",
"version": "3.4.2",
"description": "Extra nodes for RedMobile",
"scripts": {
"start": "npx node-red --setting=settings.js -v",
Expand All @@ -16,15 +16,14 @@
"author": "hiroyuki okada",
"license": "MIT",
"dependencies": {
"@swc/core": "1.7.10",
"@swc/jest": "0.2.36",
"@types/node-red-node-test-helper": "0.3.4",
"axios": "1.7.4",
"is-base64": "1.1.0",
"qs": "6.13.0",
"ws": "8.18.0"
},
"devDependencies": {
"@swc/core": "1.7.10",
"@swc/jest": "0.2.36",
"@biomejs/biome": "1.8.3",
"@types/is-base64": "1.1.3",
"@types/jest": "29.5.12",
Expand Down

0 comments on commit 4d1e49a

Please sign in to comment.