@cocreate/server-telemetry 1.15.0
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/.github/FUNDING.yml +3 -0
- package/.github/workflows/automated.yml +56 -0
- package/CHANGELOG.md +796 -0
- package/CONTRIBUTING.md +96 -0
- package/CoCreate.config.js +23 -0
- package/LICENSE +683 -0
- package/README.md +65 -0
- package/docs/index.html +217 -0
- package/package.json +34 -0
- package/prettier.config.js +16 -0
- package/release.config.js +30 -0
- package/src/index.js +560 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,796 @@
|
|
|
1
|
+
# [1.15.0](https://github.com/CoCreate-app/CoCreate-server-telemetry/compare/v1.14.3...v1.15.0) (2026-07-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* add dynamic safety memory threshold calculation and emergency alert for memory spikes ([9da9b4d](https://github.com/CoCreate-app/CoCreate-server-telemetry/commit/9da9b4dae3b1d0da2620a74882c1c8d44a95e4ad))
|
|
7
|
+
* enhance metrics module with cross-platform memory and CPU info retrieval, dynamic metrics registry, and improved data flushing ([e073abf](https://github.com/CoCreate-app/CoCreate-server-telemetry/commit/e073abfcd91c2d57d0d3aae4a824ac9d0928a88a))
|
|
8
|
+
* rename metrics to server-telemetry across configuration, documentation, and codebase ([a0a884a](https://github.com/CoCreate-app/CoCreate-server-telemetry/commit/a0a884ac75ac8d11b0ef388bd391a82a9d5701aa))
|
|
9
|
+
* update automated workflow and release configuration for improved semantic release handling ([1f83460](https://github.com/CoCreate-app/CoCreate-server-telemetry/commit/1f834607f04b84c51fc258bbd7f29997b100b0ef))
|
|
10
|
+
|
|
11
|
+
## [1.14.3](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.14.2...v1.14.3) (2026-07-14)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* removed post install ([16d9ca8](https://github.com/CoCreate-app/CoCreate-metrics/commit/16d9ca858fa11b92ef79f69f5b15b39a04f3a26e))
|
|
17
|
+
* semantic version handling. Reorganize .gitignore for improved clarity and structure ([7c875ce](https://github.com/CoCreate-app/CoCreate-metrics/commit/7c875ce0f088ea20b356e475b23525acf0da2040))
|
|
18
|
+
* update module export to ES6 syntax in release.config.js ([d09ead6](https://github.com/CoCreate-app/CoCreate-metrics/commit/d09ead66e4b170098f67f9a5b732e912f479998a))
|
|
19
|
+
|
|
20
|
+
## [1.14.2](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.14.1...v1.14.2) (2025-05-01)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* update [@cocreate](https://github.com/cocreate) dependencies ([8b0a381](https://github.com/CoCreate-app/CoCreate-metrics/commit/8b0a3812fcb34bcc95bf70152af8b3f9bc900fc8))
|
|
26
|
+
|
|
27
|
+
## [1.14.1](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.14.0...v1.14.1) (2025-04-30)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* webpack.config and devdependencies ([c2f450c](https://github.com/CoCreate-app/CoCreate-metrics/commit/c2f450ccfcde11125fb0a584c3c5f22a5fb9400a))
|
|
33
|
+
|
|
34
|
+
# [1.14.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.13.3...v1.14.0) (2024-11-04)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* prettier.config options ([dc365eb](https://github.com/CoCreate-app/CoCreate-metrics/commit/dc365eb8d0030204d2ce129ac944358f4504d373))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* add prettier.config.js and format files ([00f3153](https://github.com/CoCreate-app/CoCreate-metrics/commit/00f3153eb444c79f142b82fcf7faeddd9eb259cf))
|
|
45
|
+
|
|
46
|
+
## [1.13.3](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.13.2...v1.13.3) (2024-06-23)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Bug Fixes
|
|
50
|
+
|
|
51
|
+
* bump dependencies ([a7dbb7d](https://github.com/CoCreate-app/CoCreate-metrics/commit/a7dbb7d9b11c2c727bd3ad2efef877ed7c184a56))
|
|
52
|
+
|
|
53
|
+
## [1.13.2](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.13.1...v1.13.2) (2024-06-23)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Bug Fixes
|
|
57
|
+
|
|
58
|
+
* update dependencies ([a8c3e0e](https://github.com/CoCreate-app/CoCreate-metrics/commit/a8c3e0e932e960e8bd06ddbb1221f42fba499ff8))
|
|
59
|
+
|
|
60
|
+
## [1.13.1](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.13.0...v1.13.1) (2024-02-05)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
|
|
65
|
+
* Removed https://cdn.cocreate.app/latest/CoCreate.min.css ([11b0d2a](https://github.com/CoCreate-app/CoCreate-metrics/commit/11b0d2af15ed565ffaa3c8fb2c9c3c74b94966db))
|
|
66
|
+
|
|
67
|
+
# [1.13.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.12.1...v1.13.0) (2024-01-08)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Features
|
|
71
|
+
|
|
72
|
+
* bumped CoCreate dependencies to their latest versions ([fd16515](https://github.com/CoCreate-app/CoCreate-metrics/commit/fd1651515c75c6eb35f2fc3a2a168c17629eecdf))
|
|
73
|
+
|
|
74
|
+
## [1.12.1](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.12.0...v1.12.1) (2023-12-03)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Bug Fixes
|
|
78
|
+
|
|
79
|
+
* removed console.log ([78df783](https://github.com/CoCreate-app/CoCreate-metrics/commit/78df783e9cdbb67d5f542017ae2fa7d034da922f))
|
|
80
|
+
|
|
81
|
+
# [1.12.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.11.2...v1.12.0) (2023-12-01)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Features
|
|
85
|
+
|
|
86
|
+
* gets server metrics using proc/ ([27686ca](https://github.com/CoCreate-app/CoCreate-metrics/commit/27686ca3131e78b0849c1cee2664221e06f1dffd))
|
|
87
|
+
* setInterval using worker count ([92f2c8e](https://github.com/CoCreate-app/CoCreate-metrics/commit/92f2c8e0025f461ce8419c0c57e7508e52726934))
|
|
88
|
+
|
|
89
|
+
## [1.11.2](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.11.1...v1.11.2) (2023-11-29)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
### Bug Fixes
|
|
93
|
+
|
|
94
|
+
* renamed to @cocreate/metrics ([80c194f](https://github.com/CoCreate-app/CoCreate-metrics/commit/80c194f60ba43c01fa012dee7a0e1c1a8e9c86d2))
|
|
95
|
+
|
|
96
|
+
## [1.11.1](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.11.0...v1.11.1) (2023-11-25)
|
|
97
|
+
|
|
98
|
+
### Bug Fixes
|
|
99
|
+
|
|
100
|
+
- update licensing details ([8234e34](https://github.com/CoCreate-app/CoCreate-metrics/commit/8234e346086852230bbf0456f9c079d9872024a1))
|
|
101
|
+
|
|
102
|
+
# [1.11.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.10.0...v1.11.0) (2023-11-25)
|
|
103
|
+
|
|
104
|
+
### Features
|
|
105
|
+
|
|
106
|
+
- upgrade dependencies for latest features and fixes ([befc36d](https://github.com/CoCreate-app/CoCreate-metrics/commit/befc36d9816c16e8b49f36a72f71ebff1494d29b))
|
|
107
|
+
|
|
108
|
+
# [1.10.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.9.11...v1.10.0) (2023-11-19)
|
|
109
|
+
|
|
110
|
+
### Features
|
|
111
|
+
|
|
112
|
+
- update dependecies for th latest features and bug fixes ([1342f1c](https://github.com/CoCreate-app/CoCreate-metrics/commit/1342f1cd16cbf70251646ea226a405e00a972f9a))
|
|
113
|
+
|
|
114
|
+
## [1.9.11](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.9.10...v1.9.11) (2023-11-18)
|
|
115
|
+
|
|
116
|
+
### Bug Fixes
|
|
117
|
+
|
|
118
|
+
- update getRate ([c289d0c](https://github.com/CoCreate-app/CoCreate-metrics/commit/c289d0c2d622794e1093b63dc95c11e51929e574))
|
|
119
|
+
|
|
120
|
+
## [1.9.10](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.9.9...v1.9.10) (2023-11-12)
|
|
121
|
+
|
|
122
|
+
### Bug Fixes
|
|
123
|
+
|
|
124
|
+
- bump dependencies for latest features ([506a0bf](https://github.com/CoCreate-app/CoCreate-metrics/commit/506a0bf6687036319fb3b41cbbafd05a48ca4575))
|
|
125
|
+
|
|
126
|
+
## [1.9.9](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.9.8...v1.9.9) (2023-11-09)
|
|
127
|
+
|
|
128
|
+
### Bug Fixes
|
|
129
|
+
|
|
130
|
+
- meta name typo ([136b0dc](https://github.com/CoCreate-app/CoCreate-metrics/commit/136b0dcbe17e60cae66eb34da337f100f3b48487))
|
|
131
|
+
- typo ([1ee220a](https://github.com/CoCreate-app/CoCreate-metrics/commit/1ee220aa9f6207ae56f9d562a2918639d8eaa323))
|
|
132
|
+
- update crud methods ([8a0f352](https://github.com/CoCreate-app/CoCreate-metrics/commit/8a0f3526029a8d21eb7d91cb19b7f6f04662e3d1))
|
|
133
|
+
- update host ([5c24953](https://github.com/CoCreate-app/CoCreate-metrics/commit/5c24953b1b6da59b3fa115f01efcb393d17594f1))
|
|
134
|
+
- updated date to ISO format with UTC timezone ([baf9b13](https://github.com/CoCreate-app/CoCreate-metrics/commit/baf9b134e2ceee758f38eb5713703e78c95479b8))
|
|
135
|
+
|
|
136
|
+
## [1.9.8](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.9.7...v1.9.8) (2023-11-03)
|
|
137
|
+
|
|
138
|
+
### Bug Fixes
|
|
139
|
+
|
|
140
|
+
- update dependencies to the lates versions ([556958c](https://github.com/CoCreate-app/CoCreate-metrics/commit/556958c6fa3c7ea15bd28adc76d9b57d4a00a16e))
|
|
141
|
+
- update method to use object.update etc ([b3acb52](https://github.com/CoCreate-app/CoCreate-metrics/commit/b3acb52ef3d02d4e12dcbd494d3b8b264036db47))
|
|
142
|
+
|
|
143
|
+
## [1.9.7](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.9.6...v1.9.7) (2023-10-25)
|
|
144
|
+
|
|
145
|
+
### Bug Fixes
|
|
146
|
+
|
|
147
|
+
- organization.modified conditions ([5974872](https://github.com/CoCreate-app/CoCreate-metrics/commit/597487209da6834c22b5ac4f9e82832debb709a2))
|
|
148
|
+
|
|
149
|
+
## [1.9.6](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.9.5...v1.9.6) (2023-10-25)
|
|
150
|
+
|
|
151
|
+
### Bug Fixes
|
|
152
|
+
|
|
153
|
+
- bump dependencies ([3ca7154](https://github.com/CoCreate-app/CoCreate-metrics/commit/3ca7154b511c8ff4811e3ac2ac78689f59fa16f6))
|
|
154
|
+
|
|
155
|
+
## [1.9.5](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.9.4...v1.9.5) (2023-10-16)
|
|
156
|
+
|
|
157
|
+
### Bug Fixes
|
|
158
|
+
|
|
159
|
+
- improved error handling ([ca4e02e](https://github.com/CoCreate-app/CoCreate-metrics/commit/ca4e02e647a551d9ea17323b521f67dad6c9fb65))
|
|
160
|
+
|
|
161
|
+
## [1.9.4](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.9.3...v1.9.4) (2023-10-14)
|
|
162
|
+
|
|
163
|
+
### Bug Fixes
|
|
164
|
+
|
|
165
|
+
- bump dependencies ([370f548](https://github.com/CoCreate-app/CoCreate-metrics/commit/370f548653eb451191469caaeaed01c6819e85f0))
|
|
166
|
+
|
|
167
|
+
## [1.9.3](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.9.2...v1.9.3) (2023-10-09)
|
|
168
|
+
|
|
169
|
+
### Bug Fixes
|
|
170
|
+
|
|
171
|
+
- bump cocreate dependency versions ([55cff3d](https://github.com/CoCreate-app/CoCreate-metrics/commit/55cff3d909f297c4431b37224e226972e34fd4b3))
|
|
172
|
+
|
|
173
|
+
## [1.9.2](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.9.1...v1.9.2) (2023-10-09)
|
|
174
|
+
|
|
175
|
+
### Bug Fixes
|
|
176
|
+
|
|
177
|
+
- removed timeStamp.toISOString() ([f745be4](https://github.com/CoCreate-app/CoCreate-metrics/commit/f745be4704db5d4aa754226a1c3641d26f07795e))
|
|
178
|
+
- update getRates ([9a576a7](https://github.com/CoCreate-app/CoCreate-metrics/commit/9a576a792e10c00815483de95b5d3b7f4c27edbe))
|
|
179
|
+
- update to use new organization.staus ([e8ea453](https://github.com/CoCreate-app/CoCreate-metrics/commit/e8ea45385aa1cf5a65809695dc4b8f4985d8220a))
|
|
180
|
+
|
|
181
|
+
## [1.9.1](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.9.0...v1.9.1) (2023-09-18)
|
|
182
|
+
|
|
183
|
+
### Bug Fixes
|
|
184
|
+
|
|
185
|
+
- Add path and pathname ([07435cd](https://github.com/CoCreate-app/CoCreate-metrics/commit/07435cdbb61e50cbc3ee2dc941c2628ebeffe102))
|
|
186
|
+
- Update dCoCreate dpendencies to latest versions ([9f12fed](https://github.com/CoCreate-app/CoCreate-metrics/commit/9f12fedfa445d70309e800959a1b995cd7fddb78))
|
|
187
|
+
|
|
188
|
+
# [1.9.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.8.0...v1.9.0) (2023-09-17)
|
|
189
|
+
|
|
190
|
+
### Bug Fixes
|
|
191
|
+
|
|
192
|
+
- remove console.log ([2248a66](https://github.com/CoCreate-app/CoCreate-metrics/commit/2248a669c8dfa33955b7c4fa9aafdb50b5fffb05))
|
|
193
|
+
|
|
194
|
+
### Features
|
|
195
|
+
|
|
196
|
+
- debounce balanceUpdate and transactions per organization ([d5548d4](https://github.com/CoCreate-app/CoCreate-metrics/commit/d5548d4e4bd60d49a3b2defba50cfca8dbe6c9f3))
|
|
197
|
+
- IsExpired managaement ([ae1f663](https://github.com/CoCreate-app/CoCreate-metrics/commit/ae1f66317228f2e5a70bc5a5233ca216fb0a0407))
|
|
198
|
+
|
|
199
|
+
# [1.8.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.7.2...v1.8.0) (2023-09-07)
|
|
200
|
+
|
|
201
|
+
### Features
|
|
202
|
+
|
|
203
|
+
- manages dataTransfer, balance and transactions ([e832063](https://github.com/CoCreate-app/CoCreate-metrics/commit/e832063a597f3151f4cdbc7322fad18dc10c6a57))
|
|
204
|
+
- When a transaction begins in a new month create a transaction in platfpormDb for the previous month, then reset dataTransfered to 0 ([055b21b](https://github.com/CoCreate-app/CoCreate-metrics/commit/055b21bd691298ff2dd27e0d138c06df7597803f))
|
|
205
|
+
|
|
206
|
+
## [1.7.2](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.7.1...v1.7.2) (2023-08-21)
|
|
207
|
+
|
|
208
|
+
### Bug Fixes
|
|
209
|
+
|
|
210
|
+
- removed build as no webpack.config exist ([e72205d](https://github.com/CoCreate-app/CoCreate-metrics/commit/e72205dddb892d9b19fcdb0f5bd0209da6c32b74))
|
|
211
|
+
|
|
212
|
+
## [1.7.1](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.7.0...v1.7.1) (2023-08-21)
|
|
213
|
+
|
|
214
|
+
### Bug Fixes
|
|
215
|
+
|
|
216
|
+
- bump dependencies ([92df2b4](https://github.com/CoCreate-app/CoCreate-metrics/commit/92df2b421671a096607ac0cff2abeba847bb0d98))
|
|
217
|
+
|
|
218
|
+
# [1.7.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.6.1...v1.7.0) (2023-08-21)
|
|
219
|
+
|
|
220
|
+
### Features
|
|
221
|
+
|
|
222
|
+
- Update cocreate dependencies for the latest features and bug fixes ([eea4685](https://github.com/CoCreate-app/CoCreate-metrics/commit/eea468550a14b170cbbffbdb8754ed0011e0c0e3))
|
|
223
|
+
|
|
224
|
+
## [1.6.1](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.6.0...v1.6.1) (2023-08-21)
|
|
225
|
+
|
|
226
|
+
### Bug Fixes
|
|
227
|
+
|
|
228
|
+
- /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js ([3d7389b](https://github.com/CoCreate-app/CoCreate-metrics/commit/3d7389b0f23ae9e99577ff9f7394526fb43b13d9))
|
|
229
|
+
- improved handling of database stats ([7c48eab](https://github.com/CoCreate-app/CoCreate-metrics/commit/7c48eab3a4ea27748609c1615872c6f712429aad))
|
|
230
|
+
- removed refresh function and handle its logic in store function ([c96e382](https://github.com/CoCreate-app/CoCreate-metrics/commit/c96e3821752d0c4630f20767423efc4bf0e8e738))
|
|
231
|
+
- replace cdn with /dist ([bfbedf5](https://github.com/CoCreate-app/CoCreate-metrics/commit/bfbedf5d99fcf361b00ae140d9d1bd70aa8443d1))
|
|
232
|
+
- update file uploader ([9adc734](https://github.com/CoCreate-app/CoCreate-metrics/commit/9adc7342bcc9509c8bbc3ee1858a0ca95f7fb65c))
|
|
233
|
+
- Update variable names for better readability. Improved memory usage ([275c936](https://github.com/CoCreate-app/CoCreate-metrics/commit/275c936a1c28a4d410cacafe8e2b5d6d95122cb6))
|
|
234
|
+
|
|
235
|
+
# [1.6.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.5.0...v1.6.0) (2023-08-17)
|
|
236
|
+
|
|
237
|
+
### Features
|
|
238
|
+
|
|
239
|
+
- bump cocreate dependencies for the latest updates and features ([e657cfd](https://github.com/CoCreate-app/CoCreate-metrics/commit/e657cfd017da76d39d173fea6ea42061d88622d6))
|
|
240
|
+
|
|
241
|
+
# [1.5.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.54...v1.5.0) (2023-08-16)
|
|
242
|
+
|
|
243
|
+
### Bug Fixes
|
|
244
|
+
|
|
245
|
+
- crud attributes renamed ([c0bf5c1](https://github.com/CoCreate-app/CoCreate-metrics/commit/c0bf5c19a2d04974d955ecb36e9f53a219980858))
|
|
246
|
+
- Refactored _-target to _-selector ([1740fe1](https://github.com/CoCreate-app/CoCreate-metrics/commit/1740fe1bccfb09dc401e15b1f66188b8685cc599))
|
|
247
|
+
|
|
248
|
+
### Features
|
|
249
|
+
|
|
250
|
+
- name attribute and variable renamed to key ([c744b3d](https://github.com/CoCreate-app/CoCreate-metrics/commit/c744b3d2ba19013353432ee2d976121c1f54a4cd))
|
|
251
|
+
|
|
252
|
+
## [1.4.54](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.53...v1.4.54) (2023-06-14)
|
|
253
|
+
|
|
254
|
+
### Bug Fixes
|
|
255
|
+
|
|
256
|
+
- Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([56afd06](https://github.com/CoCreate-app/CoCreate-metrics/commit/56afd06997f8c3c662f10d72d8bd4234d2195ee2))
|
|
257
|
+
|
|
258
|
+
## [1.4.53](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.52...v1.4.53) (2023-06-11)
|
|
259
|
+
|
|
260
|
+
### Bug Fixes
|
|
261
|
+
|
|
262
|
+
- Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([a3b5fed](https://github.com/CoCreate-app/CoCreate-metrics/commit/a3b5fed8a2edff9f6a8ae7f885486f9ff3f4fe1c))
|
|
263
|
+
|
|
264
|
+
## [1.4.52](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.51...v1.4.52) (2023-06-11)
|
|
265
|
+
|
|
266
|
+
### Bug Fixes
|
|
267
|
+
|
|
268
|
+
- Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([74b9dd1](https://github.com/CoCreate-app/CoCreate-metrics/commit/74b9dd1323c3542cc97a731361987728f0f48601))
|
|
269
|
+
|
|
270
|
+
## [1.4.51](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.50...v1.4.51) (2023-06-11)
|
|
271
|
+
|
|
272
|
+
### Bug Fixes
|
|
273
|
+
|
|
274
|
+
- testing workflow ([75d34d7](https://github.com/CoCreate-app/CoCreate-metrics/commit/75d34d764a717e6808e996ff8db7b9e4b7fe4b17))
|
|
275
|
+
|
|
276
|
+
## [1.4.50](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.49...v1.4.50) (2023-06-11)
|
|
277
|
+
|
|
278
|
+
### Bug Fixes
|
|
279
|
+
|
|
280
|
+
- testing workflow ([5a76d01](https://github.com/CoCreate-app/CoCreate-metrics/commit/5a76d01c4a3c62afa22cfed59005c414bd6ce59e))
|
|
281
|
+
|
|
282
|
+
## [1.4.49](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.48...v1.4.49) (2023-06-11)
|
|
283
|
+
|
|
284
|
+
### Bug Fixes
|
|
285
|
+
|
|
286
|
+
- testing workflow ([20c8121](https://github.com/CoCreate-app/CoCreate-metrics/commit/20c8121eebdca9d3167d1e0d40f6cc8c62ff6fff))
|
|
287
|
+
- testing workflow ([180c47c](https://github.com/CoCreate-app/CoCreate-metrics/commit/180c47c6f0a42853e3fc36e1a8faf023d2a4accb))
|
|
288
|
+
|
|
289
|
+
## [1.4.48](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.47...v1.4.48) (2023-06-11)
|
|
290
|
+
|
|
291
|
+
### Bug Fixes
|
|
292
|
+
|
|
293
|
+
- testing workflow ([fe0e2dc](https://github.com/CoCreate-app/CoCreate-metrics/commit/fe0e2dc0866fc016d9abafbd98710079effdb366))
|
|
294
|
+
|
|
295
|
+
## [1.4.47](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.46...v1.4.47) (2023-06-11)
|
|
296
|
+
|
|
297
|
+
### Bug Fixes
|
|
298
|
+
|
|
299
|
+
- Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([11389ed](https://github.com/CoCreate-app/CoCreate-metrics/commit/11389ed7b0893453bb2d6a5fa719665efca59504))
|
|
300
|
+
|
|
301
|
+
## [1.4.46](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.45...v1.4.46) (2023-06-11)
|
|
302
|
+
|
|
303
|
+
### Bug Fixes
|
|
304
|
+
|
|
305
|
+
- postintall error ([57c6333](https://github.com/CoCreate-app/CoCreate-metrics/commit/57c63336c322a26e658e131f4f9484ada8c0b639))
|
|
306
|
+
|
|
307
|
+
## [1.4.45](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.44...v1.4.45) (2023-06-11)
|
|
308
|
+
|
|
309
|
+
### Bug Fixes
|
|
310
|
+
|
|
311
|
+
- @cocreate/cli moved to dependencies ([29e3b8b](https://github.com/CoCreate-app/CoCreate-metrics/commit/29e3b8b61ce2221dc2b79b9499cc185f9268079d))
|
|
312
|
+
|
|
313
|
+
## [1.4.44](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.43...v1.4.44) (2023-06-11)
|
|
314
|
+
|
|
315
|
+
### Bug Fixes
|
|
316
|
+
|
|
317
|
+
- Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([fa57aaa](https://github.com/CoCreate-app/CoCreate-metrics/commit/fa57aaa0f51d08367559abeef1226c0229583a80))
|
|
318
|
+
|
|
319
|
+
## [1.4.43](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.42...v1.4.43) (2023-06-11)
|
|
320
|
+
|
|
321
|
+
### Bug Fixes
|
|
322
|
+
|
|
323
|
+
- renamed hosts to host. the value can be a string or an array of strings ([ecfc4b7](https://github.com/CoCreate-app/CoCreate-metrics/commit/ecfc4b7d295d69edb6676dc4acd0df7964d38c19))
|
|
324
|
+
|
|
325
|
+
## [1.4.42](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.41...v1.4.42) (2023-06-10)
|
|
326
|
+
|
|
327
|
+
### Bug Fixes
|
|
328
|
+
|
|
329
|
+
- Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([3cc7fd9](https://github.com/CoCreate-app/CoCreate-metrics/commit/3cc7fd90c8ddf0fbbc6f0414745c20672ecfe504))
|
|
330
|
+
|
|
331
|
+
## [1.4.41](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.40...v1.4.41) (2023-06-08)
|
|
332
|
+
|
|
333
|
+
### Bug Fixes
|
|
334
|
+
|
|
335
|
+
- Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([81e2c13](https://github.com/CoCreate-app/CoCreate-metrics/commit/81e2c13a29d0c5f13b8e817b42377830850c744c))
|
|
336
|
+
|
|
337
|
+
## [1.4.40](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.39...v1.4.40) (2023-06-04)
|
|
338
|
+
|
|
339
|
+
### Bug Fixes
|
|
340
|
+
|
|
341
|
+
- Refactor CoCreate.config.js to remove hard-coded credentials ([7ccec56](https://github.com/CoCreate-app/CoCreate-metrics/commit/7ccec56171289a02567155e83100f36373565fe8))
|
|
342
|
+
|
|
343
|
+
## [1.4.39](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.38...v1.4.39) (2023-06-04)
|
|
344
|
+
|
|
345
|
+
### Bug Fixes
|
|
346
|
+
|
|
347
|
+
- Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([5c3fce2](https://github.com/CoCreate-app/CoCreate-metrics/commit/5c3fce23dfd97f8e7497c7dda4733395f6c58fcf))
|
|
348
|
+
|
|
349
|
+
## [1.4.38](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.37...v1.4.38) (2023-06-04)
|
|
350
|
+
|
|
351
|
+
### Bug Fixes
|
|
352
|
+
|
|
353
|
+
- [@v3](https://github.com/v3) ([d0b0aad](https://github.com/CoCreate-app/CoCreate-metrics/commit/d0b0aad782f08078b0c4c301d654d14468967778))
|
|
354
|
+
- html formating ([730f25e](https://github.com/CoCreate-app/CoCreate-metrics/commit/730f25e43b11513b07c7eed6ea84b8287cef70c5))
|
|
355
|
+
|
|
356
|
+
## [1.4.37](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.36...v1.4.37) (2023-05-25)
|
|
357
|
+
|
|
358
|
+
### Bug Fixes
|
|
359
|
+
|
|
360
|
+
- Update dependencies versions ([73330eb](https://github.com/CoCreate-app/CoCreate-metrics/commit/73330ebb9701d4e2b0886105ac9725b242c76606))
|
|
361
|
+
|
|
362
|
+
## [1.4.36](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.35...v1.4.36) (2023-05-21)
|
|
363
|
+
|
|
364
|
+
### Bug Fixes
|
|
365
|
+
|
|
366
|
+
- Refactor websocket event listeners for CoCreateMetrics class ([841597a](https://github.com/CoCreate-app/CoCreate-metrics/commit/841597a7816ae4b7f4c4d2dc1c9805408d01fe54))
|
|
367
|
+
|
|
368
|
+
## [1.4.35](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.34...v1.4.35) (2023-05-20)
|
|
369
|
+
|
|
370
|
+
### Bug Fixes
|
|
371
|
+
|
|
372
|
+
- updated dependencies to their latest versions ([5f9b978](https://github.com/CoCreate-app/CoCreate-metrics/commit/5f9b9783d9bb60eb226ccc767a3a32701bd8a204))
|
|
373
|
+
|
|
374
|
+
## [1.4.34](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.33...v1.4.34) (2023-05-11)
|
|
375
|
+
|
|
376
|
+
### Bug Fixes
|
|
377
|
+
|
|
378
|
+
- apikey renamed to key ([83e9d1b](https://github.com/CoCreate-app/CoCreate-metrics/commit/83e9d1b9fc3c68eebb28c27c720593d03e9d16e7))
|
|
379
|
+
- replace key ([b13062e](https://github.com/CoCreate-app/CoCreate-metrics/commit/b13062e1811d8287249c8d521f66122819189d03))
|
|
380
|
+
|
|
381
|
+
## [1.4.33](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.32...v1.4.33) (2023-05-07)
|
|
382
|
+
|
|
383
|
+
### Bug Fixes
|
|
384
|
+
|
|
385
|
+
- crud.wsManger ([243654c](https://github.com/CoCreate-app/CoCreate-metrics/commit/243654c246ba27adb14a1b796fa2b770091f25ed))
|
|
386
|
+
|
|
387
|
+
## [1.4.32](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.31...v1.4.32) (2023-04-29)
|
|
388
|
+
|
|
389
|
+
### Bug Fixes
|
|
390
|
+
|
|
391
|
+
- dbSize if condition ([e5c8d47](https://github.com/CoCreate-app/CoCreate-metrics/commit/e5c8d4707c6bdba19a31cd6ec18a928d809390da))
|
|
392
|
+
|
|
393
|
+
## [1.4.31](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.30...v1.4.31) (2023-04-11)
|
|
394
|
+
|
|
395
|
+
### Bug Fixes
|
|
396
|
+
|
|
397
|
+
- remove demo/config ([4fe8b6c](https://github.com/CoCreate-app/CoCreate-metrics/commit/4fe8b6cd65daea896c7cb15f9fe5865531fb7e0a))
|
|
398
|
+
|
|
399
|
+
## [1.4.30](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.29...v1.4.30) (2023-04-11)
|
|
400
|
+
|
|
401
|
+
### Bug Fixes
|
|
402
|
+
|
|
403
|
+
- delete clusterTime ([bb93cb3](https://github.com/CoCreate-app/CoCreate-metrics/commit/bb93cb39b4ed123c97b05797dad5509a704c58ad))
|
|
404
|
+
- renamed domans to hosts ([8d8010e](https://github.com/CoCreate-app/CoCreate-metrics/commit/8d8010ea2202ad7c7e6b710373603cbdaf5a0f38))
|
|
405
|
+
|
|
406
|
+
## [1.4.29](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.28...v1.4.29) (2023-02-01)
|
|
407
|
+
|
|
408
|
+
### Bug Fixes
|
|
409
|
+
|
|
410
|
+
- bump dependencies ([07f7410](https://github.com/CoCreate-app/CoCreate-metrics/commit/07f74100083c2c4faf817c956eea6de6cd0fd489))
|
|
411
|
+
|
|
412
|
+
## [1.4.28](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.27...v1.4.28) (2023-01-31)
|
|
413
|
+
|
|
414
|
+
### Bug Fixes
|
|
415
|
+
|
|
416
|
+
- bump dependencies ([5447735](https://github.com/CoCreate-app/CoCreate-metrics/commit/5447735357e3921ce91f8edd78804b5e65197ea7))
|
|
417
|
+
|
|
418
|
+
## [1.4.27](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.26...v1.4.27) (2023-01-30)
|
|
419
|
+
|
|
420
|
+
### Bug Fixes
|
|
421
|
+
|
|
422
|
+
- bump dependencies ([bcb260a](https://github.com/CoCreate-app/CoCreate-metrics/commit/bcb260a2a0fc92085539c7d1d29db1d4900f4fa9))
|
|
423
|
+
|
|
424
|
+
## [1.4.26](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.25...v1.4.26) (2023-01-29)
|
|
425
|
+
|
|
426
|
+
### Bug Fixes
|
|
427
|
+
|
|
428
|
+
- bump dependencies ([3bbd3a2](https://github.com/CoCreate-app/CoCreate-metrics/commit/3bbd3a2de5dfac0e6ea934208f3ffb0dd275a634))
|
|
429
|
+
|
|
430
|
+
## [1.4.25](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.24...v1.4.25) (2023-01-29)
|
|
431
|
+
|
|
432
|
+
### Bug Fixes
|
|
433
|
+
|
|
434
|
+
- bump dependencies ([34963f6](https://github.com/CoCreate-app/CoCreate-metrics/commit/34963f6a5aef7a57714448810d04ddf7bfe85da7))
|
|
435
|
+
|
|
436
|
+
## [1.4.24](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.23...v1.4.24) (2023-01-28)
|
|
437
|
+
|
|
438
|
+
### Bug Fixes
|
|
439
|
+
|
|
440
|
+
- bump dependencies ([ddc35cf](https://github.com/CoCreate-app/CoCreate-metrics/commit/ddc35cfc58384bda67ed037ff5e498a78f6a58e0))
|
|
441
|
+
|
|
442
|
+
## [1.4.23](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.22...v1.4.23) (2023-01-13)
|
|
443
|
+
|
|
444
|
+
### Bug Fixes
|
|
445
|
+
|
|
446
|
+
- bump dependencies ([f3bf1c6](https://github.com/CoCreate-app/CoCreate-metrics/commit/f3bf1c65b551fca85f7966f1846e70f1cd3cf8b3))
|
|
447
|
+
|
|
448
|
+
## [1.4.22](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.21...v1.4.22) (2023-01-10)
|
|
449
|
+
|
|
450
|
+
### Bug Fixes
|
|
451
|
+
|
|
452
|
+
- bump dependencies ([175dfb2](https://github.com/CoCreate-app/CoCreate-metrics/commit/175dfb248f80b24d030bdb94ec8a301d332c298f))
|
|
453
|
+
|
|
454
|
+
## [1.4.21](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.20...v1.4.21) (2023-01-09)
|
|
455
|
+
|
|
456
|
+
### Bug Fixes
|
|
457
|
+
|
|
458
|
+
- bump dependnecies ([361dd64](https://github.com/CoCreate-app/CoCreate-metrics/commit/361dd643582832637bb82660d9cdfaf0d66fcad4))
|
|
459
|
+
|
|
460
|
+
## [1.4.20](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.19...v1.4.20) (2023-01-06)
|
|
461
|
+
|
|
462
|
+
### Bug Fixes
|
|
463
|
+
|
|
464
|
+
- bump dependencies, worklow [@v3](https://github.com/v3) ([08f4900](https://github.com/CoCreate-app/CoCreate-metrics/commit/08f4900f8c0b83468307ccc178efbd6faae095d2))
|
|
465
|
+
|
|
466
|
+
## [1.4.19](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.18...v1.4.19) (2023-01-05)
|
|
467
|
+
|
|
468
|
+
### Bug Fixes
|
|
469
|
+
|
|
470
|
+
- bump dependencies ([b16d6b5](https://github.com/CoCreate-app/CoCreate-metrics/commit/b16d6b5562546f7c80905e03acc9a50f8022c9b7))
|
|
471
|
+
|
|
472
|
+
## [1.4.18](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.17...v1.4.18) (2023-01-01)
|
|
473
|
+
|
|
474
|
+
### Bug Fixes
|
|
475
|
+
|
|
476
|
+
- docs sanbox overflow ([a57f247](https://github.com/CoCreate-app/CoCreate-metrics/commit/a57f247b9dabf5ad51ee7aba1b6dfb1ffdd3933e))
|
|
477
|
+
|
|
478
|
+
## [1.4.17](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.16...v1.4.17) (2022-12-31)
|
|
479
|
+
|
|
480
|
+
### Bug Fixes
|
|
481
|
+
|
|
482
|
+
- bump dependencies ([7338adc](https://github.com/CoCreate-app/CoCreate-metrics/commit/7338adc513df91be12fbfbb8fc9ba99c6972c385))
|
|
483
|
+
|
|
484
|
+
## [1.4.16](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.15...v1.4.16) (2022-12-30)
|
|
485
|
+
|
|
486
|
+
### Bug Fixes
|
|
487
|
+
|
|
488
|
+
- update config sources to use template braces with entry on src ([cbb4c40](https://github.com/CoCreate-app/CoCreate-metrics/commit/cbb4c40a58c6f9c63bcc048cfd7b6d3c5de8cb19))
|
|
489
|
+
|
|
490
|
+
## [1.4.15](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.14...v1.4.15) (2022-12-29)
|
|
491
|
+
|
|
492
|
+
### Bug Fixes
|
|
493
|
+
|
|
494
|
+
- bump dependencies ([d1f45c5](https://github.com/CoCreate-app/CoCreate-metrics/commit/d1f45c5115d3c2c2e638210344bd9eb48f7723c0))
|
|
495
|
+
|
|
496
|
+
## [1.4.14](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.13...v1.4.14) (2022-12-27)
|
|
497
|
+
|
|
498
|
+
### Bug Fixes
|
|
499
|
+
|
|
500
|
+
- bump dependencies ([a3db21b](https://github.com/CoCreate-app/CoCreate-metrics/commit/a3db21b6fe735ffca0bf3e19ce33666c8982eff6))
|
|
501
|
+
|
|
502
|
+
## [1.4.13](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.12...v1.4.13) (2022-12-25)
|
|
503
|
+
|
|
504
|
+
### Bug Fixes
|
|
505
|
+
|
|
506
|
+
- bump dependencies ([e8788ce](https://github.com/CoCreate-app/CoCreate-metrics/commit/e8788cef6647aad7de286c8c4a5fa7224f34309f))
|
|
507
|
+
- update cdn to latest ([065ada0](https://github.com/CoCreate-app/CoCreate-metrics/commit/065ada03ae6f04b06701b73fe433596344deb4ab))
|
|
508
|
+
|
|
509
|
+
## [1.4.12](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.11...v1.4.12) (2022-12-23)
|
|
510
|
+
|
|
511
|
+
### Bug Fixes
|
|
512
|
+
|
|
513
|
+
- bump dependnecies ([f5f56fd](https://github.com/CoCreate-app/CoCreate-metrics/commit/f5f56fd9e7cfc980f1680623116faef725233fcc))
|
|
514
|
+
|
|
515
|
+
## [1.4.11](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.10...v1.4.11) (2022-12-22)
|
|
516
|
+
|
|
517
|
+
### Bug Fixes
|
|
518
|
+
|
|
519
|
+
- bump dependencies ([2620530](https://github.com/CoCreate-app/CoCreate-metrics/commit/26205302971913ed0b0a6732a38fdd83843b812a))
|
|
520
|
+
|
|
521
|
+
## [1.4.10](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.9...v1.4.10) (2022-12-22)
|
|
522
|
+
|
|
523
|
+
### Bug Fixes
|
|
524
|
+
|
|
525
|
+
- update demos and bump dependencies ([ea02e22](https://github.com/CoCreate-app/CoCreate-metrics/commit/ea02e22f4ee8627fcf2a3498a5a28577481376a3))
|
|
526
|
+
|
|
527
|
+
## [1.4.9](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.8...v1.4.9) (2022-12-21)
|
|
528
|
+
|
|
529
|
+
### Bug Fixes
|
|
530
|
+
|
|
531
|
+
- bump dependencies ([dceb271](https://github.com/CoCreate-app/CoCreate-metrics/commit/dceb2710d9a9d1a661d7bcd8560ab9453542eca5))
|
|
532
|
+
|
|
533
|
+
## [1.4.8](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.7...v1.4.8) (2022-12-20)
|
|
534
|
+
|
|
535
|
+
### Bug Fixes
|
|
536
|
+
|
|
537
|
+
- bump dependencies ([e11f817](https://github.com/CoCreate-app/CoCreate-metrics/commit/e11f81787cc076f899d267add184a7794494a516))
|
|
538
|
+
|
|
539
|
+
## [1.4.7](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.6...v1.4.7) (2022-12-13)
|
|
540
|
+
|
|
541
|
+
### Bug Fixes
|
|
542
|
+
|
|
543
|
+
- bump dependencies ([a8e51a7](https://github.com/CoCreate-app/CoCreate-metrics/commit/a8e51a7880a11b303368364fb0ada52b359edef9))
|
|
544
|
+
|
|
545
|
+
## [1.4.6](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.5...v1.4.6) (2022-12-12)
|
|
546
|
+
|
|
547
|
+
### Bug Fixes
|
|
548
|
+
|
|
549
|
+
- bump dependencies ([7400344](https://github.com/CoCreate-app/CoCreate-metrics/commit/740034403e38b5484a6cedaf4ebf212ee24667f0))
|
|
550
|
+
|
|
551
|
+
## [1.4.5](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.4...v1.4.5) (2022-12-11)
|
|
552
|
+
|
|
553
|
+
### Bug Fixes
|
|
554
|
+
|
|
555
|
+
- bump dependencies ([206f5b8](https://github.com/CoCreate-app/CoCreate-metrics/commit/206f5b80d8408c0ec3c05e905fbdf682827177ba))
|
|
556
|
+
|
|
557
|
+
## [1.4.4](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.3...v1.4.4) (2022-12-09)
|
|
558
|
+
|
|
559
|
+
### Bug Fixes
|
|
560
|
+
|
|
561
|
+
- bump dependencies ([eabbbc7](https://github.com/CoCreate-app/CoCreate-metrics/commit/eabbbc7af08baad125271ef3ce8c372b1e50a28c))
|
|
562
|
+
|
|
563
|
+
## [1.4.3](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.2...v1.4.3) (2022-12-08)
|
|
564
|
+
|
|
565
|
+
### Bug Fixes
|
|
566
|
+
|
|
567
|
+
- bump dependencies ([3ec2f12](https://github.com/CoCreate-app/CoCreate-metrics/commit/3ec2f120f598c7cd84f625319249a8f0e23ccdc1))
|
|
568
|
+
|
|
569
|
+
## [1.4.2](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.1...v1.4.2) (2022-12-08)
|
|
570
|
+
|
|
571
|
+
### Bug Fixes
|
|
572
|
+
|
|
573
|
+
- removed mongodb dependency ([1f6e22e](https://github.com/CoCreate-app/CoCreate-metrics/commit/1f6e22ecb49a723ead784c1f2d5040da7650a21e))
|
|
574
|
+
|
|
575
|
+
## [1.4.1](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.4.0...v1.4.1) (2022-12-07)
|
|
576
|
+
|
|
577
|
+
### Bug Fixes
|
|
578
|
+
|
|
579
|
+
- bump dependencies ([a3d8ca4](https://github.com/CoCreate-app/CoCreate-metrics/commit/a3d8ca4a8a6643dfa312bda5910dbf9b1942b75e))
|
|
580
|
+
|
|
581
|
+
# [1.4.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.15...v1.4.0) (2022-12-07)
|
|
582
|
+
|
|
583
|
+
### Features
|
|
584
|
+
|
|
585
|
+
- save metric if database has collections ([e95cd06](https://github.com/CoCreate-app/CoCreate-metrics/commit/e95cd06752f42c30622a1bcb1c93905f8670cfd7))
|
|
586
|
+
|
|
587
|
+
## [1.3.15](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.14...v1.3.15) (2022-12-04)
|
|
588
|
+
|
|
589
|
+
### Bug Fixes
|
|
590
|
+
|
|
591
|
+
- bump dependencies ([3dd5f4d](https://github.com/CoCreate-app/CoCreate-metrics/commit/3dd5f4d3f47242a2680522e3e74cce3161c02689))
|
|
592
|
+
|
|
593
|
+
## [1.3.14](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.13...v1.3.14) (2022-12-02)
|
|
594
|
+
|
|
595
|
+
### Bug Fixes
|
|
596
|
+
|
|
597
|
+
- docs ([25fa8eb](https://github.com/CoCreate-app/CoCreate-metrics/commit/25fa8ebef873137fdac47c74008b3b533248b39d))
|
|
598
|
+
|
|
599
|
+
## [1.3.13](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.12...v1.3.13) (2022-12-02)
|
|
600
|
+
|
|
601
|
+
### Bug Fixes
|
|
602
|
+
|
|
603
|
+
- bump dependencies ([4c4ea3b](https://github.com/CoCreate-app/CoCreate-metrics/commit/4c4ea3b5bbb5e81d840baf0862c2ec418a17f0da))
|
|
604
|
+
|
|
605
|
+
## [1.3.12](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.11...v1.3.12) (2022-11-28)
|
|
606
|
+
|
|
607
|
+
### Bug Fixes
|
|
608
|
+
|
|
609
|
+
- bump dependencies ([e943d1b](https://github.com/CoCreate-app/CoCreate-metrics/commit/e943d1b1235bb5a005d723db6a957f1136287d3c))
|
|
610
|
+
|
|
611
|
+
## [1.3.11](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.10...v1.3.11) (2022-11-28)
|
|
612
|
+
|
|
613
|
+
### Bug Fixes
|
|
614
|
+
|
|
615
|
+
- bump dependencies ([f152e5d](https://github.com/CoCreate-app/CoCreate-metrics/commit/f152e5d7c4336e56d78a39eb2e195832e7953cdb))
|
|
616
|
+
|
|
617
|
+
## [1.3.10](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.9...v1.3.10) (2022-11-27)
|
|
618
|
+
|
|
619
|
+
### Bug Fixes
|
|
620
|
+
|
|
621
|
+
- bump dependencies ([b1501d5](https://github.com/CoCreate-app/CoCreate-metrics/commit/b1501d5563f8a2ce50c930cc4baf6d02fab4ff84))
|
|
622
|
+
|
|
623
|
+
## [1.3.9](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.8...v1.3.9) (2022-11-26)
|
|
624
|
+
|
|
625
|
+
### Bug Fixes
|
|
626
|
+
|
|
627
|
+
- bump dependencies ([4226248](https://github.com/CoCreate-app/CoCreate-metrics/commit/4226248207de586fb9f37d88af16bbb6b8e0e96e))
|
|
628
|
+
|
|
629
|
+
## [1.3.8](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.7...v1.3.8) (2022-11-25)
|
|
630
|
+
|
|
631
|
+
### Bug Fixes
|
|
632
|
+
|
|
633
|
+
- bump dependencies ([07e6e16](https://github.com/CoCreate-app/CoCreate-metrics/commit/07e6e16bf5931beba424c1dce78cd7f7ac0ac256))
|
|
634
|
+
|
|
635
|
+
## [1.3.7](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.6...v1.3.7) (2022-11-24)
|
|
636
|
+
|
|
637
|
+
### Bug Fixes
|
|
638
|
+
|
|
639
|
+
- bump depenedencies ([1684fbc](https://github.com/CoCreate-app/CoCreate-metrics/commit/1684fbc3266a011e9ef9076c906400bb308476ce))
|
|
640
|
+
|
|
641
|
+
## [1.3.6](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.5...v1.3.6) (2022-11-23)
|
|
642
|
+
|
|
643
|
+
### Bug Fixes
|
|
644
|
+
|
|
645
|
+
- bumped [@cocreate](https://github.com/cocreate) dependencies ([deb26ff](https://github.com/CoCreate-app/CoCreate-metrics/commit/deb26fff62d5f6fc434c971428eadee61a3f3039))
|
|
646
|
+
|
|
647
|
+
## [1.3.5](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.4...v1.3.5) (2022-11-22)
|
|
648
|
+
|
|
649
|
+
### Bug Fixes
|
|
650
|
+
|
|
651
|
+
- workflow docs ([920a5a0](https://github.com/CoCreate-app/CoCreate-metrics/commit/920a5a094d1bddd596e9980f44146b681c143891))
|
|
652
|
+
|
|
653
|
+
## [1.3.4](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.3...v1.3.4) (2022-11-22)
|
|
654
|
+
|
|
655
|
+
### Bug Fixes
|
|
656
|
+
|
|
657
|
+
- apply src: {{source}} to CoCreate.config ([06e4024](https://github.com/CoCreate-app/CoCreate-metrics/commit/06e4024e1a96d25873f9b1d5d86997b72444a378))
|
|
658
|
+
|
|
659
|
+
## [1.3.3](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.2...v1.3.3) (2022-11-21)
|
|
660
|
+
|
|
661
|
+
### Bug Fixes
|
|
662
|
+
|
|
663
|
+
- @cocreate/docs bug fix ([e5e0cb4](https://github.com/CoCreate-app/CoCreate-metrics/commit/e5e0cb47cd622044ac6973b455a4aa376e9b4020))
|
|
664
|
+
|
|
665
|
+
## [1.3.2](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.1...v1.3.2) (2022-11-21)
|
|
666
|
+
|
|
667
|
+
### Bug Fixes
|
|
668
|
+
|
|
669
|
+
- replaced document_id with document.\_id ([99425a3](https://github.com/CoCreate-app/CoCreate-metrics/commit/99425a38014d3dfa9537f8e6b9863f0ee670b6b5))
|
|
670
|
+
|
|
671
|
+
## [1.3.1](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.3.0...v1.3.1) (2022-11-21)
|
|
672
|
+
|
|
673
|
+
### Bug Fixes
|
|
674
|
+
|
|
675
|
+
- bump [@cocreate](https://github.com/cocreate) dependencies ([fbffb85](https://github.com/CoCreate-app/CoCreate-metrics/commit/fbffb858e7785b28d653c7c96de42e2c1fb099b6))
|
|
676
|
+
|
|
677
|
+
# [1.3.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.2.5...v1.3.0) (2022-11-21)
|
|
678
|
+
|
|
679
|
+
### Bug Fixes
|
|
680
|
+
|
|
681
|
+
- bump [@cocreate](https://github.com/cocreate) dependencies ([4782176](https://github.com/CoCreate-app/CoCreate-metrics/commit/47821767f196fc2f546b70d3ebe61f99a5c96e77))
|
|
682
|
+
|
|
683
|
+
### Features
|
|
684
|
+
|
|
685
|
+
- updated to use new crud which has the abilty to use multiple databases ([c6af2fb](https://github.com/CoCreate-app/CoCreate-metrics/commit/c6af2fb79e19480da02194a44f768f2b96b7909a))
|
|
686
|
+
|
|
687
|
+
## [1.2.5](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.2.4...v1.2.5) (2022-10-02)
|
|
688
|
+
|
|
689
|
+
### Bug Fixes
|
|
690
|
+
|
|
691
|
+
- bump dependencies ([5e50df8](https://github.com/CoCreate-app/CoCreate-metrics/commit/5e50df8b1a4f5ad636b1ef821034117c4973a9fa))
|
|
692
|
+
|
|
693
|
+
## [1.2.4](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.2.3...v1.2.4) (2022-10-01)
|
|
694
|
+
|
|
695
|
+
### Bug Fixes
|
|
696
|
+
|
|
697
|
+
- bump [@cocreate](https://github.com/cocreate) dependencies ([daa9207](https://github.com/CoCreate-app/CoCreate-metrics/commit/daa92079bbc9ef7e805be208f30d0e7cda391358))
|
|
698
|
+
|
|
699
|
+
## [1.2.3](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.2.2...v1.2.3) (2022-10-01)
|
|
700
|
+
|
|
701
|
+
### Bug Fixes
|
|
702
|
+
|
|
703
|
+
- bump dependencies ([c3f445f](https://github.com/CoCreate-app/CoCreate-metrics/commit/c3f445f5f959e6492106b9fb87d19c90b58bd784))
|
|
704
|
+
|
|
705
|
+
## [1.2.2](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.2.1...v1.2.2) (2022-09-01)
|
|
706
|
+
|
|
707
|
+
### Bug Fixes
|
|
708
|
+
|
|
709
|
+
- bump dependencies ([663040c](https://github.com/CoCreate-app/CoCreate-metrics/commit/663040cf0c0071ebd4ed993098feef0c4dbc0704))
|
|
710
|
+
|
|
711
|
+
## [1.2.1](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.2.0...v1.2.1) (2022-07-25)
|
|
712
|
+
|
|
713
|
+
### Bug Fixes
|
|
714
|
+
|
|
715
|
+
- replaced attribute pass-fetch_value with pass-filter-value ([a8793ae](https://github.com/CoCreate-app/CoCreate-metrics/commit/a8793ae945316ba589e1355fcf591444843b2dd8))
|
|
716
|
+
|
|
717
|
+
# [1.2.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.1.0...v1.2.0) (2022-05-29)
|
|
718
|
+
|
|
719
|
+
### Features
|
|
720
|
+
|
|
721
|
+
- deleteOrg event listener to remove an org from metrics instance ([c04d1c5](https://github.com/CoCreate-app/CoCreate-metrics/commit/c04d1c5ecc7efe50c973bd4798b2eec29d36f808))
|
|
722
|
+
|
|
723
|
+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.0.14...v1.1.0) (2022-05-14)
|
|
724
|
+
|
|
725
|
+
### Features
|
|
726
|
+
|
|
727
|
+
- function readDocumentList has been renamed to readDocuments ([6c8d5cb](https://github.com/CoCreate-app/CoCreate-metrics/commit/6c8d5cb86e7bb71bd7859924c3b20c9e1d17073e))
|
|
728
|
+
|
|
729
|
+
## [1.0.14](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.0.13...v1.0.14) (2022-05-13)
|
|
730
|
+
|
|
731
|
+
### Bug Fixes
|
|
732
|
+
|
|
733
|
+
- if !metric create new ([a3a0e2d](https://github.com/CoCreate-app/CoCreate-metrics/commit/a3a0e2db5a99d161401831bbc96da6fd235aa360))
|
|
734
|
+
|
|
735
|
+
## [1.0.13](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.0.12...v1.0.13) (2022-05-06)
|
|
736
|
+
|
|
737
|
+
### Bug Fixes
|
|
738
|
+
|
|
739
|
+
- update config organization_Id to organization_id ([d2b9bba](https://github.com/CoCreate-app/CoCreate-metrics/commit/d2b9bbac35287cec1b79982a1ece4272a053df2f))
|
|
740
|
+
|
|
741
|
+
## [1.0.12](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.0.11...v1.0.12) (2022-03-03)
|
|
742
|
+
|
|
743
|
+
### Bug Fixes
|
|
744
|
+
|
|
745
|
+
- main: ./src/index.js ([5731688](https://github.com/CoCreate-app/CoCreate-metrics/commit/573168875aada3535368956df0e01c77e18fa306))
|
|
746
|
+
- remove securityCheck function, it has be replaced by permissions ([3605e2f](https://github.com/CoCreate-app/CoCreate-metrics/commit/3605e2fe98ad8f1db6d3cb4455b2968b2fab4b72))
|
|
747
|
+
- removed base.js and related functions from metric.js ([d55f929](https://github.com/CoCreate-app/CoCreate-metrics/commit/d55f929510505ca2ee220bed9ec1bfee4e3e0e30))
|
|
748
|
+
|
|
749
|
+
## [1.0.11](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.0.10...v1.0.11) (2022-02-28)
|
|
750
|
+
|
|
751
|
+
### Bug Fixes
|
|
752
|
+
|
|
753
|
+
- config docs wildcard \* domain ([349ad30](https://github.com/CoCreate-app/CoCreate-metrics/commit/349ad305b04f129a8a3d5f2d426791fc3018d993))
|
|
754
|
+
|
|
755
|
+
## [1.0.10](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.0.9...v1.0.10) (2022-02-16)
|
|
756
|
+
|
|
757
|
+
### Bug Fixes
|
|
758
|
+
|
|
759
|
+
- update dependencies ([4aa3ea8](https://github.com/CoCreate-app/CoCreate-metrics/commit/4aa3ea819c6f6af06f6a0c0b02396ce3238fbf7f))
|
|
760
|
+
|
|
761
|
+
## [1.0.9](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.0.8...v1.0.9) (2022-02-09)
|
|
762
|
+
|
|
763
|
+
### Bug Fixes
|
|
764
|
+
|
|
765
|
+
- add document_id to CoCreate.config ([14baacc](https://github.com/CoCreate-app/CoCreate-metrics/commit/14baaccc74a7a939aa0eb4cdcc1d4b47bb5a6a2d))
|
|
766
|
+
|
|
767
|
+
## [1.0.8](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.0.7...v1.0.8) (2022-02-09)
|
|
768
|
+
|
|
769
|
+
### Bug Fixes
|
|
770
|
+
|
|
771
|
+
- update CoCreate.config.js, bump @cocreate/docs version ([b9be3f3](https://github.com/CoCreate-app/CoCreate-metrics/commit/b9be3f33e03365f1924b020cdd0461ebe8b41592))
|
|
772
|
+
|
|
773
|
+
## [1.0.7](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.0.6...v1.0.7) (2021-11-11)
|
|
774
|
+
|
|
775
|
+
### Bug Fixes
|
|
776
|
+
|
|
777
|
+
- licensing information ([d18bab4](https://github.com/CoCreate-app/CoCreate-metrics/commit/d18bab412e1a552d25d81e91aecbcbb61b01f9e7))
|
|
778
|
+
- update readme ([bff7aa7](https://github.com/CoCreate-app/CoCreate-metrics/commit/bff7aa721cf84d079c02b3cd8ab83b3998c73379))
|
|
779
|
+
|
|
780
|
+
## [1.0.6](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.0.5...v1.0.6) (2021-11-11)
|
|
781
|
+
|
|
782
|
+
### Bug Fixes
|
|
783
|
+
|
|
784
|
+
- update .gitignore ([ef39053](https://github.com/CoCreate-app/CoCreate-metrics/commit/ef390539cf07d5f47b5c259c930e76093bcb4398))
|
|
785
|
+
|
|
786
|
+
## [1.0.5](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.0.4...v1.0.5) (2021-11-01)
|
|
787
|
+
|
|
788
|
+
### Bug Fixes
|
|
789
|
+
|
|
790
|
+
- docs ([a18801e](https://github.com/CoCreate-app/CoCreate-metrics/commit/a18801e8fbd0b7cf78dedd4b8da928ae0d3a6d90))
|
|
791
|
+
|
|
792
|
+
## [1.0.4](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.0.3...v1.0.4) (2021-07-28)
|
|
793
|
+
|
|
794
|
+
### Bug Fixes
|
|
795
|
+
|
|
796
|
+
- removed data- from crud, fetch, filter and pass attributes ([1fc7dde](https://github.com/CoCreate-app/CoCreate-metrics/commit/1fc7ddec174ae6e9384e4671cb741afd2cec7517))
|