@taleshape/shaper 0.18.3 → 0.18.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/bin/SHA256SUMS CHANGED
@@ -1,4 +1,4 @@
1
- 19d5b3b49f6e1584ceddc4a1aeeb75c755708b347c1fd87a51b527c592e34f0c shaper-darwin-amd64
2
- 825087718772827d0ae0d14ba4f3c937550c550093f84018bb05c93041044daf shaper-linux-amd64
3
- e4c811fc1a5e530bc0147bc7c59658b83865f59087bcf02fa1a5e73e343fdafc shaper-darwin-arm64
4
- fcaadecfee3be930df43ff3c33ad07252e612597a5a468caef63acd75f624dab shaper-linux-arm64
1
+ 2c9af435af56c388d953a6d23d7777fdb8586a7979c2b75f8bebec5e0ddde714 shaper-darwin-amd64
2
+ 62b1bf51b481a2547cd99da362b442fee64f0a8f521e8ecb29d407f788a88648 shaper-darwin-arm64
3
+ a9e4061216a9d3976402d85fbc7049e45e97b742dee788fadd710dc9b0abe8f3 shaper-linux-amd64
4
+ e2221bcae80fa6b7bfae3228e7c2b0afde5b41b411b42cd62acb001d2473e266 shaper-linux-arm64
package/install.js CHANGED
@@ -44,7 +44,7 @@ async function downloadFile(url, dest) {
44
44
  method: 'GET',
45
45
  url: url,
46
46
  responseType: 'stream',
47
- maxContentLength: 100 * 1024 * 1024, // 100MB max
47
+ maxContentLength: 200 * 1024 * 1024, // 200MB max
48
48
  validateStatus: status => status === 200
49
49
  });
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taleshape/shaper",
3
- "version": "0.18.3",
3
+ "version": "0.18.5",
4
4
  "description": "Minimal Embedded Analytics and Data Platform",
5
5
  "main": "index.js",
6
6
  "bin": {