Skip to content

Commit

Permalink
[LIBWEB-1399] Add support for filtering within arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
zikaari committed May 31, 2023
1 parent 40745ff commit de4e410
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-carrots-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@segment/analytics-next': minor
---

Device mode destination filters will now filter properties within arrays, just like they do in cloud mode
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@segment/analytics-core": "1.2.5",
"@segment/analytics.js-video-plugins": "^0.2.1",
"@segment/facade": "^3.4.9",
"@segment/tsub": "1.0.1",
"@segment/tsub": "2.0.0",
"dset": "^3.1.2",
"js-cookie": "3.0.1",
"node-fetch": "^2.6.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1737,7 +1737,7 @@ __metadata:
"@segment/analytics.js-integration-amplitude": ^3.3.3
"@segment/analytics.js-video-plugins": ^0.2.1
"@segment/facade": ^3.4.9
"@segment/tsub": 1.0.1
"@segment/tsub": 2.0.0
"@size-limit/preset-big-lib": ^7.0.8
"@types/flat": ^5.0.1
"@types/fs-extra": ^9.0.2
Expand Down Expand Up @@ -1914,17 +1914,17 @@ __metadata:
languageName: node
linkType: hard

"@segment/tsub@npm:1.0.1":
version: 1.0.1
resolution: "@segment/tsub@npm:1.0.1"
"@segment/tsub@npm:2.0.0":
version: 2.0.0
resolution: "@segment/tsub@npm:2.0.0"
dependencies:
"@stdlib/math-base-special-ldexp": ^0.0.5
dlv: ^1.1.3
dset: ^3.1.1
tiny-hashes: ^1.0.1
bin:
tsub: dist/index.js
checksum: a5a1cedcc98dc19e09a3cb806906a457ef956a592079a14c8f88041b95fc32c876bc7df04d8c6d34b905fef128fd6dfec7222cf7fbd3302e1a4a47dcd4b8fa1a
checksum: 28e27be4bb7d70ef9e74723b206ab0e6cc4764180c8f8e66266efc88bee6843042d4a969685603dd3ee9d3a5dfac987e7f3b76c0543a869d446d5e16cd960315
languageName: node
linkType: hard

Expand Down

0 comments on commit de4e410

Please sign in to comment.