@volontariapp/bridge-nest 0.3.2-snapshot.f43c535f79c2 → 0.3.2

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