@volontariapp/domain-post 2.2.1 → 2.2.2-snap-53c712c
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/CHANGELOG.md +52 -0
- package/package.json +3 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 2.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated typeORM version to match database package version
|
|
8
|
+
|
|
9
|
+
## 2.2.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Standardize test and coverage scripts across packages. Add test:coverage with json-summary reporter for CI reporting.
|
|
14
|
+
|
|
15
|
+
- Updated dependencies []:
|
|
16
|
+
- @volontariapp/logger@0.2.3
|
|
17
|
+
|
|
18
|
+
## 2.2.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- add scripts for testing ci
|
|
23
|
+
|
|
24
|
+
## 2.1.2
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- bump global version
|
|
29
|
+
|
|
30
|
+
- Updated dependencies []:
|
|
31
|
+
- @volontariapp/logger@0.2.2
|
|
32
|
+
|
|
33
|
+
## 2.1.1
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- bump ci
|
|
38
|
+
|
|
39
|
+
- Updated dependencies []:
|
|
40
|
+
- @volontariapp/logger@0.2.1
|
|
41
|
+
|
|
42
|
+
## 2.1.0
|
|
43
|
+
|
|
44
|
+
### Minor Changes
|
|
45
|
+
|
|
46
|
+
- logger added
|
|
47
|
+
|
|
48
|
+
## 2.0.0
|
|
49
|
+
|
|
50
|
+
### Major Changes
|
|
51
|
+
|
|
52
|
+
- CI done, so major release to flush previous trash versions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volontariapp/domain-post",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2-snap-53c712c",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"@nestjs/typeorm": "^11.0.1",
|
|
39
39
|
"reflect-metadata": "^0.2.2",
|
|
40
40
|
"ts-node": "^10.9.2",
|
|
41
|
-
"typeorm": "^0.3.
|
|
41
|
+
"typeorm": "^0.3.28",
|
|
42
42
|
"typescript": "5.7.3"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@volontariapp/logger": "0.2.3"
|
|
46
46
|
}
|
|
47
|
-
}
|
|
47
|
+
}
|