gant-core 0.1.21 → 0.1.23

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/lib/index.d.ts CHANGED
@@ -1765,6 +1765,8 @@ type MAIN_CONFIG_TYPE = {
1765
1765
  };
1766
1766
  fileConfig?: {
1767
1767
  uploadFileSize?: number;
1768
+ tusClient?: boolean;
1769
+ tusFileSize?: number;
1768
1770
  };
1769
1771
  };
1770
1772
  type SYSMGMT_CONFIG_TYPE = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gant-core",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "bin": {