Skip to content

Commit 2aa1d41

Browse files
fix: Update to version 3.1.0 (#14)
1 parent 24ecf5f commit 2aa1d41

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## [3.0.2] - 2025-05-14
3+
## [3.1.0] - 2025-05-27
44

55
### Enhancements
66

THIRD_PARTY_NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ code, the source code can be found at [https://github.com/newrelic/video-dash-js
4040

4141
### @newrelic/video-core
4242

43-
This product includes source derived from [@newrelic/video-core](https://github.com/newrelic/video-core-js) ([v3.0.1](https://github.com/newrelic/video-core-js/tree/v3.0.1)), distributed under the [MIT License](https://github.com/newrelic/video-core-js/blob/v3.0.1/LICENSE.txt):
43+
This product includes source derived from [@newrelic/video-core](https://github.com/newrelic/video-core-js) ([v3.1.0](https://github.com/newrelic/video-core-js/tree/v3.1.0)), distributed under the [MIT License](https://github.com/newrelic/video-core-js/blob/v3.1.0/LICENSE.txt):
4444

4545
```
4646
Apache License

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/video-dash",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "New relic tracker for dash player",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -22,7 +22,7 @@
2222
"author": "Malay Chandan",
2323
"license": "MIT",
2424
"dependencies": {
25-
"@newrelic/video-core": "^3.0.1"
25+
"@newrelic/video-core": "^3.1.0"
2626
},
2727
"devDependencies": {
2828
"@babel/cli": "^7.25.6",

third_party_manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"lastUpdated": "Fri May 23 2025 10:42:06 GMT+0530 (India Standard Time)",
2+
"lastUpdated": "Tue May 27 2025 14:09:18 GMT+0530 (India Standard Time)",
33
"projectName": "video-dash",
44
"projectUrl": "https://github.com/newrelic/video-dash-js",
55
"includeOptDeps": true,
66
"optionalDependencies": {},
77
"includeDev": true,
88
"dependencies": {
9-
"@newrelic/video-core@3.0.1": {
9+
"@newrelic/video-core@3.1.0": {
1010
"name": "@newrelic/video-core",
11-
"version": "3.0.1",
12-
"range": "^3.0.1",
11+
"version": "3.1.0",
12+
"range": "^3.1.0",
1313
"licenses": "MIT",
1414
"repoUrl": "https://github.com/newrelic/video-core-js",
15-
"versionedRepoUrl": "https://github.com/newrelic/video-core-js/tree/v3.0.1",
15+
"versionedRepoUrl": "https://github.com/newrelic/video-core-js/tree/v3.1.0",
1616
"licenseFile": "node_modules/@newrelic/video-core/LICENSE.txt",
17-
"licenseUrl": "https://github.com/newrelic/video-core-js/blob/v3.0.1/LICENSE.txt",
17+
"licenseUrl": "https://github.com/newrelic/video-core-js/blob/v3.1.0/LICENSE.txt",
1818
"licenseTextSource": "file",
1919
"publisher": "Jordi Aguilar"
2020
}

0 commit comments

Comments
 (0)