@rxap/plugin-nestjs 19.0.5 → 19.1.0

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,16 @@
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.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@19.1.0-dev.0...@rxap/plugin-nestjs@19.1.0) (2024-06-30)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-nestjs
9
+
10
+ # [19.1.0-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@19.0.5...@rxap/plugin-nestjs@19.1.0-dev.0) (2024-06-30)
11
+
12
+ ### Features
13
+
14
+ - update nestjs server default version ([953df84](https://gitlab.com/rxap/packages/commit/953df840d80709a30eccb91b312cf36db8bd7b18))
15
+
6
16
  ## [19.0.5](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@19.0.5-dev.10...@rxap/plugin-nestjs@19.0.5) (2024-06-28)
7
17
 
8
18
  **Note:** Version bump only for package @rxap/plugin-nestjs
package/migrations.json CHANGED
@@ -4,6 +4,11 @@
4
4
  "version": "19.0.4-dev.0",
5
5
  "description": "",
6
6
  "implementation": "./src/migrations/19.0.0/replace-base-server-docker-image/replace-base-server-docker-image"
7
+ },
8
+ "update-base-server-docker-image": {
9
+ "version": "19.1.0",
10
+ "description": "",
11
+ "implementation": "./src/migrations/19.0.0/update-base-server-docker-image/update-base-server-docker-image"
7
12
  }
8
13
  }
9
14
  }
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
- "version": "19.0.5",
2
+ "version": "19.1.0",
3
3
  "name": "@rxap/plugin-nestjs",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
6
- "@nx/devkit": "19.3.0",
7
- "@nx/js": "19.3.0",
8
- "@nx/nest": "19.3.0",
9
- "@rxap/node-utilities": "^1.3.1",
10
- "@rxap/plugin-application": "^19.0.4",
11
- "@rxap/plugin-library": "^19.3.0",
12
- "@rxap/plugin-open-api": "^19.1.1",
13
- "@rxap/plugin-utilities": "^19.0.4",
14
- "@rxap/ts-morph": "^1.4.1",
15
- "@rxap/utilities": "^16.2.4",
16
- "@rxap/workspace-ts-morph": "^19.1.1",
17
- "@rxap/workspace-utilities": "^19.3.0",
6
+ "@nx/devkit": "19.3.2",
7
+ "@nx/js": "19.3.2",
8
+ "@nx/nest": "19.3.2",
9
+ "@rxap/node-utilities": "^1.3.2",
10
+ "@rxap/plugin-application": "^19.1.0",
11
+ "@rxap/plugin-library": "^19.3.1",
12
+ "@rxap/plugin-open-api": "^19.1.2",
13
+ "@rxap/plugin-utilities": "^19.0.5",
14
+ "@rxap/ts-morph": "^1.4.2",
15
+ "@rxap/utilities": "^16.2.5",
16
+ "@rxap/workspace-ts-morph": "^19.1.2",
17
+ "@rxap/workspace-utilities": "^19.3.1",
18
18
  "colors": "1.4.0",
19
19
  "semver": "7.5.3",
20
20
  "ts-morph": "18.0.0",
@@ -54,6 +54,6 @@
54
54
  },
55
55
  "schematics": "./generators.json",
56
56
  "type": "commonjs",
57
- "gitHead": "81c62bc6d1bdd0a922506db7f1edda3821eb298d",
57
+ "gitHead": "0b6c6343f75ae6f5c02689f47801ba8b8fed2488",
58
58
  "main": "./src/index.js"
59
59
  }
@@ -1,4 +1,4 @@
1
- FROM registry.gitlab.com/rxap/docker/nestjs-server/20.11-alpine:v0.0.1-nightly.1
1
+ FROM registry.gitlab.com/rxap/docker/nestjs-server/20.11-alpine:v0.1.0-edge.1
2
2
 
3
3
  ARG PROJECT_NAME
4
4
  ARG PATH_PREFIX
@@ -0,0 +1,2 @@
1
+ import { Tree } from '@nx/devkit';
2
+ export default function update(tree: Tree): void;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ function update(tree) {
4
+ const sharedDockerFile = 'shared/nestjs/Dockerfile';
5
+ if (tree.exists(sharedDockerFile)) {
6
+ let content = tree.read(sharedDockerFile, 'utf-8');
7
+ content = content.replace('FROM registry.gitlab.com/rxap/docker/nestjs-server/20.11-alpine:v0.0.1-nightly.1', 'FROM registry.gitlab.com/rxap/docker/nestjs-server/20.11-alpine:v0.1.0-edge.1');
8
+ tree.write(sharedDockerFile, content);
9
+ }
10
+ }
11
+ exports.default = update;
12
+ //# sourceMappingURL=update-base-server-docker-image.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-base-server-docker-image.js","sourceRoot":"","sources":["../../../../../../../../packages/plugin/nestjs/src/migrations/19.0.0/update-base-server-docker-image/update-base-server-docker-image.ts"],"names":[],"mappings":";;AAGA,SAAwB,MAAM,CAAC,IAAU;IACvC,MAAM,gBAAgB,GAAG,0BAA0B,CAAC;IACpD,IAAI,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,EAAE,CAAC;QAClC,IAAI,OAAO,GAAG,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,OAAO,CAAE,CAAC;QACpD,OAAO,GAAG,OAAO,CAAC,OAAO,CACvB,kFAAkF,EAClF,+EAA+E,CAChF,CAAC;QACF,IAAI,CAAC,KAAK,CAAC,gBAAgB,EAAE,OAAO,CAAC,CAAC;IACxC,CAAC;AACH,CAAC;AAVD,yBAUC"}