@flowfuse/nr-file-nodes 0.0.8-ef7ae9d-202409021647.0 → 0.0.9-09bd213-202509221416.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ #### 0.0.8: Release
2
+
3
+ - Bump flowfuse/github-actions-workflows from 0.37.0 to 0.38.0 (#80)
4
+ - Bump flowfuse/github-actions-workflows from 0.36.0 to 0.37.0 (#79)
5
+ - Bump flowfuse/github-actions-workflows from 0.34.0 to 0.36.0 (#78)
6
+ - Bump flowfuse/github-actions-workflows from 0.30.0 to 0.34.0 (#76)
7
+ - Bump flowfuse/github-actions-workflows from 0.29.0 to 0.30.0 (#74)
8
+ - Bump flowfuse/github-actions-workflows from 0.28.0 to 0.29.0 (#71)
9
+ - Bump cookie, light-my-request, node-red and express (#77) @app/dependabot
10
+ - Bump serve-static, node-red and express (#72) @app/dependabot
11
+ - Bump flowfuse/github-actions-workflows from 0.1.0 to 0.28.0 (#70) @app/dependabot
12
+ - Bump JS-DevTools/npm-publish from 2 to 3 (#53) @app/dependabot
13
+ - Bump tibdex/github-app-token from 1 to 2 (#51) @app/dependabot
14
+
1
15
  #### 0.0.7: Release
2
16
 
3
17
  - Bump axios from 1.6.8 to 1.7.4 (#68) @dependabot
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-file-nodes",
3
- "version": "0.0.8-ef7ae9d-202409021647.0",
3
+ "version": "0.0.9-09bd213-202509221416.0",
4
4
  "description": "Node-RED file nodes packaged for FlowFuse",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "npm run test:files && npm run test:memory",
8
8
  "test:memory": "mocha 'test/memory_spec.js' --timeout 5000",
9
9
  "test:files": "mocha 'test/file_spec.js' --timeout 5000",
10
- "lint": "eslint -c .eslintrc *.js test/*.js",
11
- "lint:fix": "eslint -c .eslintrc *.js test/*.js --fix"
10
+ "lint": "eslint -c .eslintrc \"*.js\" \"test/*.js\"",
11
+ "lint:fix": "eslint -c .eslintrc \"*.js\" \"test/*.js\" --fix"
12
12
  },
13
13
  "keywords": [
14
14
  "FlowFuse",
@@ -47,8 +47,8 @@
47
47
  "fs-extra": "^10.1.0",
48
48
  "mocha": "^10.1.0",
49
49
  "mocha-cli": "^1.0.1",
50
- "node-red": "^3.1.0",
51
- "node-red-node-test-helper": "^0.3.0",
50
+ "node-red": "^4.1.0",
51
+ "node-red-node-test-helper": "^0.3.4",
52
52
  "sinon": "^14.0.2"
53
53
  }
54
54
  }