@playkit-js/banner-overlay 1.2.1 → 1.2.2

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playkit-js/banner-overlay",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Banner overlay plugin for Kaltura player - displays configurable text banners with various positioning and styling options",
5
5
  "main": "dist/playkit-banner-overlay.js",
6
6
  "typings": "dist/index.d.ts",
@@ -38,7 +38,7 @@
38
38
  "clean": "rimraf ./dist",
39
39
  "prebuild": "npm run clean",
40
40
  "precommit": "npm run build:prod && npm run type-check && npm run lint",
41
- "pushTaggedRelease": "git push --follow-tags --no-verify origin master",
41
+ "pushTaggedRelease": "git push --follow-tags --no-verify origin test-jfrog-migration",
42
42
  "release": "standard-version",
43
43
  "cy:open": "cypress open",
44
44
  "cy:run": "npm run cy:run:chrome && npm run cy:run:firefox && npm run cy:run:edge && npm run cy:run:safari",