@chahakshah/terabox-api 2.6.2 → 2.6.3

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  // index.d.ts
2
2
 
3
- declare module "terabox-api" {
3
+ declare module "@chahakshah/terabox-api" {
4
4
  export interface FormUrlEncodedParams {
5
5
  [key: string]: string;
6
6
  }
@@ -415,7 +415,7 @@ declare module "terabox-api" {
415
415
 
416
416
  export default TeraBoxApp;
417
417
  }
418
- declare module "terabox-api/helper" {
418
+ declare module "@chahakshah/terabox-api/helper" {
419
419
  export function getChunkSize(fileSize: number, is_vip?: boolean): number;
420
420
  export function hashFile(
421
421
  filePath: string
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chahakshah/terabox-api",
3
3
  "name_ext": "TeraBox API",
4
- "version": "2.6.2",
4
+ "version": "2.6.3",
5
5
  "main": "api.js",
6
6
  "type": "module",
7
7
  "keywords": [