@visulima/api-platform 3.0.15 → 3.0.16

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.
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var chunkOG4FVLUJ_js = require('../../../chunk-OG4FVLUJ.js');
3
+ var chunkF764D2EW_js = require('../../../chunk-F764D2EW.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 chunkOG4FVLUJ_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;
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 chunkF764D2EW_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,4 +1,4 @@
1
- import { a } from '../../../chunk-DHVJUJUL.mjs';
1
+ import { a } from '../../../chunk-ORSZUU7P.mjs';
2
2
  import '../../../chunk-HZWWJL43.mjs';
3
3
  import { exit } from 'node:process';
4
4
 
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var chunkOG4FVLUJ_js = require('../../chunk-OG4FVLUJ.js');
3
+ var chunkF764D2EW_js = require('../../chunk-F764D2EW.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 chunkOG4FVLUJ_js.a; }
10
+ get: function () { return chunkF764D2EW_js.a; }
11
11
  });
12
12
  //# sourceMappingURL=index.js.map
13
13
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- export { a as listCommand } from '../../chunk-DHVJUJUL.mjs';
1
+ export { a as listCommand } from '../../chunk-ORSZUU7P.mjs';
2
2
  import '../../chunk-HZWWJL43.mjs';
3
3
  //# sourceMappingURL=index.mjs.map
4
4
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/api-platform",
3
- "version": "3.0.15",
3
+ "version": "3.0.16",
4
4
  "description": "Visulima API platform is a set of tools to build and consume web APIs",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -126,7 +126,7 @@
126
126
  ],
127
127
  "dependencies": {
128
128
  "@visulima/connect": "3.0.12",
129
- "@visulima/jsdoc-open-api": "2.0.54",
129
+ "@visulima/jsdoc-open-api": "2.0.55",
130
130
  "@visulima/path": "1.0.4",
131
131
  "accepts": "^1.3.8",
132
132
  "debug": "^4.3.5",
@@ -168,13 +168,13 @@
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.12",
171
+ "@visulima/fs": "2.1.13",
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.37.1",
177
+ "core-js": "^3.38.0",
178
178
  "cors": "^2.8.5",
179
179
  "cross-env": "^7.0.3",
180
180
  "eslint": "8.57.0",
@@ -210,8 +210,8 @@
210
210
  "styled-components": "^6.1.12",
211
211
  "swagger-ui-dist": "^5.17.14",
212
212
  "swagger-ui-react": "^5.17.14",
213
- "tsup": "^8.2.3",
214
- "type-fest": "^4.23.0",
213
+ "tsup": "^8.2.4",
214
+ "type-fest": "^4.24.0",
215
215
  "typescript": "5.4.5",
216
216
  "vitest": "^2.0.5",
217
217
  "webpack": "^5.93.0",