Skip to content

Commit b2c9562

Browse files
feat(audience): re-export canTrack and canIdentify from SDK package
Consumer apps (e.g. Play) import from @imtbl/audience, not @imtbl/audience-core. Re-export the two consent capability functions so consumers can use them without adding a direct core dependency. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3476374 commit b2c9562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/audience/sdk/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export { Audience } from './sdk';
2-
export { IdentityType } from '@imtbl/audience-core';
2+
export { IdentityType, canTrack, canIdentify } from '@imtbl/audience-core';
33
export type { AudienceConfig } from './types';
44
export type { Environment, ConsentLevel, UserTraits } from '@imtbl/audience-core';

0 commit comments

Comments
 (0)