@visulima/api-platform 1.2.1 → 1.2.2

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 +17 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## @visulima/api-platform [1.2.2](https://github.com/visulima/visulima/compare/@visulima/api-platform@1.2.1...@visulima/api-platform@1.2.2) (2023-01-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * allow higher node versions ([c93d55b](https://github.com/visulima/visulima/commit/c93d55b80135282235e933da52d9c88ade3073a8))
7
+ * allow higher node versions ([faf4780](https://github.com/visulima/visulima/commit/faf478069f3508249db22ed2171ddee4fa380122))
8
+
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * **@visulima/connect:** upgraded to 1.3.2
14
+ * **@visulima/jsdoc-open-api:** upgraded to 1.3.1
15
+ * **@visulima/crud:** upgraded to 1.0.9
16
+ * **@visulima/readdir:** upgraded to 1.3.3
17
+
1
18
  ## @visulima/api-platform [1.2.1](https://github.com/visulima/visulima/compare/@visulima/api-platform@1.2.0...@visulima/api-platform@1.2.1) (2023-01-08)
2
19
 
3
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/api-platform",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Visulima API platform is a set of tools to build and consume web APIs",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -99,8 +99,8 @@
99
99
  "test": "vitest"
100
100
  },
101
101
  "dependencies": {
102
- "@visulima/connect": "1.3.1",
103
- "@visulima/jsdoc-open-api": "1.3.0",
102
+ "@visulima/connect": "1.3.2",
103
+ "@visulima/jsdoc-open-api": "1.3.1",
104
104
  "accepts": "^1.3.8",
105
105
  "debug": "^4.3.4",
106
106
  "http-errors": "^2.0.0",
@@ -139,8 +139,8 @@
139
139
  "@types/webpack": "^5.28.0",
140
140
  "@typescript-eslint/eslint-plugin": "^5.40.0",
141
141
  "@typescript-eslint/parser": "^5.40.0",
142
- "@visulima/crud": "1.0.8",
143
- "@visulima/readdir": "1.3.2",
142
+ "@visulima/crud": "1.0.9",
143
+ "@visulima/readdir": "1.3.3",
144
144
  "chalk": "4.1.2",
145
145
  "commander": "^9.4.1",
146
146
  "core-js": "^3.25.5",
@@ -200,8 +200,8 @@
200
200
  "optionalDependencies": {
201
201
  "@hapi/hapi": "^21.1.0",
202
202
  "@koa/router": "^12.0.0",
203
- "@visulima/crud": "1.0.8",
204
- "@visulima/readdir": "1.3.2",
203
+ "@visulima/crud": "1.0.9",
204
+ "@visulima/readdir": "1.3.3",
205
205
  "chalk": "4.1.2",
206
206
  "commander": "^9.4.1",
207
207
  "cors": "^2.8.5",
@@ -216,7 +216,7 @@
216
216
  "webpack": "^5.74.0"
217
217
  },
218
218
  "engines": {
219
- "node": ">=16"
219
+ "node": ">=16.18.0 <=19.0"
220
220
  },
221
221
  "publishConfig": {
222
222
  "access": "public"