jgloo 2.0.1 → 2.1.1
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 +20 -0
- package/package.json +2 -2
- package/mock/api/example.mjs +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
<a name="2.1.1"></a>
|
|
2
|
+
|
|
3
|
+
## [2.1.1](https://github.com/zosma180/jgloo/compare/2.1.0...2.1.1) (2025-08-02)
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- Security update of August 2025.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
<a name="2.1.0"></a>
|
|
12
|
+
|
|
13
|
+
## [2.1.0](https://github.com/zosma180/jgloo/compare/2.0.1...2.1.0) (2025-06-11)
|
|
14
|
+
|
|
15
|
+
### Fixes
|
|
16
|
+
|
|
17
|
+
- Updated multer to version 2.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
1
21
|
<a name="2.0.1"></a>
|
|
2
22
|
|
|
3
23
|
## [2.0.1](https://github.com/zosma180/jgloo/compare/2.0.0...2.0.1) (2025-05-09)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jgloo",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "The coldest mock server.",
|
|
5
5
|
"homepage": "https://github.com/zosma180/jgloo",
|
|
6
6
|
"repository": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"cors": "^2.8.5",
|
|
31
31
|
"express": "^4.17.1",
|
|
32
32
|
"minimist": "^1.2.5",
|
|
33
|
-
"multer": "^
|
|
33
|
+
"multer": "^2.0.1",
|
|
34
34
|
"nodemon": "^3.0.1"
|
|
35
35
|
}
|
|
36
36
|
}
|