@playkit-js/kaltura-player-js 3.17.66 → 3.17.68

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playkit-js/kaltura-player-js",
3
- "version": "3.17.66",
3
+ "version": "3.17.68",
4
4
  "keywords": [
5
5
  "kaltura",
6
6
  "player",
@@ -46,7 +46,7 @@
46
46
  "lint:fix": "yarn run lint --fix",
47
47
  "prettier": "prettier --write .",
48
48
  "clean": "rimraf dist/*",
49
- "pushTaggedRelease": "git push --follow-tags --no-verify origin hotfix-25-12-25",
49
+ "pushTaggedRelease": "git push --follow-tags --no-verify origin test-hotfix-25-12-25",
50
50
  "release": "standard-version",
51
51
  "precommit": "yarn run build && yarn run type-check && yarn run test && yarn run lint"
52
52
  },