@miso.ai/server-wordpress 0.6.3-beta.18 → 0.6.3-beta.19

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 CHANGED
@@ -17,9 +17,9 @@
17
17
  "simonpai <simon.pai@askmiso.com>"
18
18
  ],
19
19
  "dependencies": {
20
- "@miso.ai/server-commons": "0.6.3-beta.18",
20
+ "@miso.ai/server-commons": "0.6.3-beta.19",
21
21
  "axios": "^1.6.2",
22
22
  "axios-retry": "^3.3.1"
23
23
  },
24
- "version": "0.6.3-beta.18"
24
+ "version": "0.6.3-beta.19"
25
25
  }
@@ -22,7 +22,7 @@ export default class EntityPresenceStream extends Transform {
22
22
  this._done = false;
23
23
  }
24
24
 
25
- async _transform(id, _, next) {
25
+ _transform(id, _, next) {
26
26
  id = `${id}`; // buffer -> string
27
27
  if (id) {
28
28
  this._inputs.push(id);
package/src/version.js CHANGED
@@ -1 +1 @@
1
- export default '0.6.3-beta.18';
1
+ export default '0.6.3-beta.19';