@resolveio/server-lib 4.0.25 → 4.0.26
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/package.json +1 -1
- package/publications/logs.js +1 -1
package/package.json
CHANGED
package/publications/logs.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var simpl_schema_1 = require("simpl-schema");
|
|
4
4
|
var log_collection_1 = require("../collections/log.collection");
|
|
5
|
-
var log_method_latency_collection_1 = require("
|
|
5
|
+
var log_method_latency_collection_1 = require("../collections/log-method-latency.collection");
|
|
6
6
|
function loadLogPublications(subscriptionManager) {
|
|
7
7
|
subscriptionManager.publications({
|
|
8
8
|
logsWithType: {
|