Skip to content

Commit c1b1862

Browse files
committed
update version
1 parent ad23357 commit c1b1862

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.33.1
1+
3.33.2

dist/rx-player.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
import RxPlayer from "./_esm5.processed/index";
2+
import RxPlayer from "./_esm5.processed/minimal";
33
export default RxPlayer;

dist/rx-player.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53141,7 +53141,7 @@ var Player = /*#__PURE__*/function (_EventEmitter) {
5314153141
// Workaround to support Firefox autoplay on FF 42.
5314253142
// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1194624
5314353143
videoElement.preload = "auto";
53144-
_this.version = /* PLAYER_VERSION */"3.33.1";
53144+
_this.version = /* PLAYER_VERSION */"3.33.2";
5314553145
_this.log = log/* default */.Z;
5314653146
_this.state = "STOPPED";
5314753147
_this.videoElement = videoElement;
@@ -55591,7 +55591,7 @@ var Player = /*#__PURE__*/function (_EventEmitter) {
5559155591
}]);
5559255592
return Player;
5559355593
}(event_emitter/* default */.Z);
55594-
Player.version = /* PLAYER_VERSION */"3.33.1";
55594+
Player.version = /* PLAYER_VERSION */"3.33.2";
5559555595
/* harmony default export */ var public_api = (Player);
5559655596
;// CONCATENATED MODULE: ./src/core/api/index.ts
5559755597
/**

dist/rx-player.min.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
import RxPlayer from "./_esm5.processed/index";
2+
import RxPlayer from "./_esm5.processed/minimal";
33
export default RxPlayer;

dist/rx-player.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rx-player",
33
"author": "Canal+",
4-
"version": "3.33.1",
4+
"version": "3.33.2",
55
"description": "Canal+ HTML5 Video Player",
66
"main": "./dist/rx-player.js",
77
"keywords": [

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.projectKey=rx-player
22
sonar.organization=rx-player
33
sonar.projectName=rx-player
4-
sonar.projectVersion=3.33.1
4+
sonar.projectVersion=3.33.2
55
sonar.sources=./src,./demo,./tests
66
sonar.exclusions=demo/full/bundle.js,demo/standalone/lib.js,demo/bundle.js
77
sonar.host.url=https://sonarcloud.io

src/core/api/public_api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ class Player extends EventEmitter<IPublicAPIEvent> {
380380
// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1194624
381381
videoElement.preload = "auto";
382382

383-
this.version = /* PLAYER_VERSION */"3.33.1";
383+
this.version = /* PLAYER_VERSION */"3.33.2";
384384
this.log = log;
385385
this.state = "STOPPED";
386386
this.videoElement = videoElement;
@@ -3140,7 +3140,7 @@ class Player extends EventEmitter<IPublicAPIEvent> {
31403140
return mediaElementTrackChoiceManager;
31413141
}
31423142
}
3143-
Player.version = /* PLAYER_VERSION */"3.33.1";
3143+
Player.version = /* PLAYER_VERSION */"3.33.2";
31443144

31453145
/** Every events sent by the RxPlayer's public API. */
31463146
interface IPublicAPIEvent {

0 commit comments

Comments
 (0)