@wireapp/api-client 27.56.0 → 27.56.1

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.
@@ -272,7 +272,7 @@ class CellsAPI {
272
272
  const result = await this.client.patchNode(uuid, {
273
273
  MetaUpdates: [
274
274
  {
275
- Operation: 'PUT',
275
+ Operation: tags.length > 0 ? 'PUT' : 'DELETE',
276
276
  UserMeta: { Namespace: USER_META_TAGS_NAMESPACE, JsonValue: JSON.stringify(tags.join(',')) },
277
277
  },
278
278
  ],
package/package.json CHANGED
@@ -70,6 +70,6 @@
70
70
  "watch": "webpack serve --config webpack.browser.js",
71
71
  "prepare": "yarn dist"
72
72
  },
73
- "version": "27.56.0",
74
- "gitHead": "dc0f5cc25fc91ee984b85382cd1572e65b6eb483"
73
+ "version": "27.56.1",
74
+ "gitHead": "481e57ec199f24774102f93ee3dd37afdaa1af85"
75
75
  }