@iankibetsh/shframework 0.0.3 → 0.0.5

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
@@ -3392,8 +3392,4 @@ const plugin = {
3392
3392
  }
3393
3393
  };
3394
3394
 
3395
- var index = {
3396
- plugin
3397
- };
3398
-
3399
- module.exports = index;
3395
+ module.exports = plugin;
package/dist/library.mjs CHANGED
@@ -3383,8 +3383,4 @@ const plugin = {
3383
3383
  }
3384
3384
  };
3385
3385
 
3386
- var index = {
3387
- plugin
3388
- };
3389
-
3390
- export { index as default };
3386
+ export { plugin as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",