@rxap/nest-sentry 11.0.0-dev.5 → 11.0.0-dev.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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
+ # [11.0.0-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/nest-sentry@11.0.0-dev.5...@rxap/nest-sentry@11.0.0-dev.6) (2025-09-01)
7
+
8
+ **Note:** Version bump only for package @rxap/nest-sentry
9
+
6
10
  # [11.0.0-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/nest-sentry@11.0.0-dev.4...@rxap/nest-sentry@11.0.0-dev.5) (2025-07-02)
7
11
 
8
12
  ### Bug Fixes
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
- "version": "11.0.0-dev.5",
2
+ "version": "11.0.0-dev.6",
3
3
  "name": "@rxap/nest-sentry",
4
4
  "description": "This package provides a Sentry integration for NestJS applications. It includes a logger, interceptor, and module to simplify error tracking and performance monitoring with Sentry. It offers configurable options for setting up Sentry in your NestJS application.\n",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "dependencies": {
7
7
  "@nx/devkit": "20.5.0",
8
- "@rxap/ts-morph": "^1.5.6-dev.0",
8
+ "@rxap/ts-morph": "^1.6.0-dev.0",
9
9
  "@rxap/workspace-utilities": "^19.8.1-dev.0",
10
10
  "tslib": "2.6.2"
11
11
  },
@@ -14,7 +14,7 @@
14
14
  "@nestjs/config": "^4.0.2",
15
15
  "@nestjs/core": "^11.1.1",
16
16
  "@rxap/nest-logger": "^11.0.0-dev.2",
17
- "@rxap/nest-utilities": "^11.0.0-dev.2",
17
+ "@rxap/nest-utilities": "^11.0.0-dev.5",
18
18
  "@sentry/core": "^8.55.0",
19
19
  "@sentry/nestjs": "^8.55.0",
20
20
  "@sentry/node": "^8.55.0",
@@ -85,7 +85,7 @@
85
85
  },
86
86
  {
87
87
  "package": "@rxap/nest-utilities",
88
- "version": "11.0.0-dev.2"
88
+ "version": "11.0.0-dev.5"
89
89
  },
90
90
  {
91
91
  "package": "@rxap/utilities",
@@ -128,7 +128,7 @@
128
128
  },
129
129
  "schematics": "./generators.json",
130
130
  "type": "commonjs",
131
- "gitHead": "7192244e6d863ca19e17a5ad8e6d8e916acd9f72",
131
+ "gitHead": "431b4c9f4e367db6ef8a07c59d8fc251962141e5",
132
132
  "types": "./src/index.d.ts",
133
133
  "main": "./src/index.js"
134
134
  }