Skip to content

Commit

Permalink
[Fix] Export UniversalStorage from @segment/analytics-next (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky authored Sep 14, 2023
1 parent 0a8c30a commit fcf42f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-elephants-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@segment/analytics-next': patch
---

Fix regression where we no longer export UniversalStorage (used in destinations)
1 change: 1 addition & 0 deletions packages/browser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export * from './core/user'
export type { AnalyticsSnippet } from './browser/standalone-interface'
export type { MiddlewareFunction } from './plugins/middleware'
export { getGlobalAnalytics } from './lib/global-analytics-helper'
export { UniversalStorage, Store, StorageObject } from './core/storage'

0 comments on commit fcf42f6

Please sign in to comment.