File tree Expand file tree Collapse file tree 4 files changed +6
-24
lines changed Expand file tree Collapse file tree 4 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 30
30
"publish-prerelease" : " sh scripts/prerelease.sh"
31
31
},
32
32
"dependencies" : {
33
+ "@lukeed/uuid" : " ^2.0.0" ,
33
34
"@segment/analytics-core" : " 1.2.3" ,
34
35
"buffer" : " ^6.0.3" ,
35
36
"node-fetch" : " ^2.6.7" ,
36
- "tslib" : " ^2.4.1" ,
37
- "uuid" : " ^9.0.0"
37
+ "tslib" : " ^2.4.1"
38
38
},
39
39
"devDependencies" : {
40
40
"@internal/config" : " 0.0.0" ,
41
- "@types/node" : " ^16" ,
42
- "@types/uuid" : " ^9"
41
+ "@types/node" : " ^16"
43
42
},
44
43
"packageManager" :
" [email protected] "
45
44
}
Original file line number Diff line number Diff line change 1
- export { v4 as uuid } from 'uuid'
1
+ export { v4 as uuid } from '@lukeed/ uuid'
Original file line number Diff line number Diff line change 1
- import { v4 as uuid } from '@lukeed /uuid'
1
+ import { uuid } from '../../lib /uuid'
2
2
import type { Context } from '../../app/context'
3
3
import { SegmentEvent } from '../../app/types'
4
4
Original file line number Diff line number Diff line change @@ -1789,13 +1789,12 @@ __metadata:
1789
1789
resolution : " @segment/analytics-node@workspace:packages/node"
1790
1790
dependencies :
1791
1791
" @internal/config " : 0.0.0
1792
+ " @lukeed/uuid " : ^2.0.0
1792
1793
" @segment/analytics-core " : 1.2.3
1793
1794
" @types/node " : ^16
1794
- " @types/uuid " : ^9
1795
1795
buffer : ^6.0.3
1796
1796
node-fetch : ^2.6.7
1797
1797
tslib : ^2.4.1
1798
- uuid : ^9.0.0
1799
1798
languageName : unknown
1800
1799
linkType : soft
1801
1800
@@ -3611,13 +3610,6 @@ __metadata:
3611
3610
languageName : node
3612
3611
linkType : hard
3613
3612
3614
- " @types/uuid@npm:^9 " :
3615
- version : 9.0.1
3616
- resolution : " @types/uuid@npm:9.0.1"
3617
- checksum : c472b8a77cbeded4bc529220b8611afa39bd64677f507838f8083d8aac8033b1f88cb9ddaa2f8589e0dcd2317291d0f6e1379f82d5ceebd6f74f3b4825288e00
3618
- languageName : node
3619
- linkType : hard
3620
-
3621
3613
" @types/wait-on@npm:* " :
3622
3614
version : 4.0.0
3623
3615
resolution : " @types/wait-on@npm:4.0.0"
@@ -13711,15 +13703,6 @@ __metadata:
13711
13703
languageName : node
13712
13704
linkType : hard
13713
13705
13714
- " uuid@npm:^9.0.0 " :
13715
- version : 9.0.0
13716
- resolution : " uuid@npm:9.0.0"
13717
- bin :
13718
- uuid : dist/bin/uuid
13719
- checksum : 8dd2c83c43ddc7e1c71e36b60aea40030a6505139af6bee0f382ebcd1a56f6cd3028f7f06ffb07f8cf6ced320b76aea275284b224b002b289f89fe89c389b028
13720
- languageName : node
13721
- linkType : hard
13722
-
13723
13706
" v8-compile-cache-lib@npm:^3.0.1 " :
13724
13707
version : 3.0.1
13725
13708
resolution : " v8-compile-cache-lib@npm:3.0.1"
You can’t perform that action at this time.
0 commit comments