File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
AnalyticsReactNativeExample/ios
packages/core/src/plugins Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -760,4 +760,4 @@ SPEC CHECKSUMS:
760760
761761PODFILE CHECKSUM: 329f06ebb76294acf15c298d0af45530e2797740
762762
763- COCOAPODS: 1.12.1
763+ COCOAPODS: 1.14.3
Original file line number Diff line number Diff line change @@ -760,4 +760,4 @@ SPEC CHECKSUMS:
760760
761761PODFILE CHECKSUM: 9d352ca8db1e31a063d2585ed47fdadabf87fe90
762762
763- COCOAPODS: 1.12.1
763+ COCOAPODS: 1.14.3
Original file line number Diff line number Diff line change 1- import {
2- Plugin ,
3- type SegmentClient ,
4- type DestinationPlugin ,
1+ import { Plugin } from '../plugin' ;
2+ import { PluginType } from '../types' ;
3+ import type {
54 IntegrationSettings ,
6- PluginType ,
75 SegmentAPIIntegration ,
86 SegmentEvent ,
97 TrackEventType ,
10- } from '..' ;
8+ } from '../types' ;
9+ import type { DestinationPlugin } from '../plugin' ;
10+ import type { SegmentClient } from '../analytics' ;
1111
1212import { SEGMENT_DESTINATION_KEY } from './SegmentDestination' ;
1313
You can’t perform that action at this time.
0 commit comments