@visulima/api-platform 3.0.57 → 3.0.59
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 +27 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## @visulima/api-platform [3.0.59](https://github.com/visulima/visulima/compare/@visulima/api-platform@3.0.58...@visulima/api-platform@3.0.59) (2025-11-19)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **release:** update dependencies and versions across multiple packages ([39ad777](https://github.com/visulima/visulima/commit/39ad777e15aeb77d1ec4182763ab7473740ccbc4))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/fs:** upgraded to 4.1.0
|
|
11
|
+
* **@visulima/jsdoc-open-api:** upgraded to 2.0.95
|
|
12
|
+
|
|
13
|
+
## @visulima/api-platform [3.0.58](https://github.com/visulima/visulima/compare/@visulima/api-platform@3.0.57...@visulima/api-platform@3.0.58) (2025-11-13)
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* bump packem, to fix minified version of the code ([2a36ceb](https://github.com/visulima/visulima/commit/2a36ceb09251b0ca1178701a26547a871ed717a7))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* **@visulima/connect:** upgraded to 3.0.27
|
|
23
|
+
* **@visulima/fs:** upgraded to 4.0.6
|
|
24
|
+
* **@visulima/jsdoc-open-api:** upgraded to 2.0.94
|
|
25
|
+
* **@visulima/path:** upgraded to 2.0.5
|
|
26
|
+
* **@visulima/crud:** upgraded to 2.0.46
|
|
27
|
+
|
|
1
28
|
## @visulima/api-platform [3.0.57](https://github.com/visulima/visulima/compare/@visulima/api-platform@3.0.56...@visulima/api-platform@3.0.57) (2025-11-12)
|
|
2
29
|
|
|
3
30
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/api-platform",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.59",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -125,10 +125,10 @@
|
|
|
125
125
|
"LICENSE.md"
|
|
126
126
|
],
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@visulima/connect": "3.0.
|
|
129
|
-
"@visulima/fs": "4.0
|
|
130
|
-
"@visulima/jsdoc-open-api": "2.0.
|
|
131
|
-
"@visulima/path": "2.0.
|
|
128
|
+
"@visulima/connect": "3.0.27",
|
|
129
|
+
"@visulima/fs": "4.1.0",
|
|
130
|
+
"@visulima/jsdoc-open-api": "2.0.95",
|
|
131
|
+
"@visulima/path": "2.0.5",
|
|
132
132
|
"accepts": "^1.3.8",
|
|
133
133
|
"debug": "^4.4.3",
|
|
134
134
|
"http-errors": "^2.0.0",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"peerDependencies": {
|
|
144
144
|
"@hapi/hapi": "^21.4.3",
|
|
145
145
|
"@koa/router": "^12.0.1",
|
|
146
|
-
"@visulima/crud": "2.0.
|
|
146
|
+
"@visulima/crud": "2.0.46",
|
|
147
147
|
"chalk": "5.6.2",
|
|
148
148
|
"commander": "^12.1.0",
|
|
149
149
|
"cors": "^2.8.5",
|