restafary 11.4.1 → 11.5.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.
Files changed (2) hide show
  1. package/ChangeLog +10 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2023.08.09, v11.5.1
2
+
3
+ feature:
4
+ - ccc3b19 package: patchfile v4.0.0
5
+
6
+ 2023.08.09, v11.5.0
7
+
8
+ feature:
9
+ - c3bac8b package: redzip v3.0.0
10
+
1
11
  2023.08.09, v11.4.1
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "restafary",
3
- "version": "11.4.1",
3
+ "version": "11.5.1",
4
4
  "type": "commonjs",
5
5
  "description": "REST for CRUD file operations",
6
6
  "main": "server/restafary.js",
@@ -40,11 +40,11 @@
40
40
  "jonny": "^3.0.0",
41
41
  "mellow": "^3.0.1",
42
42
  "mime-types": "^2.1.28",
43
- "patchfile": "^3.0.0",
43
+ "patchfile": "^4.0.0",
44
44
  "pipe-io": "^4.0.1",
45
45
  "ponse": "^7.0.0",
46
46
  "pullout": "^4.0.0",
47
- "redzip": "^2.1.0",
47
+ "redzip": "^3.0.0",
48
48
  "try-to-catch": "^3.0.0",
49
49
  "win32": "^7.0.0"
50
50
  },