@flowfuse/file-server 2.30.2-af24936-202605111604.0 → 2.31.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.
- package/CHANGELOG.md +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
#### 2.31.0: Release
|
|
2
|
+
|
|
3
|
+
- Bump actions/create-github-app-token from 3.1.1 to 3.2.0 (#282)
|
|
4
|
+
- Bump benc-uk/workflow-dispatch from 1.3.1 to 1.3.2 (#285)
|
|
5
|
+
- Switch internal reusable workflows to new tagging approach (#284)
|
|
6
|
+
- Bump mocha version (#283) @hardillb
|
|
7
|
+
- ci: enable dependabot cooldown (#281) @ppawlowski
|
|
8
|
+
- Bump fast-uri from 3.1.0 to 3.1.2 (#280) @app/dependabot
|
|
9
|
+
- Bump fast-xml-builder from 1.1.5 to 1.2.0 (#279) @app/dependabot
|
|
10
|
+
|
|
1
11
|
#### 2.30.1: Release
|
|
2
12
|
|
|
3
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowfuse/file-server",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.31.0",
|
|
4
4
|
"description": "A basic Object Storage backend",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"eslint": "^9.39.2",
|
|
54
54
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
55
55
|
"globals": "^16.5.0",
|
|
56
|
-
"mocha": "^
|
|
56
|
+
"mocha": "^11.7.5",
|
|
57
57
|
"mocha-cli": "^1.0.1",
|
|
58
58
|
"neostandard": "^0.12.2",
|
|
59
59
|
"nodemon": "^3.0.1",
|