@snack-kit/lib 0.4.0 → 0.5.0

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.
@@ -11625,7 +11625,7 @@ var SnackKit = (function (exports, crypto2, url, http, https, http2, util2, zlib
11625
11625
  });
11626
11626
 
11627
11627
  // package.json
11628
- var version = "0.4.0";
11628
+ var version = "0.5.0";
11629
11629
 
11630
11630
  // node_modules/axios/lib/helpers/bind.js
11631
11631
  function bind(fn, thisArg) {
@@ -16757,6 +16757,7 @@ var SnackKit = (function (exports, crypto2, url, http, https, http2, util2, zlib
16757
16757
  exports.Unique = Unique;
16758
16758
  exports.UniqueByKey = UniqueByKey;
16759
16759
  exports.VERSION = version;
16760
+ exports.axios = axios_default;
16760
16761
 
16761
16762
  return exports;
16762
16763