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:
parent
be5421063a
commit
2e6cc4642a
5 changed files with 8 additions and 7 deletions
|
|
@ -16,6 +16,7 @@ export const TPMJS_CATEGORIES = [
|
|||
'ai-ml',
|
||||
'security',
|
||||
'monitoring',
|
||||
'research',
|
||||
] as const;
|
||||
|
||||
export type TpmjsCategory = (typeof TPMJS_CATEGORIES)[number];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue