@monque/tsed 1.1.0 → 1.3.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.
Files changed (2) hide show
  1. package/dist/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @monque/tsed
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#192](https://github.com/ueberBrot/monque/pull/192) [`2cacd15`](https://github.com/ueberBrot/monque/commit/2cacd15b3be35563a2b7b64848dd0133cc062bca) Thanks [@ueberBrot](https://github.com/ueberBrot)! - Update @monque/core peer dependency form ^1.3.0 to ^1.4.0
8
+
9
+ ## 1.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#171](https://github.com/ueberBrot/monque/pull/171) [`3ddc358`](https://github.com/ueberBrot/monque/commit/3ddc3588fe89b73f4fe01cbfff5acd2051153a7a) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependencies
14
+
15
+ - @monque/tsed: @monque/core (^1.2.0 → ^1.3.0)
16
+
3
17
  ## 1.1.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monque/tsed",
3
- "version": "1.1.0",
3
+ "version": "1.3.0",
4
4
  "description": "Ts.ED integration for Monque - A robust, type-safe MongoDB job queue for TypeScript",
5
5
  "author": "Maurice de Bruyn <debruyn.maurice@gmail.com>",
6
6
  "repository": {
@@ -68,7 +68,7 @@
68
68
  "lint": "biome check ."
69
69
  },
70
70
  "peerDependencies": {
71
- "@monque/core": "^1.2.0",
71
+ "@monque/core": "^1.4.0",
72
72
  "@tsed/core": "^8.25.1",
73
73
  "@tsed/di": "^8.25.1",
74
74
  "@tsed/mongoose": "^8.25.1",
@@ -88,7 +88,7 @@
88
88
  "@tsed/mongoose": "^8.25.1",
89
89
  "@tsed/platform-http": "^8.25.1",
90
90
  "@tsed/testcontainers-mongo": "^8.25.1",
91
- "@types/node": "^22.19.11",
91
+ "@types/node": "^22.19.13",
92
92
  "@vitest/coverage-v8": "^4.0.18",
93
93
  "mongodb": "^7.1.0",
94
94
  "testcontainers": "^11.12.0",