Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
ca935c98d6
Update package version to 1.0.10 in package.json and change TypeScript module resolution from 'bundler' to 'node' in tsconfig.d.json for improved compatibility.
f007573ade
Update ESLint configuration, package.json, and README; improve formatting and versioning consistency. Adjust TypeScript configuration to disallow importing extensions and refine test scripts for better readability.
df686fbcda
Enhance ci-deploy script by adding functions for directory cleanup and package.json version updating, ensuring version consistency before deployment. Improve deployment messages for beta and GA releases.
3a58ab03d7
Implement TeamCity test reporting integration by adding new scripts and documentation. Update package.json to include a new test command for TeamCity. Introduce TeamcityReporter class for formatting service messages and enhance test setup for compatibility with TeamCity environment.
a050c02dc1
Refactor ci-deploy script to automatically retrieve package version from package.json, streamline beta flag handling, and remove obsolete functions for directory cleanup and version updating.