webfast 0.1.74 → 0.1.75

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.
@@ -129,7 +129,7 @@ web.fast.connectWebSocket = function(socketURL,maxRetries = 40, retries = 0) {
129
129
  //alert(web.fast.tools.isMobile);
130
130
  function arraySend() {
131
131
  try {
132
- if (web.fast.user != undefined && web.fast.tools.inial != undefined || window.Telegram.WebApp.initData == `` && web.fast.tools.inial != undefined) {
132
+ if (web.fast.user != undefined && web.fast.inial == undefined || window.Telegram.WebApp.initData == `` && web.fast.inial == undefined) {
133
133
  let arraySend = [];
134
134
  jQuery(`[webfast-get]`).each(async function(){
135
135
  const type = jQuery(this).attr(`webfast-get`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webfast",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
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": {