@koalarx/nest-cli 1.1.1 → 1.1.3

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.
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@koalarx/utils": "^4.2.1",
24
- "@koalarx/nest": "^1.15.2",
24
+ "@koalarx/nest": "^1.16.1",
25
25
  "@nestjs/common": "^11.0.12",
26
26
  "@nestjs/config": "^4.0.1",
27
27
  "@nestjs/core": "^11.0.12",
package/index.js CHANGED
@@ -30,7 +30,7 @@ var import_inquirer = __toESM(require("inquirer"));
30
30
  // package.json
31
31
  var package_default = {
32
32
  name: "@koalarx/nest-cli",
33
- version: "1.1.1",
33
+ version: "1.1.3",
34
34
  description: "Biblioteca de CLI para cria\xE7\xE3o de projetos utilizando Koala Nest",
35
35
  scripts: {
36
36
  test: "vitest run",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koalarx/nest-cli",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Biblioteca de CLI para criação de projetos utilizando Koala Nest",
5
5
  "scripts": {
6
6
  "test": "vitest run",