@playkit-js/manual-hotspots 3.3.1-canary.0-2996ab6 → 3.3.1

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/manual-hotspots",
3
- "version": "3.3.1-canary.0-2996ab6",
3
+ "version": "3.3.1",
4
4
  "private": false,
5
5
  "bugs": {
6
6
  "url": "https://github.com/kaltura-ps/playkit-js-manual-hotspots/issues"
@@ -63,7 +63,7 @@
63
63
  "test:watch": "yarn run test:prepare && cypress open",
64
64
  "test": "yarn run test:prepare && yarn run cy:run",
65
65
  "release": "standard-version",
66
- "pushTaggedRelease": "git push --follow-tags --no-verify origin master",
66
+ "pushTaggedRelease": "git push --follow-tags --no-verify origin main",
67
67
  "prettier:fix": "prettier --write ."
68
68
  },
69
69
  "publishConfig": {