webfast 0.1.56 → 0.1.57

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.
@@ -347,6 +347,9 @@ module.exports = async function (program) {
347
347
  }
348
348
  console.log(`Preparing for sending`);
349
349
  sendData.images = allImages;
350
+
351
+ // TODO ADD OTHER DATA
352
+
350
353
  ws.send(JSON.stringify({ type: 'user', clientId: clientId, data : sendData }));
351
354
 
352
355
  }});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webfast",
3
- "version": "0.1.56",
3
+ "version": "0.1.57",
4
4
  "description": "WebFast! Bot Application, including TON mini-apps for makign it easy and fast to build ini-apps",
5
5
  "main": "index.js",
6
6
  "repository": {