Skip to content

Commit

Permalink
chore: bump commons to 4.8.3 (#153)
Browse files Browse the repository at this point in the history
* chore: bump commons to 4.8.3-alpha.5

* commons 4.8.3

Co-authored-by: Tyler Potter <tyler.potter@geteppo.com>

* your commit message

---------

Co-authored-by: Tyler Potter <tyler.potter@geteppo.com>
  • Loading branch information
leoromanovsky and typotter authored Jan 17, 2025
1 parent 34a1d8b commit 5a822ca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
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"
},
"packageManager": "yarn@1.22.22+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/js-client-sdk-common@4.8.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/js-client-sdk-common@4.8.3":
version "4.8.3"
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.8.3.tgz#62c5701fc6854dac3c337bd66499c5950c7efcf5"
integrity sha512-oA8NF2MjE3ue3TUwHCNLsF+/Xc661tJOH571yLLIKD155oYY5h9nwOurQ9Yx1YXsomCNw7OvuMJNaebN5GM2iA==
dependencies:
buffer "npm:@eppo/buffer@6.2.0"
js-base64 "^3.7.7"
Expand Down

0 comments on commit 5a822ca

Please sign in to comment.