@taleshape/shaper 0.18.4 → 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
- 30fb14a6541eb2636fea8d9ca64d76dcbfc5b31a1e2e84c38b02bda3e94a5ac2 shaper-darwin-arm64
2
- 5228d451d7285a6e322aecb11bed82ea12b9ec98897f20626828f453d78f4241 shaper-linux-arm64
3
- 6e02921ce9889be0e265ea9d00e5e1e3fc37da6b9f87223be3b422867f4aae93 shaper-linux-amd64
4
- b148f8d20300e424a991493781287a07984d67a4cedfc6de79a82dbe2682bb8c shaper-darwin-amd64
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.4",
3
+ "version": "0.18.5",
4
4
  "description": "Minimal Embedded Analytics and Data Platform",
5
5
  "main": "index.js",
6
6
  "bin": {