@strapi/openapi 0.0.0-experimental.d190a700af70e9360d767221b76cd8e815bd01aa → 0.0.0-experimental.d22a30ff5eadbdd86ef2955b3348042f23a02021

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/openapi",
3
- "version": "0.0.0-experimental.d190a700af70e9360d767221b76cd8e815bd01aa",
3
+ "version": "0.0.0-experimental.d22a30ff5eadbdd86ef2955b3348042f23a02021",
4
4
  "description": "A tool set to help generate and validate API documentation for Strapi projects",
5
5
  "homepage": "https://strapi.io",
6
6
  "bugs": {
@@ -52,7 +52,7 @@
52
52
  "test:unit:watch": "run -T jest --watch"
53
53
  },
54
54
  "engines": {
55
- "node": ">=18.0.0 <=22.x.x",
55
+ "node": ">=20.0.0 <=24.x.x",
56
56
  "npm": ">=6.0.0"
57
57
  },
58
58
  "dependencies": {
@@ -61,7 +61,7 @@
61
61
  "zod": "3.25.67"
62
62
  },
63
63
  "devDependencies": {
64
- "@strapi/types": "0.0.0-experimental.d190a700af70e9360d767221b76cd8e815bd01aa",
64
+ "@strapi/types": "0.0.0-experimental.d22a30ff5eadbdd86ef2955b3348042f23a02021",
65
65
  "@types/debug": "^4"
66
66
  }
67
67
  }