Skip to content

v4.4.13

Choose a tag to compare

@github-actions github-actions released this 10 Sep 17:35
85aad24
W-19307418 Implement agent parameters handling (#60)

* Implement agent parameters handling and PII detection in ApiBodyDocumentElement

* 4.4.13

* Remove unnecessary blank line in ApiBodyDocumentElement.js

* Update @api-components/amf-helper-mixin to version 4.5.33 in package.json and package-lock.json

* Update GitHub Actions workflow to use Node.js 18 and Ubuntu 22.04, remove Windows testing, and enhance Playwright setup.

* Update dependencies in package.json and package-lock.json, including downgrading @web/dev-server and @web/test-runner versions, upgrading eslint to version 8.0.0, and updating lint-staged to version 11.2.2. Add new dependencies and remove deprecated ones.

* Comment out the testRunnerHtml function in web-test-runner.config.mjs to disable custom HTML output for test runners.

* Refactor GitHub Actions workflow to improve testing setup by enabling Windows support, updating Node.js and checkout actions, and enhancing caching for npm dependencies.

* Update test commands in package.json to use npx for web-test-runner, ensuring consistent execution across environments.

* Restore the testRunnerHtml function in web-test-runner.config.mjs to enable custom HTML output for test runners.

* Refactor test commands in package.json to remove npx, streamlining execution of web-test-runner.

* Update test and start scripts in package.json to use npx for improved command execution consistency.