fix: use 'tpmjs' keyword instead of deprecated 'tpmjs-tool'

- Add 'research' to valid TPMJS_CATEGORIES
- Update all tutorial slides to reference 'tpmjs' keyword
- Deprecate 'tpmjs-tool' keyword for package discovery
This commit is contained in:
Ajax Davis 2025-12-31 20:28:37 +10:00
parent be5421063a
commit 2e6cc4642a
5 changed files with 8 additions and 7 deletions

View file

@ -16,6 +16,7 @@ export const TPMJS_CATEGORIES = [
'ai-ml',
'security',
'monitoring',
'research',
] as const;
export type TpmjsCategory = (typeof TPMJS_CATEGORIES)[number];