@visulima/api-platform 3.0.16 → 3.0.17
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 +13 -0
- package/dist/{chunk-ORSZUU7P.mjs → chunk-MWEQ3G57.mjs} +2 -2
- package/dist/{chunk-ORSZUU7P.mjs.map → chunk-MWEQ3G57.mjs.map} +1 -1
- package/dist/{chunk-F764D2EW.js → chunk-UVSIDVVW.js} +2 -2
- package/dist/{chunk-F764D2EW.js.map → chunk-UVSIDVVW.js.map} +1 -1
- package/dist/framework/cli/commander/index.js +2 -2
- package/dist/framework/cli/commander/index.mjs +1 -1
- package/dist/framework/cli/index.js +2 -2
- package/dist/framework/cli/index.mjs +1 -1
- package/package.json +16 -16
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkUVSIDVVW_js = require('../../../chunk-UVSIDVVW.js');
|
|
4
4
|
require('../../../chunk-4C666HHU.js');
|
|
5
5
|
var process = require('process');
|
|
6
6
|
|
|
7
|
-
var i=(o,t="list",r="List all available API routes; Supported frameworks are next, express, koa, hapi and fastify")=>{o.command(t).description(r).option("--framework <framework>","Framework to use, choose from next, express, koa, hapi and fastify").option("-p, --path [path]","...").option("--group [type]","Groups routes. Supported: path, tag").option("--include-path [path]","Includes only routes which contain a given path element. (comma-separated values)",[]).option("--exclude-path [path]","Excludes routes which contain a given path element. (comma-separated values)",[]).option("-v, --verbose","Verbose output.",!1).action(async e=>{try{await
|
|
7
|
+
var i=(o,t="list",r="List all available API routes; Supported frameworks are next, express, koa, hapi and fastify")=>{o.command(t).description(r).option("--framework <framework>","Framework to use, choose from next, express, koa, hapi and fastify").option("-p, --path [path]","...").option("--group [type]","Groups routes. Supported: path, tag").option("--include-path [path]","Includes only routes which contain a given path element. (comma-separated values)",[]).option("--exclude-path [path]","Excludes routes which contain a given path element. (comma-separated values)",[]).option("-v, --verbose","Verbose output.",!1).action(async e=>{try{await chunkUVSIDVVW_js.a(e.framework,e.path,{excludePaths:e.excludePaths??[],group:e.group,includePaths:e.includePath??[],verbose:e.verbose});}catch(s){console.log(),console.error(s),process.exit(1);}});},m=i;
|
|
8
8
|
|
|
9
9
|
exports.listCommand = m;
|
|
10
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkUVSIDVVW_js = require('../../chunk-UVSIDVVW.js');
|
|
4
4
|
require('../../chunk-4C666HHU.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "listCommand", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkUVSIDVVW_js.a; }
|
|
11
11
|
});
|
|
12
12
|
//# sourceMappingURL=index.js.map
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/api-platform",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.17",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -126,17 +126,17 @@
|
|
|
126
126
|
],
|
|
127
127
|
"dependencies": {
|
|
128
128
|
"@visulima/connect": "3.0.12",
|
|
129
|
-
"@visulima/jsdoc-open-api": "2.0.
|
|
130
|
-
"@visulima/path": "1.0.
|
|
129
|
+
"@visulima/jsdoc-open-api": "2.0.56",
|
|
130
|
+
"@visulima/path": "1.0.5",
|
|
131
131
|
"accepts": "^1.3.8",
|
|
132
|
-
"debug": "^4.3.
|
|
132
|
+
"debug": "^4.3.6",
|
|
133
133
|
"http-errors": "^2.0.0",
|
|
134
134
|
"http-status-codes": "^2.3.0",
|
|
135
135
|
"jstoxml": "^5.0.2",
|
|
136
136
|
"lodash.merge": "^4.6.2",
|
|
137
137
|
"schema-dts": "^1.1.2",
|
|
138
138
|
"ts-japi": "^1.11.4",
|
|
139
|
-
"yaml": "^2.
|
|
139
|
+
"yaml": "^2.5.0",
|
|
140
140
|
"zod-to-ts": "^1.2.0"
|
|
141
141
|
},
|
|
142
142
|
"devDependencies": {
|
|
@@ -144,13 +144,13 @@
|
|
|
144
144
|
"@anolilab/prettier-config": "^5.0.14",
|
|
145
145
|
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
146
146
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
147
|
-
"@arthurgeron/eslint-plugin-react-usememo": "^2.4.
|
|
147
|
+
"@arthurgeron/eslint-plugin-react-usememo": "^2.4.1",
|
|
148
148
|
"@babel/core": "^7.25.2",
|
|
149
149
|
"@hapi/hapi": "^21.3.10",
|
|
150
|
-
"@koa/router": "^
|
|
150
|
+
"@koa/router": "^13.0.0",
|
|
151
151
|
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
|
|
152
|
-
"@testing-library/react": "^16.0.
|
|
153
|
-
"@total-typescript/ts-reset": "^0.
|
|
152
|
+
"@testing-library/react": "^16.0.1",
|
|
153
|
+
"@total-typescript/ts-reset": "^0.6.0",
|
|
154
154
|
"@types/accepts": "^1.3.7",
|
|
155
155
|
"@types/cors": "^2.8.17",
|
|
156
156
|
"@types/debug": "^4.1.12",
|
|
@@ -163,18 +163,18 @@
|
|
|
163
163
|
"@types/lodash.merge": "^4.6.9",
|
|
164
164
|
"@types/node": "18.19.15",
|
|
165
165
|
"@types/qs": "^6.9.15",
|
|
166
|
-
"@types/react": "^18.3.
|
|
166
|
+
"@types/react": "^18.3.5",
|
|
167
167
|
"@types/react-dom": "^18.3.0",
|
|
168
168
|
"@types/swagger-ui-react": "^4.18.3",
|
|
169
169
|
"@types/webpack": "^5.28.5",
|
|
170
170
|
"@visulima/crud": "2.0.26",
|
|
171
|
-
"@visulima/fs": "2.1.
|
|
171
|
+
"@visulima/fs": "2.1.14",
|
|
172
172
|
"@vitest/coverage-v8": "^2.0.5",
|
|
173
173
|
"@vitest/ui": "^2.0.5",
|
|
174
174
|
"chalk": "5.3.0",
|
|
175
175
|
"commander": "^12.1.0",
|
|
176
176
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
177
|
-
"core-js": "^3.38.
|
|
177
|
+
"core-js": "^3.38.1",
|
|
178
178
|
"cors": "^2.8.5",
|
|
179
179
|
"cross-env": "^7.0.3",
|
|
180
180
|
"eslint": "8.57.0",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"eslint-plugin-react": "7.34.3",
|
|
187
187
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
188
188
|
"eslint-plugin-ssr-friendly": "^1.3.0",
|
|
189
|
-
"eslint-plugin-testing-library": "^6.
|
|
189
|
+
"eslint-plugin-testing-library": "^6.3.0",
|
|
190
190
|
"eslint-plugin-validate-jsx-nesting": "^0.1.1",
|
|
191
191
|
"eslint-plugin-vitest": "^0.4.1",
|
|
192
192
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
@@ -207,14 +207,14 @@
|
|
|
207
207
|
"rimraf": "5.0.9",
|
|
208
208
|
"secretlint": "8.2.4",
|
|
209
209
|
"semantic-release": "24.0.0",
|
|
210
|
-
"styled-components": "^6.1.
|
|
210
|
+
"styled-components": "^6.1.13",
|
|
211
211
|
"swagger-ui-dist": "^5.17.14",
|
|
212
212
|
"swagger-ui-react": "^5.17.14",
|
|
213
213
|
"tsup": "^8.2.4",
|
|
214
|
-
"type-fest": "^4.
|
|
214
|
+
"type-fest": "^4.26.0",
|
|
215
215
|
"typescript": "5.4.5",
|
|
216
216
|
"vitest": "^2.0.5",
|
|
217
|
-
"webpack": "^5.
|
|
217
|
+
"webpack": "^5.94.0",
|
|
218
218
|
"zod": "^3.23.8"
|
|
219
219
|
},
|
|
220
220
|
"peerDependencies": {
|