@flowfuse/nr-file-nodes
Advanced tools
Comparing version 0.0.6-e10be98-202403170752.0 to 0.0.7-0481394-202408010829.0
@@ -0,1 +1,20 @@ | ||
#### 0.0.6: Release | ||
- Bump ws and node-red (#64) @dependabot | ||
- ci: Bump build_node_package workflow to 0.14.0 (#61) @ppawlowski | ||
- Bump braces from 3.0.2 to 3.0.3 (#60) @dependabot | ||
- Revert "Add proxy support" (#59) @Steve-Mcl | ||
- Add proxy support (#56) @Steve-Mcl | ||
- Update lint glob to cover test files (#58) @Steve-Mcl | ||
- Bump actions/checkout from 1 to 4 (#52) @dependabot | ||
- Bump actions/setup-node from 1 to 4 (#50) @dependabot | ||
- Enable dependabot for github actions (#48) @ppawlowski | ||
- Bump express, node-red and node-red-node-test-helper (#47) @dependabot | ||
- Bump follow-redirects from 1.15.5 to 1.15.6 (#46) @dependabot | ||
- Bump jsonata, @node-red/util and node-red (#45) @dependabot | ||
- Bump ip from 2.0.0 to 2.0.1 (#43) @dependabot | ||
- Bump follow-redirects from 1.15.3 to 1.15.4 (#42) @dependabot | ||
- Update npm-publish action version to v2 (#41) @ppawlowski | ||
- Bump axios and node-red-admin (#40) @dependabot | ||
#### 0.0.5: Release | ||
@@ -2,0 +21,0 @@ |
{ | ||
"name": "@flowfuse/nr-file-nodes", | ||
"version": "0.0.6-e10be98-202403170752.0", | ||
"version": "0.0.7-0481394-202408010829.0", | ||
"description": "Node-RED file nodes packaged for FlowFuse", | ||
@@ -10,4 +10,4 @@ "main": "index.js", | ||
"test:files": "mocha 'test/file_spec.js' --timeout 5000", | ||
"lint": "eslint -c .eslintrc *.js", | ||
"lint:fix": "eslint -c .eslintrc *.js --fix" | ||
"lint": "eslint -c .eslintrc *.js test/*.js", | ||
"lint:fix": "eslint -c .eslintrc *.js test/*.js --fix" | ||
}, | ||
@@ -14,0 +14,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60726