@onlineapps/conn-base-hub 1.0.24 → 1.0.25
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/coverage/clover.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
2
|
+
<coverage generated="1766693740944" clover="3.2.0">
|
|
3
|
+
<project timestamp="1766693740945" name="All files">
|
|
4
4
|
<metrics statements="78" coveredstatements="49" conditionals="73" coveredconditionals="32" methods="19" coveredmethods="12" elements="170" coveredelements="93" complexity="0" loc="78" ncloc="78" packages="1" files="3" classes="3"/>
|
|
5
5
|
<file name="config.js" path="/var/www/html/oa_drive/shared/connector/conn-base-hub/src/config.js">
|
|
6
6
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
@@ -202,7 +202,7 @@ module.exports = runtimeCfg;
|
|
|
202
202
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
203
203
|
Code coverage generated by
|
|
204
204
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
205
|
-
at 2025-12-25T20:
|
|
205
|
+
at 2025-12-25T20:15:40.903Z
|
|
206
206
|
</div>
|
|
207
207
|
<script src="prettify.js"></script>
|
|
208
208
|
<script>
|
|
@@ -154,7 +154,7 @@ module.exports = {
|
|
|
154
154
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
155
155
|
Code coverage generated by
|
|
156
156
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
157
|
-
at 2025-12-25T20:
|
|
157
|
+
at 2025-12-25T20:15:40.903Z
|
|
158
158
|
</div>
|
|
159
159
|
<script src="prettify.js"></script>
|
|
160
160
|
<script>
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
132
132
|
Code coverage generated by
|
|
133
133
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
-
at 2025-12-25T20:
|
|
134
|
+
at 2025-12-25T20:15:40.903Z
|
|
135
135
|
</div>
|
|
136
136
|
<script src="prettify.js"></script>
|
|
137
137
|
<script>
|
|
@@ -1003,7 +1003,7 @@ module.exports.ConnectorCore = module.exports;</pre></td></tr></table></pre>
|
|
|
1003
1003
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
1004
1004
|
Code coverage generated by
|
|
1005
1005
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
1006
|
-
at 2025-12-25T20:
|
|
1006
|
+
at 2025-12-25T20:15:40.903Z
|
|
1007
1007
|
</div>
|
|
1008
1008
|
<script src="prettify.js"></script>
|
|
1009
1009
|
<script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onlineapps/conn-base-hub",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
4
4
|
"description": "Central hub for OA Drive connectors - bundles and integrates all essential connector libraries",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@onlineapps/conn-base-monitoring": "1.0.8",
|
|
25
25
|
"@onlineapps/conn-base-storage": "1.0.8",
|
|
26
|
-
"@onlineapps/conn-infra-mq": "1.1.
|
|
27
|
-
"@onlineapps/conn-orch-cookbook": "2.0.
|
|
28
|
-
"@onlineapps/conn-orch-registry": "1.1.
|
|
26
|
+
"@onlineapps/conn-infra-mq": "1.1.66",
|
|
27
|
+
"@onlineapps/conn-orch-cookbook": "2.0.27",
|
|
28
|
+
"@onlineapps/conn-orch-registry": "1.1.43",
|
|
29
29
|
"@onlineapps/runtime-config": "1.0.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|