@visulima/api-platform 2.0.24 → 2.0.25
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 +9 -0
- package/dist/{chunk-4Z3WHDHM.js → chunk-EGBJ4DGG.js} +1 -1
- package/dist/{chunk-A2LJVFIB.mjs → chunk-X62GABV5.mjs} +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 +3 -3
- /package/dist/{chunk-4Z3WHDHM.js.map → chunk-EGBJ4DGG.js.map} +0 -0
- /package/dist/{chunk-A2LJVFIB.mjs.map → chunk-X62GABV5.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## @visulima/api-platform [2.0.25](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.24...@visulima/api-platform@2.0.25) (2024-03-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Dependencies
|
|
6
|
+
|
|
7
|
+
* **@visulima/jsdoc-open-api:** upgraded to 2.0.19
|
|
8
|
+
* **@visulima/fs:** upgraded to 1.2.1
|
|
9
|
+
|
|
1
10
|
## @visulima/api-platform [2.0.24](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.23...@visulima/api-platform@2.0.24) (2024-03-09)
|
|
2
11
|
|
|
3
12
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkEGBJ4DGG_js = require('../../../chunk-EGBJ4DGG.js');
|
|
4
4
|
require('../../../chunk-3XT5P2HO.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 chunkEGBJ4DGG_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=out.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkEGBJ4DGG_js = require('../../chunk-EGBJ4DGG.js');
|
|
4
4
|
require('../../chunk-3XT5P2HO.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 chunkEGBJ4DGG_js.a; }
|
|
11
11
|
});
|
|
12
12
|
//# sourceMappingURL=out.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": "2.0.
|
|
3
|
+
"version": "2.0.25",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
},
|
|
143
143
|
"dependencies": {
|
|
144
144
|
"@visulima/connect": "3.0.1",
|
|
145
|
-
"@visulima/jsdoc-open-api": "2.0.
|
|
145
|
+
"@visulima/jsdoc-open-api": "2.0.19",
|
|
146
146
|
"accepts": "^1.3.8",
|
|
147
147
|
"debug": "^4.3.4",
|
|
148
148
|
"http-errors": "^2.0.0",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"@types/swagger-ui-react": "^4.18.3",
|
|
183
183
|
"@types/webpack": "^5.28.5",
|
|
184
184
|
"@visulima/crud": "2.0.16",
|
|
185
|
-
"@visulima/fs": "1.2.
|
|
185
|
+
"@visulima/fs": "1.2.1",
|
|
186
186
|
"@vitest/coverage-v8": "^1.3.1",
|
|
187
187
|
"@vitest/ui": "^1.3.1",
|
|
188
188
|
"chalk": "5.3.0",
|
|
File without changes
|
|
File without changes
|