Skip to content

Commit 987547b

Browse files
committed
add @types/dom-chromium-ai
1 parent 4e0f630 commit 987547b

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,16 @@
5656
"type": "git",
5757
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
5858
},
59-
"workspaces": [
60-
"packages/*",
61-
"integration/*",
62-
"repo-scripts/*"
63-
],
59+
"workspaces": {
60+
"packages": [
61+
"packages/*",
62+
"integration/*",
63+
"repo-scripts/*"
64+
],
65+
"nohoist": [
66+
"**/vertexai/@types/dom-chromium-ai"
67+
]
68+
},
6469
"devDependencies": {
6570
"@babel/core": "7.26.8",
6671
"@babel/plugin-transform-modules-commonjs": "7.26.3",

packages/vertexai/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"@firebase/component": "0.6.13",
5353
"@firebase/logger": "0.4.4",
5454
"@firebase/util": "1.11.0",
55+
"@types/dom-chromium-ai": "0.0.6",
5556
"tslib": "^2.1.0"
5657
},
5758
"license": "Apache-2.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2949,6 +2949,11 @@
29492949
resolved "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz#334311971d3a07121e7eb91b684a605e7eea9cbd"
29502950
integrity sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==
29512951

2952+
2953+
version "0.0.6"
2954+
resolved "https://registry.npmjs.org/@types/dom-chromium-ai/-/dom-chromium-ai-0.0.6.tgz#0c9e5712d8db3d26586cd9f175001b509cd2e514"
2955+
integrity sha512-/jUGe9a3BLzsjjg18Olk/Ul64PZ0P4aw8uNxrXeXVTni5PSxyCfyhHb4UohsXNVByOnwYGzlqUcb3vYKVsG4mg==
2956+
29522957
"@types/eslint-scope@^3.7.7":
29532958
version "3.7.7"
29542959
resolved "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"

0 commit comments

Comments
 (0)