Skip to content

Commit 0a91019

Browse files
fix: Cherry-pick npm publish workflow changes for release 3.1.0 (#39)
* fix: cherry-pick from PR 33 * fix: cherry-pick from PR 33 * fix: cherry-pick from PR 36 * fix: Update to 3.1.0 * fix: Update third_party_manifest file
1 parent e003e9c commit 0a91019

File tree

8 files changed

+90
-87
lines changed

8 files changed

+90
-87
lines changed

.github/workflows/use-shared-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ on:
1111
jobs:
1212
build-and-publish:
1313
uses: newrelic/video-core-js/.github/workflows/npm-publish.yml@stable
14-
continue-on-error: true
1514
with:
1615
node-version: 'lts/*'
1716
s3-path: 'media-agents/browser/videojs'
18-
file-to-upload: 'dist/umd/videojs.min.js'
17+
file-to-upload: 'dist/umd/newrelic-video-videojs.min.js'
1918
secrets:
2019
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2120
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ $ yarn add @newrelic/video-videojs
4545

4646
## Instantiating the Videojs Tracker
4747

48+
49+
4850
```javascript
4951

5052
import VideojsTracker from "@newrelic/video-videojs";

THIRD_PARTY_NOTICES.md

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ code, the source code can be found at [https://github.com/newrelic/video-videojs
1414

1515
**[dependencies](#dependencies)**
1616

17-
* [@rajeev-kumar/video-core](#rajeev-kumarvideo-core)
17+
* [@newrelic/video-core](#newrelicvideo-core)
1818

1919
**[devDependencies](#devDependencies)**
2020

@@ -35,9 +35,9 @@ code, the source code can be found at [https://github.com/newrelic/video-videojs
3535

3636
## dependencies
3737

38-
### @rajeev-kumar/video-core
38+
### @newrelic/video-core
3939

40-
This product includes source derived from [@rajeev-kumar/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):
40+
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):
4141

4242
```
4343
Apache License
@@ -249,7 +249,7 @@ This product includes source derived from [@rajeev-kumar/video-core](https://git
249249

250250
### @babel/core
251251

252-
This product includes source derived from [@babel/core](https://github.com/babel/babel) ([v7.24.5](https://github.com/babel/babel/tree/v7.24.5)), distributed under the [MIT License](https://github.com/babel/babel/blob/v7.24.5/LICENSE):
252+
This product includes source derived from [@babel/core](https://github.com/babel/babel) ([v7.27.1](https://github.com/babel/babel/tree/v7.27.1)), distributed under the [MIT License](https://github.com/babel/babel/blob/v7.27.1/LICENSE):
253253

254254
```
255255
MIT License
@@ -279,7 +279,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
279279

280280
### @babel/plugin-transform-modules-commonjs
281281

282-
This product includes source derived from [@babel/plugin-transform-modules-commonjs](https://github.com/babel/babel) ([v7.24.1](https://github.com/babel/babel/tree/v7.24.1)), distributed under the [MIT License](https://github.com/babel/babel/blob/v7.24.1/LICENSE):
282+
This product includes source derived from [@babel/plugin-transform-modules-commonjs](https://github.com/babel/babel) ([v7.27.1](https://github.com/babel/babel/tree/v7.27.1)), distributed under the [MIT License](https://github.com/babel/babel/blob/v7.27.1/LICENSE):
283283

284284
```
285285
MIT License
@@ -309,7 +309,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
309309

310310
### @babel/preset-env
311311

312-
This product includes source derived from [@babel/preset-env](https://github.com/babel/babel) ([v7.24.5](https://github.com/babel/babel/tree/v7.24.5)), distributed under the [MIT License](https://github.com/babel/babel/blob/v7.24.5/LICENSE):
312+
This product includes source derived from [@babel/preset-env](https://github.com/babel/babel) ([v7.27.2](https://github.com/babel/babel/tree/v7.27.2)), distributed under the [MIT License](https://github.com/babel/babel/blob/v7.27.2/LICENSE):
313313

314314
```
315315
MIT License
@@ -547,7 +547,7 @@ This product includes source derived from [@newrelic/newrelic-oss-cli](https://g
547547

548548
### aws-sdk
549549

550-
This product includes source derived from [aws-sdk](https://github.com/aws/aws-sdk-js) ([v2.1621.0](https://github.com/aws/aws-sdk-js/tree/v2.1621.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js/blob/v2.1621.0/LICENSE.txt):
550+
This product includes source derived from [aws-sdk](https://github.com/aws/aws-sdk-js) ([v2.1692.0](https://github.com/aws/aws-sdk-js/tree/v2.1692.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js/blob/v2.1692.0/LICENSE.txt):
551551

552552
```
553553
@@ -757,7 +757,7 @@ This product includes source derived from [aws-sdk](https://github.com/aws/aws-s
757757

758758
### babel-loader
759759

760-
This product includes source derived from [babel-loader](https://github.com/babel/babel-loader) ([v9.1.3](https://github.com/babel/babel-loader/tree/v9.1.3)), distributed under the [MIT License](https://github.com/babel/babel-loader/blob/v9.1.3/LICENSE):
760+
This product includes source derived from [babel-loader](https://github.com/babel/babel-loader) ([v9.2.1](https://github.com/babel/babel-loader/tree/v9.2.1)), distributed under the [MIT License](https://github.com/babel/babel-loader/blob/v9.2.1/LICENSE):
761761

762762
```
763763
Copyright (c) 2014-2019 Luís Couto <hello@luiscouto.pt>
@@ -996,27 +996,29 @@ This product includes source derived from [videojs-ima](https://github.com/googl
996996

997997
### webpack-cli
998998

999-
This product includes source derived from [webpack-cli](https://github.com/webpack/webpack-cli) ([v4.9.2](https://github.com/webpack/webpack-cli/tree/v4.9.2)), distributed under the [MIT License](https://github.com/webpack/webpack-cli/blob/v4.9.2/README.md):
999+
This product includes source derived from [webpack-cli](https://github.com/webpack/webpack-cli) ([v4.10.0](https://github.com/webpack/webpack-cli/tree/v4.10.0)), distributed under the [MIT License](https://github.com/webpack/webpack-cli/blob/v4.10.0/LICENSE):
10001000

10011001
```
1002-
MIT License
1003-
1004-
Copyright (c) <year> <copyright holders>
1002+
Copyright JS Foundation and other contributors
10051003
1006-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
1007-
associated documentation files (the "Software"), to deal in the Software without restriction, including
1008-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1009-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
1010-
following conditions:
1004+
Permission is hereby granted, free of charge, to any person obtaining
1005+
a copy of this software and associated documentation files (the
1006+
'Software'), to deal in the Software without restriction, including
1007+
without limitation the rights to use, copy, modify, merge, publish,
1008+
distribute, sublicense, and/or sell copies of the Software, and to
1009+
permit persons to whom the Software is furnished to do so, subject to
1010+
the following conditions:
10111011
1012-
The above copyright notice and this permission notice shall be included in all copies or substantial
1013-
portions of the Software.
1012+
The above copyright notice and this permission notice shall be
1013+
included in all copies or substantial portions of the Software.
10141014
1015-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
1016-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
1017-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1018-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
1019-
USE OR OTHER DEALINGS IN THE SOFTWARE.
1015+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1016+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1017+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1018+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1019+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1020+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1021+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10201022
```
10211023

10221024
### webpack-obfuscator
@@ -1047,7 +1049,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10471049

10481050
### webpack
10491051

1050-
This product includes source derived from [webpack](https://github.com/webpack/webpack) ([v5.91.0](https://github.com/webpack/webpack/tree/v5.91.0)), distributed under the [MIT License](https://github.com/webpack/webpack/blob/v5.91.0/LICENSE):
1052+
This product includes source derived from [webpack](https://github.com/webpack/webpack) ([v5.99.9](https://github.com/webpack/webpack/tree/v5.99.9)), distributed under the [MIT License](https://github.com/webpack/webpack/blob/v5.99.9/LICENSE):
10511053

10521054
```
10531055
Copyright JS Foundation and other contributors

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/video-videojs",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "New relic tracker for Videojs",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -28,16 +28,16 @@
2828
"@babel/core": "^7.24.5",
2929
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
3030
"@babel/preset-env": "^7.24.5",
31-
"@newrelic/newrelic-oss-cli": "^0.1.2",
3231
"aws-sdk": "^2.920.0",
32+
"@newrelic/newrelic-oss-cli": "^0.1.2",
3333
"babel-loader": "^9.1.3",
3434
"videojs-ima": "2.1.0",
3535
"webpack": "^5.91.0",
3636
"webpack-cli": "^4.9.2",
3737
"webpack-obfuscator": "^3.5.1"
3838
},
3939
"dependencies": {
40-
"@newrelic/video-core": "^3.0.1"
40+
"@newrelic/video-core": "^3.1.0"
4141
},
4242
"files": [
4343
"THIRD_PARTY_NOTICES.md",

0 commit comments

Comments
 (0)