File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @segment/analytics-next ' : minor
3+ ' @segment/analytics-signals ' : patch
4+ ---
5+
6+ Fix argument resolver bug where the following would not set the correct options:
7+ ``` ts
8+ analytics .page (
9+ null ,
10+ ' foo' ,
11+ { url: " https://foo.com" },
12+ { context: { __eventOrigin: { type: ' Signal' } } // would not be set correctly
13+ )
14+ ` ` `
Original file line number Diff line number Diff line change 4949 "tslib" : " ^2.4.1"
5050 },
5151 "peerDependencies" : {
52- "@segment/analytics-next" : " >1.72 .0"
52+ "@segment/analytics-next" : " >1.78 .0"
5353 },
5454 "peerDependenciesMeta" : {
5555 "@segment/analytics-next" : {
Original file line number Diff line number Diff line change @@ -6020,7 +6020,7 @@ __metadata:
60206020 node-fetch: ^2.6.7
60216021 tslib: ^2.4.1
60226022 peerDependencies:
6023- "@segment/analytics-next": ">1.72 .0"
6023+ "@segment/analytics-next": ">1.78 .0"
60246024 peerDependenciesMeta:
60256025 "@segment/analytics-next":
60266026 optional: true
You can’t perform that action at this time.
0 commit comments