@onlineapps/conn-base-hub 1.0.40 → 1.0.42

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.
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1776332078284" clover="3.2.0">
3
- <project timestamp="1776332078284" name="All files">
2
+ <coverage generated="1776536150431" clover="3.2.0">
3
+ <project timestamp="1776536150432" 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="/home/igi/www/html/oadrive/api/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 2026-04-16T09:34:38.263Z
205
+ at 2026-04-18T18:15:50.403Z
206
206
  </div>
207
207
  <script src="prettify.js"></script>
208
208
  <script>
@@ -163,7 +163,7 @@ module.exports = {
163
163
  <div class='footer quiet pad2 space-top1 center small'>
164
164
  Code coverage generated by
165
165
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
166
- at 2026-04-16T09:34:38.263Z
166
+ at 2026-04-18T18:15:50.403Z
167
167
  </div>
168
168
  <script src="prettify.js"></script>
169
169
  <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 2026-04-16T09:34:38.263Z
134
+ at 2026-04-18T18:15:50.403Z
135
135
  </div>
136
136
  <script src="prettify.js"></script>
137
137
  <script>
@@ -1006,7 +1006,7 @@ module.exports.ConnectorCore = module.exports;</pre></td></tr></table></pre>
1006
1006
  <div class='footer quiet pad2 space-top1 center small'>
1007
1007
  Code coverage generated by
1008
1008
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1009
- at 2026-04-16T09:34:38.263Z
1009
+ at 2026-04-18T18:15:50.403Z
1010
1010
  </div>
1011
1011
  <script src="prettify.js"></script>
1012
1012
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onlineapps/conn-base-hub",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
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": {
@@ -21,11 +21,11 @@
21
21
  "registry"
22
22
  ],
23
23
  "dependencies": {
24
- "@onlineapps/conn-base-monitoring": "1.0.11",
24
+ "@onlineapps/conn-base-monitoring": "1.0.12",
25
25
  "@onlineapps/conn-base-storage": "1.0.9",
26
26
  "@onlineapps/conn-infra-mq": "1.1.70",
27
- "@onlineapps/conn-orch-cookbook": "2.0.38",
28
- "@onlineapps/conn-orch-registry": "1.1.55",
27
+ "@onlineapps/conn-orch-cookbook": "2.1.2",
28
+ "@onlineapps/conn-orch-registry": "1.2.1",
29
29
  "@onlineapps/runtime-config": "1.0.2"
30
30
  },
31
31
  "devDependencies": {