@iankibetsh/shframework 0.5.6 → 0.5.7

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/dist/library.js CHANGED
@@ -2162,10 +2162,6 @@ var script$6 = {
2162
2162
  } else {
2163
2163
  console.log(reason);
2164
2164
  }
2165
- const self = this;
2166
- setTimeout(() => {
2167
- self.hideError();
2168
- }, 4000);
2169
2165
  });
2170
2166
  return false
2171
2167
  },
package/dist/library.mjs CHANGED
@@ -2150,10 +2150,6 @@ var script$6 = {
2150
2150
  } else {
2151
2151
  console.log(reason);
2152
2152
  }
2153
- const self = this;
2154
- setTimeout(() => {
2155
- self.hideError();
2156
- }, 4000);
2157
2153
  });
2158
2154
  return false
2159
2155
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",