javascript-obfuscator 5.4.7 → 5.5.0
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/CHANGELOG.md +4 -0
- package/README.md +1 -0
- package/dist/index.browser.js +2 -2
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cli.js +1 -1
- package/dist/index.cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/typings/src/pro-api/ProApiClient.d.ts +1 -0
package/package.json
CHANGED
|
@@ -6,6 +6,7 @@ export declare class ProApiClient {
|
|
|
6
6
|
private static readonly uploadTokenUrl;
|
|
7
7
|
private static readonly defaultTimeout;
|
|
8
8
|
private static readonly blobUploadThreshold;
|
|
9
|
+
private static readonly followUpBodyHeadroom;
|
|
9
10
|
private readonly config;
|
|
10
11
|
constructor(config: IProApiConfig);
|
|
11
12
|
static hasProFeatures(options: TInputOptions): boolean;
|