@transitive-sdk/utils-web 0.14.3 → 0.14.4

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
@@ -807,7 +807,7 @@ var require_MqttSync = __commonJS({
807
807
  } else if (this.isSubscribed(topic)) {
808
808
  const json = mqttParsePayload(payload);
809
809
  log2.debug("applying received update", topic);
810
- const changes = this.data.update(topic, json);
810
+ const changes = this.data.update(topic, json, { external: true });
811
811
  onChange && Object.keys(changes).length > 0 && onChange(changes);
812
812
  }
813
813
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transitive-sdk/utils-web",
3
- "version": "0.14.3",
3
+ "version": "0.14.4",
4
4
  "description": "Web utils for the Transitive framework",
5
5
  "homepage": "https://transitiverobotics.com",
6
6
  "repository": {