webfast 0.1.71 → 0.1.72

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- module.exports = function (array) {
1
+ module.exports = async function (array) {
2
2
  const { readdirSync } = require("fs");
3
3
 
4
4
  console.log(`WebFast!! Program`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webfast",
3
- "version": "0.1.71",
3
+ "version": "0.1.72",
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": {