@visulima/api-platform 2.0.20 → 2.0.21
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 +14 -0
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## @visulima/api-platform [2.0.21](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.20...@visulima/api-platform@2.0.21) (2024-03-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* removed lodash.set ([387d110](https://github.com/visulima/visulima/commit/387d110f715d295457d8cb34f6cbd900856e92a3))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/connect:** upgraded to 3.0.1
|
|
13
|
+
* **@visulima/crud:** upgraded to 2.0.16
|
|
14
|
+
|
|
1
15
|
## @visulima/api-platform [2.0.20](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.19...@visulima/api-platform@2.0.20) (2024-03-06)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/api-platform",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.21",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"test:watch": "vitest"
|
|
142
142
|
},
|
|
143
143
|
"dependencies": {
|
|
144
|
-
"@visulima/connect": "3.0.
|
|
144
|
+
"@visulima/connect": "3.0.1",
|
|
145
145
|
"@visulima/jsdoc-open-api": "2.0.15",
|
|
146
146
|
"accepts": "^1.3.8",
|
|
147
147
|
"debug": "^4.3.4",
|
|
@@ -175,14 +175,13 @@
|
|
|
175
175
|
"@types/koa": "^2.15.0",
|
|
176
176
|
"@types/koa__router": "^12.0.4",
|
|
177
177
|
"@types/lodash.merge": "^4.6.9",
|
|
178
|
-
"@types/lodash.set": "^4.3.9",
|
|
179
178
|
"@types/node": "18.18.14",
|
|
180
179
|
"@types/qs": "^6.9.12",
|
|
181
180
|
"@types/react": "^18.2.64",
|
|
182
181
|
"@types/react-dom": "^18.2.20",
|
|
183
182
|
"@types/swagger-ui-react": "^4.18.3",
|
|
184
183
|
"@types/webpack": "^5.28.5",
|
|
185
|
-
"@visulima/crud": "2.0.
|
|
184
|
+
"@visulima/crud": "2.0.16",
|
|
186
185
|
"@visulima/readdir": "2.0.12",
|
|
187
186
|
"@vitest/coverage-v8": "^1.3.1",
|
|
188
187
|
"@vitest/ui": "^1.3.1",
|
|
@@ -240,7 +239,7 @@
|
|
|
240
239
|
"optionalDependencies": {
|
|
241
240
|
"@hapi/hapi": "^21.3.3",
|
|
242
241
|
"@koa/router": "^12.0.1",
|
|
243
|
-
"@visulima/crud": "2.0.
|
|
242
|
+
"@visulima/crud": "2.0.16",
|
|
244
243
|
"@visulima/readdir": "2.0.12",
|
|
245
244
|
"chalk": "5.3.0",
|
|
246
245
|
"commander": "^12.0.0",
|