Skip to content

Commit 1f3bf40

Browse files
chore: Post release repo updates (#1329)
1 parent ce7402e commit 1f3bf40

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

THIRD_PARTY_NOTICES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ code, the source code can be found at [https://github.com/newrelic/newrelic-brow
8989

9090
### fflate
9191

92-
This product includes source derived from [fflate](https://github.com/101arrowz/fflate) ([v0.7.4](https://github.com/101arrowz/fflate/tree/v0.7.4)), distributed under the [MIT License](https://github.com/101arrowz/fflate/blob/v0.7.4/LICENSE):
92+
This product includes source derived from [fflate](https://github.com/101arrowz/fflate) ([v0.8.2](https://github.com/101arrowz/fflate/tree/v0.8.2)), distributed under the [MIT License](https://github.com/101arrowz/fflate/blob/v0.8.2/LICENSE):
9393

9494
```
9595
MIT License
9696
97-
Copyright (c) 2020 Arjun Barrett
97+
Copyright (c) 2023 Arjun Barrett
9898
9999
Permission is hereby granted, free of charge, to any person obtaining a copy
100100
of this software and associated documentation files (the "Software"), to deal
@@ -2197,7 +2197,7 @@ SOFTWARE.
21972197

21982198
### jsonpath-plus
21992199

2200-
This product includes source derived from [jsonpath-plus](https://github.com/s3u/JSONPath) ([v10.0.7](https://github.com/s3u/JSONPath/tree/v10.0.7)), distributed under the [MIT License](https://github.com/s3u/JSONPath/blob/v10.0.7/LICENSE):
2200+
This product includes source derived from [jsonpath-plus](https://github.com/s3u/JSONPath) ([v10.2.0](https://github.com/s3u/JSONPath/tree/v10.2.0)), distributed under the [MIT License](https://github.com/s3u/JSONPath/blob/v10.2.0/LICENSE):
22012201

22022202
```
22032203
MIT License

third_party_manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"lastUpdated": "Thu Jan 09 2025 23:21:10 GMT+0000 (Coordinated Universal Time)",
2+
"lastUpdated": "Tue Jan 14 2025 23:34:12 GMT+0000 (Coordinated Universal Time)",
33
"projectName": "New Relic Browser Agent",
44
"projectUrl": "https://github.com/newrelic/newrelic-browser-agent",
55
"includeOptDeps": true,
66
"optionalDependencies": {},
77
"includeDev": true,
88
"dependencies": {
9-
"fflate@0.7.4": {
9+
"fflate@0.8.2": {
1010
"name": "fflate",
11-
"version": "0.7.4",
12-
"range": "^0.7.4",
11+
"version": "0.8.2",
12+
"range": "0.8.2",
1313
"licenses": "MIT",
1414
"repoUrl": "https://github.com/101arrowz/fflate",
15-
"versionedRepoUrl": "https://github.com/101arrowz/fflate/tree/v0.7.4",
15+
"versionedRepoUrl": "https://github.com/101arrowz/fflate/tree/v0.8.2",
1616
"licenseFile": "node_modules/fflate/LICENSE",
17-
"licenseUrl": "https://github.com/101arrowz/fflate/blob/v0.7.4/LICENSE",
17+
"licenseUrl": "https://github.com/101arrowz/fflate/blob/v0.8.2/LICENSE",
1818
"licenseTextSource": "file",
1919
"publisher": "Arjun Barrett",
2020
"email": "arjunbarrett@gmail.com"
@@ -622,15 +622,15 @@
622622
"licenseUrl": "https://github.com/jestjs/jest/blob/v29.7.0/LICENSE",
623623
"licenseTextSource": "file"
624624
},
625-
"jsonpath-plus@10.0.7": {
625+
"jsonpath-plus@10.2.0": {
626626
"name": "jsonpath-plus",
627-
"version": "10.0.7",
627+
"version": "10.2.0",
628628
"range": "^10.0.7",
629629
"licenses": "MIT",
630630
"repoUrl": "https://github.com/s3u/JSONPath",
631-
"versionedRepoUrl": "https://github.com/s3u/JSONPath/tree/v10.0.7",
631+
"versionedRepoUrl": "https://github.com/s3u/JSONPath/tree/v10.2.0",
632632
"licenseFile": "node_modules/jsonpath-plus/LICENSE",
633-
"licenseUrl": "https://github.com/s3u/JSONPath/blob/v10.0.7/LICENSE",
633+
"licenseUrl": "https://github.com/s3u/JSONPath/blob/v10.2.0/LICENSE",
634634
"licenseTextSource": "file",
635635
"publisher": "Stefan Goessner"
636636
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default { androidID: 'lt://APP10160571441736464868221347', iosID: 'lt://APP10160571441736464867930768' }
1+
export default { androidID: 'lt://APP10160292501736897650241256', iosID: 'lt://APP10160292501736897649480113' }

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.278.2.tgz"
12+
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.278.3.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.278.2.tgz",
13+
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.278.3.tgz",
1414
"graphql": "^16.8.1"
1515
}
1616
}

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.278.2.tgz"
12+
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.278.3.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.278.2.tgz",
7+
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.278.3.tgz",
88
"react": "18.2.0",
99
"react-dom": "18.2.0"
1010
},

0 commit comments

Comments
 (0)