Skip to content

Commit 97f8eaa

Browse files
chore: Post release repo updates (#1564)
1 parent e6a05a3 commit 97f8eaa

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party_manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lastUpdated": "Mon Aug 25 2025 20:39:58 GMT+0000 (Coordinated Universal Time)",
2+
"lastUpdated": "Wed Sep 10 2025 21:56:46 GMT+0000 (Coordinated Universal Time)",
33
"projectName": "New Relic Browser Agent",
44
"projectUrl": "https://github.com/newrelic/newrelic-browser-agent",
55
"includeOptDeps": true,
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"chrome": 139,
3-
"edge": 139,
4-
"firefox": 141,
2+
"chrome": 140,
3+
"edge": 140,
4+
"firefox": 142,
55
"safari": 19,
66
"safari_min": 17
77
}

tools/browsers-lists/lt-mobile-supported.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ios": [
33
{
44
"device_name": "iPhone 16",
5-
"version": "18.1",
5+
"version": "18.5",
66
"platformName": "ios",
77
"browserName": "Safari"
88
},
@@ -15,7 +15,7 @@
1515
],
1616
"android": [
1717
{
18-
"device_name": "Pixel 7",
18+
"device_name": "Pixel 10",
1919
"version": "16",
2020
"platformName": "android",
2121
"browserName": "Chrome"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default { androidID: 'lt://APP1016032111756154396684887', iosID: 'lt://APP10160572041756154395866156' }
1+
export default { androidID: 'lt://APP10160481301757541404306153', iosID: 'lt://APP10160481301757541403712899' }

tools/test-builds/browser-agent-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.296.0.tgz"
12+
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.297.0.tgz"
1313
}
1414
}

tools/test-builds/library-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"dependencies": {
1212
"@apollo/client": "^3.8.8",
13-
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.296.0.tgz",
13+
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.297.0.tgz",
1414
"graphql": "^16.8.1",
1515
"reconnecting-websocket": "^4.4.0",
1616
"robust-websocket": "^1.0.0"

tools/test-builds/raw-src-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.296.0.tgz"
12+
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.297.0.tgz"
1313
}
1414
}

tools/test-builds/vite-react-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.296.0.tgz",
7+
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.297.0.tgz",
88
"react": "18.2.0",
99
"react-dom": "18.2.0"
1010
},

0 commit comments

Comments
 (0)