@visulima/api-platform 1.2.9 → 1.2.11

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 +16 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## @visulima/api-platform [1.2.11](https://github.com/visulima/visulima/compare/@visulima/api-platform@1.2.10...@visulima/api-platform@1.2.11) (2023-06-06)
2
+
3
+
4
+
5
+ ### Dependencies
6
+
7
+ * **@visulima/jsdoc-open-api:** upgraded to 1.3.9
8
+
9
+ ## @visulima/api-platform [1.2.10](https://github.com/visulima/visulima/compare/@visulima/api-platform@1.2.9...@visulima/api-platform@1.2.10) (2023-06-05)
10
+
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * **@visulima/jsdoc-open-api:** upgraded to 1.3.8
16
+
1
17
  ## @visulima/api-platform [1.2.9](https://github.com/visulima/visulima/compare/@visulima/api-platform@1.2.8...@visulima/api-platform@1.2.9) (2023-05-31)
2
18
 
3
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/api-platform",
3
- "version": "1.2.9",
3
+ "version": "1.2.11",
4
4
  "description": "Visulima API platform is a set of tools to build and consume web APIs",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -105,7 +105,7 @@
105
105
  "build:prod": "rimraf dist && cross-env NODE_ENV=production tsup",
106
106
  "clean": "rimraf node_modules dist .eslintcache",
107
107
  "coverage": "vitest run --coverage",
108
- "dev": "pnpm predev && pnpm run build --watch",
108
+ "dev": "pnpm run build --watch",
109
109
  "lint:eslint": "cross-env NO_LOGS=true eslint . --ext js,jsx,ts,tsx --max-warnings=0 --config .eslintrc.cjs --cache --cache-strategy content .",
110
110
  "lint:eslint:fix": "pnpm run lint:eslint --fix",
111
111
  "test": "vitest run",
@@ -113,7 +113,7 @@
113
113
  },
114
114
  "dependencies": {
115
115
  "@visulima/connect": "1.3.5",
116
- "@visulima/jsdoc-open-api": "1.3.7",
116
+ "@visulima/jsdoc-open-api": "1.3.9",
117
117
  "accepts": "^1.3.8",
118
118
  "debug": "^4.3.4",
119
119
  "http-errors": "^2.0.0",
@@ -146,12 +146,12 @@
146
146
  "@types/lodash.set": "^4.3.7",
147
147
  "@types/node": "18.16.16",
148
148
  "@types/qs": "^6.9.7",
149
- "@types/react": "^18.2.7",
149
+ "@types/react": "^18.2.8",
150
150
  "@types/react-dom": "^18.2.4",
151
151
  "@types/swagger-ui-react": "^4.18.0",
152
152
  "@types/webpack": "^5.28.1",
153
- "@typescript-eslint/eslint-plugin": "^5.59.7",
154
- "@typescript-eslint/parser": "^5.59.7",
153
+ "@typescript-eslint/eslint-plugin": "^5.59.8",
154
+ "@typescript-eslint/parser": "^5.59.8",
155
155
  "@visulima/crud": "1.0.11",
156
156
  "@visulima/readdir": "1.3.5",
157
157
  "@vitest/coverage-c8": "^0.31.1",
@@ -225,7 +225,7 @@
225
225
  "redoc": "^2.0.0",
226
226
  "swagger-ui-dist": "^4.19.0",
227
227
  "swagger-ui-react": "^4.19.0",
228
- "webpack": "^5.84.1"
228
+ "webpack": "^5.85.0"
229
229
  },
230
230
  "engines": {
231
231
  "node": ">=16.18.0 <=20.*"