3.3.1

(fix): Fix bundle: true mode

3.3.0

(feat): Add support for PR mode for self-hosted/local sdk generation

3.2.1

(fix): Set compilerOptions.isolatedModules and compilerOptions.isolatedDeclarations to true in tsconfig.json, and update the TypeScript code to comply with this setting. Users that enable isolatedModules can now use the SDK without any TypeScript compilation errors. While isolatedModules is not turned on by default in TypeScript, more frameworks and tools enable it by default.

Warning: If you have custom code, this may cause compilation errors. Please refer to the TypeScript documentation to learn more about these settings: