Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Export BotResult along with BotKind (#122)
* Add a check for undefined to plugins length signal (#114) * Update README.md Make changes that align more with recent documentation updates * bump version to 1.3.1 * Bump json5 from 2.2.1 to 2.2.3 * bump version to 1.3.2 * Update window and document properties check (#118) * migrate configs to .ts * finish updates * lint * Update plugin length signal and bump version (#116) * Add a check for undefined to plugins length signal (#114) * bump version to 1.3.2 --------- Co-authored-by: xnerhu <[email protected]> * fix ts-loader parsing * add tests to PR workflow * Revert "add tests to PR workflow" This reverts commit 08647d6. * update broyster to 0.1.2 * pr comments * lint * ci: disable browserstack release test temporarily * restore release workflow * pr comments * add workflow * remove unused terser * remove terser completely * Bump webpack from 5.74.0 to 5.76.0 (#117) Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.74.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Replace document and window properties signals with new one * Rename signal --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: fpkamp <[email protected]> Co-authored-by: xnerhu <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * bump version to 1.4.0 * export types * bump version * fix ci * enable skipLibCheck * export BotDetectionResult and BotKind * use normal enum instread of const enum for BotKind * use enum instead of cost enum in all files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Rishat Valitov <[email protected]> Co-authored-by: fpkamp <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information