@flowfuse/nr-file-nodes 0.0.10-ec44580-202603091845.0 → 0.0.10
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.
- package/CHANGELOG.md +34 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,37 @@
|
|
|
1
|
+
#### 0.0.10: Release
|
|
2
|
+
|
|
3
|
+
- Bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#153)
|
|
4
|
+
- Bump actions/setup-node from 6.2.0 to 6.3.0 (#149)
|
|
5
|
+
- Bump benc-uk/workflow-dispatch from 1.2.4 to 1.3.1 (#142)
|
|
6
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml from 0.49.0 to 0.52.0 (#146)
|
|
7
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml from 0.49.0 to 0.52.0 (#147)
|
|
8
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml from 0.49.0 to 0.52.0 (#145)
|
|
9
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#140)
|
|
10
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml (#139)
|
|
11
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml (#138)
|
|
12
|
+
- Remove GHA to update public catalogue (#136)
|
|
13
|
+
- Add missing scope to package name (#135)
|
|
14
|
+
- Add action to bump NR catalogue version (#134)
|
|
15
|
+
- Bump JS-DevTools/npm-publish from 4.1.4 to 4.1.5 (#130)
|
|
16
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml (#131)
|
|
17
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#132)
|
|
18
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml (#133)
|
|
19
|
+
- Update file-server dependency (#159) @hardillb
|
|
20
|
+
- Bump multer and node-red (#163) @app/dependabot
|
|
21
|
+
- Bump picomatch (#158) @app/dependabot
|
|
22
|
+
- ci: Use NodeJS v24 to build package (#157) @ppawlowski
|
|
23
|
+
- ci: Use NodeJS v24 as a default GitHub Actions runtime (#156) @ppawlowski
|
|
24
|
+
- Bump flatted from 3.3.3 to 3.4.2 (#154) @app/dependabot
|
|
25
|
+
- Bump fast-xml-parser and @aws-sdk/xml-builder (#155) @app/dependabot
|
|
26
|
+
- ci: replace `tibdex/github-app-token` with `actions/create-github-app-token` (#152) @ppawlowski
|
|
27
|
+
- ci: add concurrency to publish workflow (#151) @ppawlowski
|
|
28
|
+
- Bump sequelize from 6.37.7 to 6.37.8 (#150) @app/dependabot
|
|
29
|
+
- Bump fast-xml-parser and @aws-sdk/xml-builder (#148) @app/dependabot
|
|
30
|
+
- Bump minimatch (#144) @app/dependabot
|
|
31
|
+
- Bump dottie from 2.0.6 to 2.0.7 (#143) @app/dependabot
|
|
32
|
+
- Bump fast-xml-parser and @aws-sdk/client-s3 (#141) @app/dependabot
|
|
33
|
+
- Bump qs from 6.14.1 to 6.14.2 (#137) @app/dependabot
|
|
34
|
+
|
|
1
35
|
#### 0.0.9: Release
|
|
2
36
|
|
|
3
37
|
- Move from flowforge/file-server to flowfuse/file-server
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowfuse/nr-file-nodes",
|
|
3
|
-
"version": "0.0.10
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"description": "Node-RED file nodes packaged for FlowFuse",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@eslint/js": "^9.39.2",
|
|
44
|
-
"@flowfuse/file-server": "^2.
|
|
44
|
+
"@flowfuse/file-server": "^2.28.1",
|
|
45
45
|
"eslint": "^9.39.2",
|
|
46
46
|
"eslint-plugin-html": "^8.1.3",
|
|
47
47
|
"eslint-plugin-no-only-tests": "^3.3.0",
|