Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/js-client-sdk.loglevel.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Valid log levels for the Eppo SDK logger.
**Signature:**

```typescript
export declare type LogLevel = 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'silent';
export type LogLevel = 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'silent';
```
2 changes: 0 additions & 2 deletions js-client-sdk.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

```ts

/// <reference types="chrome" />

import { AsyncMap } from '@eppo/js-client-sdk-common';
import { Attributes } from '@eppo/js-client-sdk-common';
import { AttributeType } from '@eppo/js-client-sdk-common';
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eppo/js-client-sdk",
"version": "3.18.0",
"version": "3.18.1",
"description": "Eppo SDK for client-side JavaScript applications",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@microsoft/api-documenter": "^7.28.2",
"@microsoft/api-extractor": "^7.48.1",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.14",
"@types/spark-md5": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
Expand All @@ -59,10 +59,11 @@
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@eppo/js-client-sdk-common": "4.15.3",
"@eppo/js-client-sdk-common": "4.15.5",
"@types/chrome": "^0.0.313",
"lz-string": "^1.5.0"
},
"//jest": "jest 30+ drops Node 23 support; pinned to ^29.x until we drop Node 23 from CI",
"resolutions": {
"//": "CVE-2025-7783: form-data package has a vulnerability that can be exploited to execute arbitrary code; GHSA-mh29-5h37-fv8m: js-yaml security vulnerability",
"form-data": "^4.0.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,10 @@
dependencies:
tslib "^2.4.0"

"@eppo/js-client-sdk-common@4.15.3":
version "4.15.3"
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.15.3.tgz#70fa31a240b5b482d3f0d654b16ec946525c26d2"
integrity sha512-boO/HetQAN5Qi+MAEzCetNteb+h5J4iC4qUcijaqlxLtWx2hUpAcAgRgUEQ4OpRtXSg3HjIgZWJzmhMj+zyYgg==
"@eppo/js-client-sdk-common@4.15.5":
version "4.15.5"
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.15.5.tgz#6ca7bb4d27bc2ae63ab4a97e25b15ff61be2777c"
integrity sha512-pRQG3fWiyOTAfjAvQ818aRMJryaDQXUNfcXzTy4czKFFBzPRTSUhaCDS1wGFU0zBLg2ZjMLBDt71km6q/wnztg==
dependencies:
buffer "npm:@eppo/buffer@6.2.0"
js-base64 "^3.7.7"
Expand Down Expand Up @@ -1062,7 +1062,7 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@^29.5.11":
"@types/jest@^29.5.14":
version "29.5.14"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5"
integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==
Expand Down
Loading