@volontariapp/database 2.0.0-snap-7bb8bbc → 2.0.0-snap-14d7987

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 +12 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@
5
5
  ### Major Changes
6
6
 
7
7
  - fix: update job audit emitter to be required
8
+ ## 1.17.1
9
+
10
+ ### Patch Changes
11
+
12
+ - license package
13
+
14
+ - Updated dependencies []:
15
+ - @volontariapp/bridge@1.0.3
16
+ - @volontariapp/config@3.1.1
17
+ - @volontariapp/errors@0.5.2
18
+ - @volontariapp/logger@0.2.5
19
+ - @volontariapp/shared@0.4.1
8
20
 
9
21
  ## 1.17.0
10
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/database",
3
- "version": "2.0.0-snap-7bb8bbc",
3
+ "version": "2.0.0-snap-14d7987",
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": "",
13
- "license": "UNLICENSED",
13
+ "license": "MIT",
14
14
  "type": "module",
15
15
  "main": "./dist/index.js",
16
16
  "types": "./dist/index.d.ts",
@@ -40,11 +40,11 @@
40
40
  "db:down": "docker-compose -f ../../docker-compose.test.yml down"
41
41
  },
42
42
  "dependencies": {
43
- "@volontariapp/bridge": "1.0.2",
44
- "@volontariapp/config": "3.1.0",
45
- "@volontariapp/errors": "0.5.1",
46
- "@volontariapp/logger": "0.2.4",
47
- "@volontariapp/shared": "0.4.0",
43
+ "@volontariapp/bridge": "1.0.3-snap-14d7987",
44
+ "@volontariapp/config": "3.1.1-snap-14d7987",
45
+ "@volontariapp/errors": "0.5.2-snap-14d7987",
46
+ "@volontariapp/logger": "0.2.5-snap-14d7987",
47
+ "@volontariapp/shared": "0.4.1-snap-14d7987",
48
48
  "class-transformer": "^0.5.1",
49
49
  "class-validator": "^0.14.1",
50
50
  "pg": "^8.20.0",
@@ -55,7 +55,7 @@
55
55
  "@types/jest": "^30.0.0",
56
56
  "@types/node": "^22.10.7",
57
57
  "@types/pg": "^8",
58
- "@volontariapp/testing": "1.0.0",
58
+ "@volontariapp/testing": "1.0.1-snap-14d7987",
59
59
  "bullmq": "^5.76.5",
60
60
  "ioredis": "^5.10.1",
61
61
  "jest": "^30.3.0",