Skip to content

Commit 058b7b2

Browse files
feat: [export ObfuscatedFlag] (FF-2456) (#94)
* feat: [export ObfuscatedFlag] (FF-2456) * 3.3.2
1 parent 48b9d65 commit 058b7b2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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-common",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)",
55
"main": "dist/index.js",
66
"files": [
@@ -73,4 +73,4 @@
7373
"pino": "^8.19.0",
7474
"semver": "^7.5.4"
7575
}
76-
}
76+
}

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { MemoryStore, MemoryOnlyConfigurationStore } from './configuration-store
2424
import * as constants from './constants';
2525
import FlagConfigRequestor from './flag-configuration-requestor';
2626
import HttpClient from './http-client';
27-
import { Flag, VariationType } from './interfaces';
27+
import { Flag, ObfuscatedFlag, VariationType } from './interfaces';
2828
import { AttributeType, SubjectAttributes } from './types';
2929
import * as validation from './validation';
3030

@@ -63,6 +63,7 @@ export {
6363
// Interfaces
6464
FlagConfigurationRequestParameters,
6565
Flag,
66+
ObfuscatedFlag,
6667
VariationType,
6768
AttributeType,
6869
SubjectAttributes,

0 commit comments

Comments
 (0)