@playkit-js/playkit-js-downloads 1.4.9 → 1.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ run-name: Canary
5
5
  on:
6
6
  push:
7
7
  branches:
8
- - test-canary-security-fix
8
+ - master
9
9
 
10
10
  jobs:
11
11
  test:
@@ -14,7 +14,7 @@ jobs:
14
14
 
15
15
  canary:
16
16
  if: ${{ github.actor != 'PlaykitJs-Bot' }}
17
- uses: kaltura/playkit-js-common/.github/workflows/canary_plugin.yaml@test-canary-security-fix
17
+ uses: kaltura/playkit-js-common/.github/workflows/canary_plugin.yaml@master
18
18
  secrets: inherit
19
19
  with:
20
20
  schema-type: "playerV3Versions"
@@ -7,7 +7,7 @@ on:
7
7
 
8
8
  jobs:
9
9
  prod:
10
- uses: kaltura/ovp-pipelines-pub/.github/workflows/player_cicd.yaml@test-canary-security-fix
10
+ uses: kaltura/ovp-pipelines-pub/.github/workflows/player_cicd.yaml@master
11
11
  secrets:
12
12
  PLAYER_CENTRAL_ACCOUNT_ID: ${{ secrets.PLAYER_CENTRAL_ACCOUNT_ID }}
13
13
  PLAYER_SERVICES_ACCOUNT_ID: ${{ secrets.PLAYER_SERVICES_ACCOUNT_ID }}
package/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ### 1.4.9 (2025-12-08)
5
+ ### 1.4.10 (2025-12-08)
6
6
 
7
7
  ### 1.4.7 (2025-11-27)
8
8
 
package/README.md CHANGED
@@ -135,8 +135,7 @@ We also use [.editorconfig](.editorconfig) to maintain consistent coding styles
135
135
 
136
136
  ## Compatibility
137
137
 
138
- TBD test test test !!!
139
- test test ?!
138
+ TBD test
140
139
 
141
140
  ## Contributing
142
141