Skip to content

Commit 4262f25

Browse files
authored
fix: missing type definition "chrome" (#212)
1 parent 6fc8683 commit 4262f25

File tree

4 files changed

+5
-38
lines changed

4 files changed

+5
-38
lines changed

docs/js-client-sdk.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -225,29 +225,5 @@ Configuration parameters for initializing the Eppo precomputed client.
225225
This interface is used for cases where precomputed assignments are available from an external process that can bootstrap the SDK client.
226226

227227

228-
</td></tr>
229-
</tbody></table>
230-
231-
## Variables
232-
233-
<table><thead><tr><th>
234-
235-
Variable
236-
237-
238-
</th><th>
239-
240-
Description
241-
242-
243-
</th></tr></thead>
244-
<tbody><tr><td>
245-
246-
[NO\_OP\_EVENT\_DISPATCHER](./js-client-sdk.no_op_event_dispatcher.md)
247-
248-
249-
</td><td>
250-
251-
252228
</td></tr>
253229
</tbody></table>

docs/js-client-sdk.no_op_event_dispatcher.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

js-client-sdk.api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,9 @@ export interface IPrecomputedClientConfigSync {
212212
throwOnFailedInitialization?: boolean;
213213
}
214214

215-
// @public (undocumented)
215+
// Warning: (ae-internal-missing-underscore) The name "NO_OP_EVENT_DISPATCHER" should be prefixed with an underscore because the declaration is marked as @internal
216+
//
217+
// @internal (undocumented)
216218
export const NO_OP_EVENT_DISPATCHER: EventDispatcher;
217219

218220
export { ObfuscatedFlag }

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eppo/js-client-sdk",
3-
"version": "3.15.0",
3+
"version": "3.15.1",
44
"description": "Eppo SDK for client-side JavaScript applications",
55
"main": "dist/index.js",
66
"files": [
@@ -34,7 +34,6 @@
3434
"devDependencies": {
3535
"@microsoft/api-documenter": "^7.26.3",
3636
"@microsoft/api-extractor": "^7.48.1",
37-
"@types/chrome": "^0.0.313",
3837
"@types/jest": "^29.5.11",
3938
"@types/spark-md5": "^3.0.5",
4039
"@typescript-eslint/eslint-plugin": "^5.13.0",
@@ -60,6 +59,7 @@
6059
"webpack-cli": "^6.0.1"
6160
},
6261
"dependencies": {
62+
"@types/chrome": "^0.0.313",
6363
"@eppo/js-client-sdk-common": "4.15.1"
6464
},
6565
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"

0 commit comments

Comments
 (0)