@visulima/api-platform 3.0.54 → 3.0.55
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 +16 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## @visulima/api-platform [3.0.55](https://github.com/visulima/visulima/compare/@visulima/api-platform@3.0.54...@visulima/api-platform@3.0.55) (2025-11-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update dependencies across multiple packages ([36a47f2](https://github.com/visulima/visulima/commit/36a47f26d65d25a7b4d8371186710e7d0ab61a2b))
|
|
6
|
+
* update dependencies in package.json ([2b89d2a](https://github.com/visulima/visulima/commit/2b89d2a3c9131d7d2ce4dccb7ee674c1ea0d0c6a))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
* **@visulima/connect:** upgraded to 3.0.24
|
|
12
|
+
* **@visulima/fs:** upgraded to 4.0.3
|
|
13
|
+
* **@visulima/jsdoc-open-api:** upgraded to 2.0.91
|
|
14
|
+
* **@visulima/path:** upgraded to 2.0.2
|
|
15
|
+
* **@visulima/crud:** upgraded to 2.0.43
|
|
16
|
+
|
|
1
17
|
## @visulima/api-platform [3.0.54](https://github.com/visulima/visulima/compare/@visulima/api-platform@3.0.53...@visulima/api-platform@3.0.54) (2025-10-22)
|
|
2
18
|
|
|
3
19
|
### 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.55",
|
|
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.24",
|
|
129
|
+
"@visulima/fs": "4.0.3",
|
|
130
|
+
"@visulima/jsdoc-open-api": "2.0.91",
|
|
131
|
+
"@visulima/path": "2.0.2",
|
|
132
132
|
"accepts": "^1.3.8",
|
|
133
133
|
"debug": "^4.4.3",
|
|
134
134
|
"http-errors": "^2.0.0",
|
|
@@ -136,14 +136,14 @@
|
|
|
136
136
|
"jstoxml": "^7.0.1",
|
|
137
137
|
"lodash.merge": "^4.6.2",
|
|
138
138
|
"schema-dts": "^1.1.5",
|
|
139
|
-
"ts-japi": "^1.12.
|
|
139
|
+
"ts-japi": "^1.12.1",
|
|
140
140
|
"yaml": "^2.8.1",
|
|
141
141
|
"zod-to-ts": "^1.2.0"
|
|
142
142
|
},
|
|
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.43",
|
|
147
147
|
"@visulima/readdir": "2.0.12",
|
|
148
148
|
"chalk": "5.6.2",
|
|
149
149
|
"commander": "^12.1.0",
|