@taleshape/shaper 0.18.4 → 0.18.6

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
+ 2bbec84165642de64c7dbb5fcef8d9306b0f9e21280ca35643d9f4880e3da9fb shaper-linux-amd64
2
+ 62463919227a1b3aa7498c050525ed9ea77ed08f26b261624a53783dcb61a4d4 shaper-darwin-amd64
3
+ 6b033c9fd8c872848f80c52800b88cf382b11811f1ccb8b2f9c019629cffea36 shaper-linux-arm64
4
+ f0ba0cd85a0abbd27ce46f7645ff9777830314bd7afda33ac2a3007cdabc2e1b shaper-darwin-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.6",
4
4
  "description": "Minimal Embedded Analytics and Data Platform",
5
5
  "main": "index.js",
6
6
  "bin": {