@visulima/api-platform 2.0.26 → 2.0.27

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.md +7 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @visulima/api-platform [2.0.27](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.26...@visulima/api-platform@2.0.27) (2024-03-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated jstoxml ([087ffa2](https://github.com/visulima/visulima/commit/087ffa2aec382e3de06804b6e2f8c2d3cb73da65))
7
+
1
8
  ## @visulima/api-platform [2.0.26](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.25...@visulima/api-platform@2.0.26) (2024-03-10)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/api-platform",
3
- "version": "2.0.26",
3
+ "version": "2.0.27",
4
4
  "description": "Visulima API platform is a set of tools to build and consume web APIs",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -147,7 +147,7 @@
147
147
  "debug": "^4.3.4",
148
148
  "http-errors": "^2.0.0",
149
149
  "http-status-codes": "^2.3.0",
150
- "jstoxml": "^5.0.0",
150
+ "jstoxml": "^5.0.1",
151
151
  "lodash.merge": "^4.6.2",
152
152
  "schema-dts": "^1.1.2",
153
153
  "ts-japi": "^1.9.1",
@@ -178,7 +178,7 @@
178
178
  "@types/node": "18.18.14",
179
179
  "@types/qs": "^6.9.12",
180
180
  "@types/react": "^18.2.64",
181
- "@types/react-dom": "^18.2.20",
181
+ "@types/react-dom": "^18.2.21",
182
182
  "@types/swagger-ui-react": "^4.18.3",
183
183
  "@types/webpack": "^5.28.5",
184
184
  "@visulima/crud": "2.0.16",
@@ -201,7 +201,7 @@
201
201
  "eslint-plugin-ssr-friendly": "^1.3.0",
202
202
  "eslint-plugin-testing-library": "^6.2.0",
203
203
  "eslint-plugin-validate-jsx-nesting": "^0.1.1",
204
- "eslint-plugin-vitest": "^0.3.22",
204
+ "eslint-plugin-vitest": "^0.3.25",
205
205
  "eslint-plugin-vitest-globals": "^1.4.0",
206
206
  "eslint-plugin-zod": "^1.4.0",
207
207
  "express": "^4.18.3",
@@ -225,7 +225,7 @@
225
225
  "swagger-ui-dist": "^4.19.1",
226
226
  "swagger-ui-react": "^4.19.1",
227
227
  "tsup": "^8.0.2",
228
- "type-fest": "^4.11.1",
228
+ "type-fest": "^4.12.0",
229
229
  "typescript": "^5.4.2",
230
230
  "vitest": "^1.3.1",
231
231
  "webpack": "^5.90.3",