Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump commons to 4.8.3-alpha.5 #153

Merged
merged 4 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from 2 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
7 changes: 7 additions & 0 deletions js-client-sdk.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { AsyncMap } from '@eppo/js-client-sdk-common';
import { AttributeType } from '@eppo/js-client-sdk-common';
import { BanditActions } from '@eppo/js-client-sdk-common';
import { BanditSubjectAttributes } from '@eppo/js-client-sdk-common';
import { ContextAttributes } from '@eppo/js-client-sdk-common';
import { EppoClient } from '@eppo/js-client-sdk-common';
import { EppoPrecomputedClient } from '@eppo/js-client-sdk-common';
import { Flag } from '@eppo/js-client-sdk-common';
Expand All @@ -22,6 +23,10 @@ import { IBanditLogger } from '@eppo/js-client-sdk-common';
import { IContainerExperiment } from '@eppo/js-client-sdk-common';
import { ObfuscatedFlag } from '@eppo/js-client-sdk-common';

export { BanditActions }

export { BanditSubjectAttributes }

// @public
export function buildStorageKeySuffix(apiKey: string): string;

Expand All @@ -41,6 +46,8 @@ export class ChromeStorageEngine implements IStringStorageEngine {
setMetaJsonString: (metaJsonString: string) => Promise<void>;
}

export { ContextAttributes }

// @public
export class EppoJSClient extends EppoClient {
// (undocumented)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eppo/js-client-sdk",
"version": "3.9.4-alpha.5",
"version": "3.9.4",
"description": "Eppo SDK for client-side JavaScript applications",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -60,7 +60,7 @@
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@eppo/js-client-sdk-common": "4.8.2"
"@eppo/js-client-sdk-common": "4.8.3-alpha.5"
leoromanovsky marked this conversation as resolved.
Show resolved Hide resolved
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,10 @@
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz#f13c7c205915eb91ae54c557f5e92bddd8be0e83"
integrity sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==

"@eppo/[email protected].2":
version "4.8.2"
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.8.2.tgz#f6f6c20adb3f55f9d2074c5710c6908b20414860"
integrity sha512-MlnnkGdAYAGHV9ECkhZyg094Dcfq1FOkTBGYEKMDp3nrOn33lm2Q2rF2LuogepZy3Y1kqWw9umBhcytWAIcUnQ==
"@eppo/[email protected].3-alpha.5":
version "4.8.3-alpha.5"
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.8.3-alpha.5.tgz#3654bfabf8b61d64a79e86a549143e743f8c7d2b"
integrity sha512-ZRsRdiIB7kfT+OafORXsuONdA6hAM59FnRy7QpTLq1SXlc/aQ5zD/wVp452iW8tEE/ciJP7FJ7Qt4wd8wE8kdw==
dependencies:
buffer "npm:@eppo/[email protected]"
js-base64 "^3.7.7"
Expand Down
Loading