@rxap/plugin-nestjs 19.1.6-dev.0 → 19.1.6-dev.1

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 CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [19.1.6-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@19.1.6-dev.0...@rxap/plugin-nestjs@19.1.6-dev.1) (2024-11-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ - add minio and openai options ([cb8fd49](https://gitlab.com/rxap/packages/commit/cb8fd490cd33198a56789d8cf6c30d0a35cd6881))
11
+
6
12
  ## [19.1.6-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@19.1.5...@rxap/plugin-nestjs@19.1.6-dev.0) (2024-11-04)
7
13
 
8
14
  **Note:** Version bump only for package @rxap/plugin-nestjs
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "19.1.6-dev.0",
2
+ "version": "19.1.6-dev.1",
3
3
  "name": "@rxap/plugin-nestjs",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
@@ -7,14 +7,14 @@
7
7
  "@nx/js": "19.7.4",
8
8
  "@nx/nest": "19.7.4",
9
9
  "@rxap/node-utilities": "^1.3.6-dev.0",
10
- "@rxap/plugin-application": "^19.1.5-dev.0",
11
- "@rxap/plugin-library": "^19.4.4-dev.0",
12
- "@rxap/plugin-open-api": "^19.1.8-dev.0",
13
- "@rxap/plugin-utilities": "^19.0.10-dev.0",
10
+ "@rxap/plugin-application": "^19.1.5-dev.1",
11
+ "@rxap/plugin-library": "^19.4.4-dev.1",
12
+ "@rxap/plugin-open-api": "^19.1.8-dev.1",
13
+ "@rxap/plugin-utilities": "^19.0.10-dev.1",
14
14
  "@rxap/ts-morph": "^1.5.1",
15
15
  "@rxap/utilities": "^16.4.0",
16
- "@rxap/workspace-ts-morph": "^19.1.7-dev.0",
17
- "@rxap/workspace-utilities": "^19.4.4-dev.0",
16
+ "@rxap/workspace-ts-morph": "^19.1.7-dev.1",
17
+ "@rxap/workspace-utilities": "^19.5.0-dev.0",
18
18
  "colors": "1.4.0",
19
19
  "semver": "7.5.3",
20
20
  "ts-morph": "18.0.0",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "schematics": "./generators.json",
56
56
  "type": "commonjs",
57
- "gitHead": "1dee2ad85b785936b0af0cc4932b5f0068422b92",
57
+ "gitHead": "bdc4d6f0b8a016c1c28677e402c4b097003921ab",
58
58
  "main": "./src/index.js",
59
59
  "types": "./src/index.d.ts"
60
60
  }
@@ -156,6 +156,16 @@
156
156
  "default": "none",
157
157
  "description": "The transport to use for microservices communication",
158
158
  "x-prompt": "Which transport should be used for microservices communication?"
159
+ },
160
+ "minio": {
161
+ "type": "boolean",
162
+ "default": false,
163
+ "description": "Whether the application should use minio"
164
+ },
165
+ "openai": {
166
+ "type": "boolean",
167
+ "default": false,
168
+ "description": "Whether the application should use openai"
159
169
  }
160
170
  },
161
171
  "required": []