@bigbinary/neeto-image-uploader-frontend 1.2.9 → 1.2.11

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/index.cjs.js CHANGED
@@ -9705,7 +9705,7 @@ function _extends$1() {
9705
9705
 
9706
9706
  function cov_1ukp3guhfu() {
9707
9707
  var path = "/home/runner/work/neeto-image-uploader-nano/neeto-image-uploader-nano/app/javascript/src/apis/direct_uploads.js";
9708
- var hash = "a1b5ec2652e53383fc10218839a13c819f59cff1";
9708
+ var hash = "57b90bbb504cf66c39ee3e7a7d12710871fd3877";
9709
9709
  var global = new Function("return this")();
9710
9710
  var gcv = "__coverage__";
9711
9711
  var coverageData = {
@@ -9717,8 +9717,8 @@ function cov_1ukp3guhfu() {
9717
9717
  column: 15
9718
9718
  },
9719
9719
  end: {
9720
- line: 6,
9721
- column: 4
9720
+ line: 8,
9721
+ column: 3
9722
9722
  }
9723
9723
  },
9724
9724
  "1": {
@@ -9727,37 +9727,37 @@ function cov_1ukp3guhfu() {
9727
9727
  column: 2
9728
9728
  },
9729
9729
  end: {
9730
- line: 6,
9731
- column: 4
9730
+ line: 8,
9731
+ column: 3
9732
9732
  }
9733
9733
  },
9734
9734
  "2": {
9735
9735
  start: {
9736
- line: 8,
9736
+ line: 10,
9737
9737
  column: 15
9738
9738
  },
9739
9739
  end: {
9740
- line: 11,
9740
+ line: 13,
9741
9741
  column: 4
9742
9742
  }
9743
9743
  },
9744
9744
  "3": {
9745
9745
  start: {
9746
- line: 9,
9746
+ line: 11,
9747
9747
  column: 2
9748
9748
  },
9749
9749
  end: {
9750
- line: 11,
9750
+ line: 13,
9751
9751
  column: 4
9752
9752
  }
9753
9753
  },
9754
9754
  "4": {
9755
9755
  start: {
9756
- line: 12,
9756
+ line: 14,
9757
9757
  column: 25
9758
9758
  },
9759
9759
  end: {
9760
- line: 12,
9760
+ line: 14,
9761
9761
  column: 43
9762
9762
  }
9763
9763
  }
@@ -9781,8 +9781,8 @@ function cov_1ukp3guhfu() {
9781
9781
  column: 2
9782
9782
  },
9783
9783
  end: {
9784
- line: 6,
9785
- column: 4
9784
+ line: 8,
9785
+ column: 3
9786
9786
  }
9787
9787
  },
9788
9788
  line: 4
@@ -9791,25 +9791,25 @@ function cov_1ukp3guhfu() {
9791
9791
  name: "(anonymous_1)",
9792
9792
  decl: {
9793
9793
  start: {
9794
- line: 8,
9794
+ line: 10,
9795
9795
  column: 15
9796
9796
  },
9797
9797
  end: {
9798
- line: 8,
9798
+ line: 10,
9799
9799
  column: 16
9800
9800
  }
9801
9801
  },
9802
9802
  loc: {
9803
9803
  start: {
9804
- line: 9,
9804
+ line: 11,
9805
9805
  column: 2
9806
9806
  },
9807
9807
  end: {
9808
- line: 11,
9808
+ line: 13,
9809
9809
  column: 4
9810
9810
  }
9811
9811
  },
9812
- line: 9
9812
+ line: 11
9813
9813
  }
9814
9814
  },
9815
9815
  branchMap: {},
@@ -9826,7 +9826,7 @@ function cov_1ukp3guhfu() {
9826
9826
  },
9827
9827
  b: {},
9828
9828
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
9829
- hash: "a1b5ec2652e53383fc10218839a13c819f59cff1"
9829
+ hash: "57b90bbb504cf66c39ee3e7a7d12710871fd3877"
9830
9830
  };
9831
9831
  var coverage = global[gcv] || (global[gcv] = {});
9832
9832
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -9846,8 +9846,10 @@ cov_1ukp3guhfu().s[0]++;
9846
9846
  var create = function create(payload) {
9847
9847
  cov_1ukp3guhfu().f[0]++;
9848
9848
  cov_1ukp3guhfu().s[1]++;
9849
- return axios__default["default"].post("api/direct_uploads", {
9849
+ return axios__default["default"].post("neeto_image_uploader_engine/api/direct_uploads", {
9850
9850
  blob: payload
9851
+ }, {
9852
+ transformRequestCase: false
9851
9853
  });
9852
9854
  };
9853
9855
  cov_1ukp3guhfu().s[2]++;