@volontariapp/bridge-nest 0.3.2 → 0.3.3-snap-f2a4ff6

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 +108 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,108 @@
1
+ # Changelog
2
+
3
+ ## 0.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - publish
8
+
9
+ - Updated dependencies []:
10
+ - @volontariapp/bridge@0.2.6
11
+
12
+ ## 0.3.2
13
+
14
+ ### Patch Changes
15
+
16
+ - Standardize test and coverage scripts across packages. Add test:coverage with json-summary reporter for CI reporting.
17
+
18
+ - Updated dependencies []:
19
+ - @volontariapp/bridge@0.2.4
20
+ - @volontariapp/errors-nest@0.7.4
21
+ - @volontariapp/logger@0.2.3
22
+ - @volontariapp/errors@0.4.4
23
+
24
+ ## 0.3.1
25
+
26
+ ### Patch Changes
27
+
28
+ - fix peer dependencies
29
+
30
+ ## 0.3.0
31
+
32
+ ### Minor Changes
33
+
34
+ - bump version
35
+
36
+ - Updated dependencies []:
37
+ - @volontariapp/bridge@0.3.0
38
+ - @volontariapp/errors@0.5.0
39
+ - @volontariapp/errors-nest@0.8.0
40
+ - @volontariapp/logger@0.3.0
41
+
42
+ ## 0.2.5
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies []:
47
+ - @volontariapp/errors-nest@0.7.0
48
+
49
+ ## 0.2.4
50
+
51
+ ### Patch Changes
52
+
53
+ - bump global version
54
+
55
+ - Updated dependencies []:
56
+ - @volontariapp/bridge@0.2.3
57
+ - @volontariapp/errors@0.4.2
58
+ - @volontariapp/errors-nest@0.6.2
59
+ - @volontariapp/logger@0.2.2
60
+
61
+ ## 0.2.3
62
+
63
+ ### Patch Changes
64
+
65
+ - bump ci
66
+
67
+ - Updated dependencies []:
68
+ - @volontariapp/bridge@0.2.2
69
+ - @volontariapp/errors@0.4.1
70
+ - @volontariapp/errors-nest@0.6.1
71
+ - @volontariapp/logger@0.2.1
72
+
73
+ ## 0.2.2
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies []:
78
+ - @volontariapp/errors-nest@0.6.0
79
+
80
+ ## 0.2.1
81
+
82
+ ### Patch Changes
83
+
84
+ - Updated dependencies []:
85
+ - @volontariapp/errors-nest@0.5.0
86
+ - @volontariapp/errors@0.4.0
87
+ - @volontariapp/bridge@0.2.1
88
+
89
+ ## 0.2.0
90
+
91
+ ### Minor Changes
92
+
93
+ - logger added
94
+
95
+ ### Patch Changes
96
+
97
+ - Updated dependencies []:
98
+ - @volontariapp/errors-nest@0.4.0
99
+ - @volontariapp/bridge@0.2.0
100
+ - @volontariapp/errors@0.3.0
101
+
102
+ All notable changes to this project will be documented in this file.
103
+
104
+ ## 0.1.0
105
+
106
+ ### Minor Changes
107
+
108
+ - Initial package scaffold.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/bridge-nest",
3
- "version": "0.3.2",
3
+ "version": "0.3.3-snap-f2a4ff6",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -57,7 +57,7 @@
57
57
  }
58
58
  },
59
59
  "dependencies": {
60
- "@volontariapp/bridge": "0.2.4",
60
+ "@volontariapp/bridge": "0.2.6-snap-f2a4ff6",
61
61
  "@volontariapp/errors": "0.4.4",
62
62
  "@volontariapp/errors-nest": "0.7.4",
63
63
  "@volontariapp/logger": "0.2.3",
@@ -66,4 +66,4 @@
66
66
  "reflect-metadata": "^0.2.2",
67
67
  "rxjs": "^7.8.2"
68
68
  }
69
- }
69
+ }