@saooti/octopus-sdk 33.0.3 → 33.0.4

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/README.md CHANGED
@@ -690,3 +690,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
690
690
  * 32.0.40 Problème majeur !!!
691
691
 
692
692
  * 33.0.3 SpeechToText player octopus
693
+ * 33.0.4 Image webp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "33.0.3",
3
+ "version": "33.0.4",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
Binary file
Binary file
Binary file
Binary file
@@ -119,7 +119,7 @@ import { Organisation } from '@/store/class/general/organisation';
119
119
 
120
120
  const ELEMENTS_COUNT = 50;
121
121
  const DEFAULT_ORGANISATION_ID = "";
122
- const DEFAULT_ORGANISATION_IMAGE = '/img/emptypodcast.png';
122
+ const DEFAULT_ORGANISATION_IMAGE = '/img/emptypodcast.webp';
123
123
 
124
124
  const getDefaultOrganistion = (defaultName: string) => {
125
125
  if(''===defaultName){
@@ -66,7 +66,7 @@
66
66
  >
67
67
  <img
68
68
  class="acpm_image"
69
- src="/img/ACPM.png"
69
+ src="/img/ACPM.webp"
70
70
  :title="$t('Octopus is ACPM Podcast accredited')"
71
71
  :alt="$t('Octopus is ACPM Podcast accredited')"
72
72
  >
@@ -117,7 +117,7 @@ export default defineComponent({
117
117
  return undefined;
118
118
  },
119
119
  logoUrl(): string {
120
- return this.isEducation ?'/img/logo_education.png': '/img/logo_octopus_final.svg';
120
+ return this.isEducation ?'/img/logo_education.webp': '/img/logo_octopus_final.svg';
121
121
  },
122
122
  isPodcastmaker(): boolean {
123
123
  return (state.generalParameters.podcastmaker as boolean);
@@ -60,12 +60,12 @@
60
60
  </div>
61
61
  <button
62
62
  :title="$t('Enlarge')"
63
- class="btn play-button-box primary-bg text-light saooti-up"
63
+ class="btn play-button-box saooti-up"
64
64
  @click="changePlayerLargeVersion"
65
65
  />
66
66
  <button
67
67
  :title="$t('Close')"
68
- class="btn play-button-box primary-bg text-light saooti-remove"
68
+ class="btn play-button-box saooti-remove"
69
69
  @click="stopPlayer"
70
70
  />
71
71
  <PlayerTimeline
@@ -11,7 +11,7 @@
11
11
  </div>
12
12
  <img
13
13
  class="stop-octopus-img"
14
- src="/img/403.jpeg"
14
+ src="/img/403.webp"
15
15
  :alt="$t('You do not have the right to access this page')"
16
16
  >
17
17
  </div>
@@ -78,15 +78,15 @@ const state:ParamStore = {
78
78
  contactLink: undefined,
79
79
  },
80
80
  organisation: {
81
- imageUrl: '/img/emptypodcast.png',
81
+ imageUrl: '/img/emptypodcast.webp',
82
82
  name: 'Saooti',
83
83
  userName: '',
84
84
  },
85
85
  octopusApi: {
86
- url: 'http://api.dev2.saooti.org/',
87
- commentsUrl: 'http://comments.dev2.saooti.org/',
88
- imageUrl:'http://imageproxy.dev2.saooti.org/',
89
- studioUrl: 'http://studio.dev2.saooti.org/',
86
+ url: 'https://api.dev2.saooti.org/',
87
+ commentsUrl: 'https://comments.dev2.saooti.org/',
88
+ imageUrl:'https://imageproxy.dev2.saooti.org/',
89
+ studioUrl: 'https://studio.dev2.saooti.org/',
90
90
  playerUrl: 'https://playerbeta.dev2.saooti.org/',
91
91
  speechToTextUrl:'https://speech2text.dev2.saooti.org/',
92
92
  recoUrl: 'https://reco.dev2.saooti.org/',
Binary file
Binary file
Binary file
Binary file