@transitive-sdk/utils-web 0.14.4 → 0.14.5

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/dist/utils-web.js CHANGED
@@ -788,7 +788,7 @@ var require_MqttSync = __commonJS({
788
788
  } else {
789
789
  this.receivedTopics.add(topic);
790
790
  let path = topicToPath2(topic);
791
- log2.debug("processing message", topic, path);
791
+ log2.debug("processing message", topic);
792
792
  if (sliceTopic) {
793
793
  path = path.slice(sliceTopic);
794
794
  topic = pathToTopic2(path);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transitive-sdk/utils-web",
3
- "version": "0.14.4",
3
+ "version": "0.14.5",
4
4
  "description": "Web utils for the Transitive framework",
5
5
  "homepage": "https://transitiverobotics.com",
6
6
  "repository": {