@volontariapp/database 1.5.1-snapshot.7832680e7383 → 1.5.1
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/package.json +3 -3
- package/CHANGELOG.md +0 -72
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volontariapp/database",
|
|
3
|
-
"version": "1.5.1
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"db:down": "docker-compose -f ../../docker-compose.test.yml down"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@volontariapp/logger": "0.2.3
|
|
39
|
+
"@volontariapp/logger": "0.2.3",
|
|
40
40
|
"class-transformer": "^0.5.1",
|
|
41
41
|
"class-validator": "^0.14.1",
|
|
42
42
|
"pg": "^8.20.0",
|
|
@@ -56,4 +56,4 @@
|
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"typeorm": "^0.3.20"
|
|
58
58
|
}
|
|
59
|
-
}
|
|
59
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## 1.5.1
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Standardize test and coverage scripts across packages. Add test:coverage with json-summary reporter for CI reporting.
|
|
8
|
-
|
|
9
|
-
- Updated dependencies []:
|
|
10
|
-
- @volontariapp/logger@0.2.3
|
|
11
|
-
|
|
12
|
-
## 1.5.0
|
|
13
|
-
|
|
14
|
-
### Minor Changes
|
|
15
|
-
|
|
16
|
-
- patch database update
|
|
17
|
-
|
|
18
|
-
## 1.4.0
|
|
19
|
-
|
|
20
|
-
### Minor Changes
|
|
21
|
-
|
|
22
|
-
- fix: update
|
|
23
|
-
|
|
24
|
-
## 1.3.0
|
|
25
|
-
|
|
26
|
-
### Minor Changes
|
|
27
|
-
|
|
28
|
-
- Fix update on base repository
|
|
29
|
-
|
|
30
|
-
## 1.2.0
|
|
31
|
-
|
|
32
|
-
### Minor Changes
|
|
33
|
-
|
|
34
|
-
- Export Repository for intercompatibility
|
|
35
|
-
|
|
36
|
-
## 1.1.2
|
|
37
|
-
|
|
38
|
-
### Patch Changes
|
|
39
|
-
|
|
40
|
-
- bump global version
|
|
41
|
-
|
|
42
|
-
- Updated dependencies []:
|
|
43
|
-
- @volontariapp/logger@0.2.2
|
|
44
|
-
|
|
45
|
-
## 1.1.1
|
|
46
|
-
|
|
47
|
-
### Patch Changes
|
|
48
|
-
|
|
49
|
-
- bump ci
|
|
50
|
-
|
|
51
|
-
- Updated dependencies []:
|
|
52
|
-
- @volontariapp/logger@0.2.1
|
|
53
|
-
|
|
54
|
-
## 1.1.0
|
|
55
|
-
|
|
56
|
-
### Minor Changes
|
|
57
|
-
|
|
58
|
-
- logger added
|
|
59
|
-
|
|
60
|
-
## 1.0.0
|
|
61
|
-
|
|
62
|
-
### Major Changes
|
|
63
|
-
|
|
64
|
-
- Repository Pattern NodeJS
|
|
65
|
-
|
|
66
|
-
All notable changes to this project will be documented in this file.
|
|
67
|
-
|
|
68
|
-
## 0.1.0
|
|
69
|
-
|
|
70
|
-
### Minor Changes
|
|
71
|
-
|
|
72
|
-
- Initial package scaffold.
|