Skip to content

Commit 10b16b0

Browse files
authored
🤖 Merge PR DefinitelyTyped#74113 [dom-chromium-ai] Improve package description for npm by @tomayac
1 parent 95d7e18 commit 10b16b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎types/dom-chromium-ai/package.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
"name": "@types/dom-chromium-ai",
44
"version": "0.0.9999",
55
"nonNpm": true,
6-
"nonNpmDescription": "dom-chromium-ai",
6+
"nonNpmDescription": "dom-chromium-ai. This includes types for the [Prompt API](https://github.com/webmachinelearning/prompt-api) (`LanguageModel`), [Writing Assistance APIs](https://github.com/webmachinelearning/writing-assistance-apis/) (`Writer`, `Rewriter`, `Summarizer`), [Translation API](https://github.com/webmachinelearning/translation-api/) (`LanguageDetector`, `Translator`), and [Proofreader API](https://github.com/webmachinelearning/proofreader-api) (`Proofreader`).",
77
"projects": [
88
"https://github.com/webmachinelearning/prompt-api",
99
"https://github.com/webmachinelearning/writing-assistance-apis/",
10-
"https://github.com/webmachinelearning/translation-api/"
10+
"https://github.com/webmachinelearning/translation-api/",
11+
"https://github.com/webmachinelearning/proofreader-api"
1112
],
1213
"minimumTypeScriptVersion": "5.5",
1314
"devDependencies": {

0 commit comments

Comments
 (0)