Skip to content

Commit fa54ec5

Browse files
tvanlaerhovendevin-ai-integration[bot]tom.vanlaerhoven
authored
Bump @adobe/alloy (#423)
* Bump alloy version * Add changeset * Retrigger CI Co-Authored-By: tom.vanlaerhoven <tom.vanlaerhoven@dolby.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: tom.vanlaerhoven <tom.vanlaerhoven@dolby.com>
1 parent 1bfb069 commit fa54ec5

4 files changed

Lines changed: 485 additions & 401 deletions

File tree

.changeset/perky-snails-repair.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@theoplayer/react-native-analytics-adobe-edge': patch
3+
---
4+
5+
Bumped @adobe/alloy dependency to v2.34.1.

adobe-edge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
]
8686
},
8787
"dependencies": {
88-
"@adobe/alloy": "^2.30.0",
88+
"@adobe/alloy": "^2.34.1",
8989
"openapi-fetch": "^0.9.8"
9090
},
9191
"devDependencies": {

adobe-edge/tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"compilerOptions": {
44
"baseUrl": "./",
55
"paths": {
6-
"@theoplayer/react-native-analytics-adobe-edge": [
7-
"./src/index"
8-
]
6+
"@theoplayer/react-native-analytics-adobe-edge": ["./src/index"],
7+
"@adobe/alloy": ["../node_modules/@adobe/alloy/dist/types/browser/src/index.d.ts"]
98
}
109
}
1110
}

0 commit comments

Comments
 (0)