Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/eight-onions-create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@theoplayer/react-native-analytics-adobe-edge': patch
---

Upgraded @adobe/alloy dependency to v2.35.0.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Alloy 2.35 runtime behaviour not verifiable in this checkout

AGENTS.md advises verifying third-party SDK behaviour against the pinned dependency in node_modules/@adobe/alloy/dist/alloy.js rather than from memory. node_modules is not installed in this checkout, so the only assurance that the connector's usage of createInstance and the media tracker API (adobe-edge/src/internal/web/AdobeEdgeHandler.ts) is unchanged in 2.35.0 comes from the mocked jest suite, which does not exercise the real SDK. Worth confirming the package-level checks (cd adobe-edge && npm test, npm run typescript) were run against the upgraded dependency, since CI runs neither.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

2 changes: 1 addition & 1 deletion adobe-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
]
},
"dependencies": {
"@adobe/alloy": "^2.34.1",
"@adobe/alloy": "^2.35.0",
"openapi-fetch": "^0.9.8"
},
"devDependencies": {
Expand Down
Loading
Loading