Switch to common-config, update deps, and harden OAuth example logging
This release consolidates build/ESLint tooling on @fjell/common-config, updates key dependencies, addresses a code scanning alert related to clear‑text logging in examples, and trims the CI workflow.
Tooling and Configuration
- Switch build and ESLint to @fjell/common-config
- TypeScript: add "node" to compilerOptions.types in tsconfig.json (4c21410)
Dependencies
- Bump dependencies/devDependencies (4c21410)
- Includes @fjell/core, @fjell/logging, @eslint/js, eslint, esbuild, vitest
Security Updates
- Mitigate clear-text logging of sensitive information in authentication examples (#66) (c7b20f1)
- Remove unused oauthResponse assignment in OAuth example files to reduce accidental logging surface (4c21410)
CI/Workflow
- Remove "Build documentation" step from .github/workflows/test.yml to streamline tests (4c21410)
Published as 4.4.45 (5228e5c).