@onlineapps/conn-base-hub 1.0.15 → 1.0.17
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.
|
@@ -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-
|
|
134
|
+
at 2025-12-25T14:24:34.279Z
|
|
135
135
|
</div>
|
|
136
136
|
<script src="prettify.js"></script>
|
|
137
137
|
<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.17",
|
|
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.58",
|
|
27
|
+
"@onlineapps/conn-orch-cookbook": "2.0.19",
|
|
28
|
+
"@onlineapps/conn-orch-registry": "1.1.35",
|
|
29
29
|
"@onlineapps/runtime-config": "1.0.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|