@icvdeveloper/common-module 1.4.3 → 1.4.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/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 1.4.4 - 2023-12-20
11
+
10
12
  ## 1.4.3 - 2023-12-12
11
13
 
12
14
  ## 1.4.2 - 2023-12-12
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "v3plus-common-module",
3
3
  "configKey": "v3plusCommonModule",
4
- "version": "1.4.3"
4
+ "version": "1.4.4"
5
5
  }
@@ -45,7 +45,7 @@ const props = withDefaults(defineProps<Props>(), {
45
45
  },
46
46
  {
47
47
  q: "<span class='font-bold'>Q: Can I view the live stream on a mobile device?</span>",
48
- a: "<p>You can view the webcast from a mobile device, such as a cell phone, iPad, or tablet. We recommend that you be somewhere where there is fast, reliable WiFi or a strong data connection in order to avoid any interruptions. There are many versions of mobile operating systems onthe market today. We strive to make video playable on all devices, however while we try to create a universally playable stream, some older devices may not be compatible.</p><p>Also, mobile bandwidth can fluctuate extensively from location tolocation. Because this is a live streaming protocol, a consistent sustained data rate is required for the stream to play properly. Unlike video on YouTube and other services, that will progressively download the video, live video is constant, and if bandwidth fluctuates below a minimum data rate, even for a couple of seconds, the stream could be interrupted.</p>",
48
+ a: "<p>You can view the webcast from a mobile device, such as a cell phone, iPad, or tablet. We recommend that you be somewhere where there is fast, reliable WiFi or a strong data connection in order to avoid any interruptions. There are many versions of mobile operating systems on the market today. We strive to make video playable on all devices, however while we try to create a universally playable stream, some older devices may not be compatible.</p><p>Also, mobile bandwidth can fluctuate extensively from location to location. Because this is a live streaming protocol, a consistent sustained data rate is required for the stream to play properly. Unlike video on YouTube and other services, that will progressively download the video, live video is constant, and if bandwidth fluctuates below a minimum data rate, even for a couple of seconds, the stream could be interrupted.</p>",
49
49
  },
50
50
  ],
51
51
  classObject: () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icvdeveloper/common-module",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {