jscrambler 8.10.2 → 8.10.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # jscrambler
2
2
 
3
+ ## 8.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [fb77892]: Remove maxBodyLength flag from all axios requests
8
+
3
9
  ## 8.10.2
4
10
 
5
11
  ### Patch Changes
package/dist/client.js CHANGED
@@ -74,8 +74,7 @@ function JScramblerClient(options) {
74
74
  }
75
75
  }
76
76
  return data;
77
- }),
78
- maxBodyLength: 100 * 1000 * 1000 // 100 MB
77
+ })
79
78
  });
80
79
  }
81
80
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jscrambler",
3
3
  "description": "Jscrambler Code Integrity API client.",
4
- "version": "8.10.2",
4
+ "version": "8.10.3",
5
5
  "homepage": "https://github.com/jscrambler/jscrambler",
6
6
  "author": "Jscrambler <support@jscrambler.com>",
7
7
  "repository": {