@superblocksteam/sdk 2.0.21-next.64 → 2.0.21-next.66

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/client.js CHANGED
@@ -17,7 +17,7 @@ const BASE_SERVER_PUBLIC_API_URL_V1 = "api/v1/public";
17
17
  const BASE_SERVER_PUBLIC_API_URL_v2 = "api/v2/public";
18
18
  const BASE_SERVER_API_URL_V2 = "api/v2";
19
19
  const BASE_SERVER_API_URL_V3 = "api/v3";
20
- const SUPERBLOCKS_MAX_FILE_SIZE_MB = 10;
20
+ const SUPERBLOCKS_MAX_FILE_SIZE_MB = 30;
21
21
  const CLI_VERSION_HEADER = "x-superblocks-cli-version";
22
22
  const SUPERBLOCKS_URL_HEADER = "x-superblocks-url";
23
23
  var ResourceType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/sdk",
3
- "version": "2.0.21-next.64",
3
+ "version": "2.0.21-next.66",
4
4
  "type": "module",
5
5
  "description": "Superblocks JS SDK",
6
6
  "homepage": "https://www.superblocks.com",
@@ -33,11 +33,11 @@
33
33
  "@opentelemetry/semantic-conventions": "^1.28.0",
34
34
  "@rollup/wasm-node": "^4.35.0",
35
35
  "@superblocksteam/bucketeer-sdk": "0.5.0",
36
- "@superblocksteam/library": "2.0.21-next.64",
37
- "@superblocksteam/library-shared": "2.0.21-next.64",
36
+ "@superblocksteam/library": "2.0.21-next.66",
37
+ "@superblocksteam/library-shared": "2.0.21-next.66",
38
38
  "@superblocksteam/shared": "0.9260.0",
39
- "@superblocksteam/util": "2.0.21-next.64",
40
- "@superblocksteam/vite-plugin-file-sync": "2.0.21-next.64",
39
+ "@superblocksteam/util": "2.0.21-next.66",
40
+ "@superblocksteam/vite-plugin-file-sync": "2.0.21-next.66",
41
41
  "@vitejs/plugin-react": "4.3.4",
42
42
  "axios": "^1.4.0",
43
43
  "chokidar": "^4.0.3",
package/src/client.ts CHANGED
@@ -51,7 +51,7 @@ const BASE_SERVER_PUBLIC_API_URL_v2 = "api/v2/public";
51
51
  const BASE_SERVER_API_URL_V2 = "api/v2";
52
52
  const BASE_SERVER_API_URL_V3 = "api/v3";
53
53
 
54
- const SUPERBLOCKS_MAX_FILE_SIZE_MB = 10;
54
+ const SUPERBLOCKS_MAX_FILE_SIZE_MB = 30;
55
55
 
56
56
  const CLI_VERSION_HEADER = "x-superblocks-cli-version";
57
57
  const SUPERBLOCKS_URL_HEADER = "x-superblocks-url";