@volontariapp/post-processors 1.0.0-snap-7bb8bbc → 1.0.1-snap-59874f9

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 +13 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - license package
8
+
9
+ - Updated dependencies []:
10
+ - @volontariapp/messaging@1.2.3
11
+ - @volontariapp/database@1.17.1
12
+ - @volontariapp/logger@0.2.5
13
+ - @volontariapp/outbox@0.6.7
14
+ - @volontariapp/shared@0.4.1
15
+
3
16
  All notable changes to this project will be documented in this file.
4
17
 
5
18
  ## 1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/post-processors",
3
- "version": "1.0.0-snap-7bb8bbc",
3
+ "version": "1.0.1-snap-59874f9",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -10,7 +10,7 @@
10
10
  "url": "git+https://github.com/Volontariapp/npm-packages.git"
11
11
  },
12
12
  "description": "Abstract Redis Streams post-processor base for Volontariapp microservices",
13
- "license": "UNLICENSED",
13
+ "license": "MIT",
14
14
  "type": "module",
15
15
  "main": "./dist/index.js",
16
16
  "types": "./dist/index.d.ts",
@@ -37,11 +37,11 @@
37
37
  "test:int:watch": "INTEGRATION=true node --experimental-vm-modules $(yarn bin jest) --watch"
38
38
  },
39
39
  "dependencies": {
40
- "@volontariapp/database": "2.0.0-snap-7bb8bbc",
41
- "@volontariapp/logger": "0.2.4",
42
- "@volontariapp/messaging": "1.3.0-snap-7bb8bbc",
43
- "@volontariapp/outbox": "0.7.0-snap-7bb8bbc",
44
- "@volontariapp/shared": "0.4.0"
40
+ "@volontariapp/database": "2.0.0-snap-59874f9",
41
+ "@volontariapp/logger": "0.2.5-snap-59874f9",
42
+ "@volontariapp/messaging": "1.3.0-snap-59874f9",
43
+ "@volontariapp/outbox": "0.7.0-snap-59874f9",
44
+ "@volontariapp/shared": "0.4.1-snap-59874f9"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@nestjs/common": "^11.0.0",
@@ -52,8 +52,8 @@
52
52
  "@nestjs/common": "^11.0.0",
53
53
  "@types/jest": "^30.0.0",
54
54
  "@types/node": "^24.0.0",
55
- "@volontariapp/contracts": "4.0.10",
56
- "@volontariapp/testing": "1.0.0",
55
+ "@volontariapp/contracts": "4.0.11-snap-59874f9",
56
+ "@volontariapp/testing": "1.0.1-snap-59874f9",
57
57
  "ioredis": "^5.3.7",
58
58
  "jest": "^29.7.0",
59
59
  "reflect-metadata": "^0.2.2",