Skip to content

Commit 686b536

Browse files
authored
Merge pull request btwld#8 from tnramalho/release/0.1.0-dev.4
Release/0.1.0 dev.4
2 parents 149024a + cb30816 commit 686b536

5 files changed

Lines changed: 11 additions & 70 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"useWorkspaces": true,
66
"npmClient": "yarn",
7-
"version": "7.0.0-alpha.4"
7+
"version": "0.1.0-dev.4"
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.1.0-dev.3",
3+
"version": "0.1.0-dev.4",
44
"license": "BSD-3-Clause",
55
"private": true,
66
"workspaces": {

packages/rockets-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitwild/rockets-server",
3-
"version": "0.1.0-dev.3",
3+
"version": "0.1.0-dev.4",
44
"description": "Rockets Server",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/rockets-server/src/app.module.spec.ts

Lines changed: 0 additions & 67 deletions
This file was deleted.

packages/rockets-server/src/interfaces/rockets-server-options.interface.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,16 @@ import { SwaggerUiOptionsInterface } from '@concepta/nestjs-swagger-ui/dist/inte
3232
* Combined options interface for the AuthenticationCombinedModule
3333
*/
3434
export interface RocketsServerOptionsInterface {
35+
/**
36+
* Global settings for the Rockets Server module
37+
* Used to configure default behaviors and settings
38+
*/
3539
settings?: RocketsServerSettingsInterface;
3640

41+
/**
42+
* Swagger UI configuration options
43+
* Used to customize the Swagger/OpenAPI documentation interface
44+
*/
3745
swagger?: SwaggerUiOptionsInterface;
3846
/**
3947
* Core Authentication module options

0 commit comments

Comments
 (0)