@phosart/common 0.4.28 → 0.4.29

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/dist/Image.svelte CHANGED
@@ -115,7 +115,7 @@
115
115
  playsinline
116
116
  use:onload
117
117
  >
118
- <source src={video} type="video/mp4" />
118
+ <source src={transformSrc(video)} type="video/mp4" />
119
119
  </video>
120
120
  {:else}
121
121
  <picture style="background: {background}; aspect-ratio: {src.fallback.w} / {src.fallback.h};">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phosart/common",
3
- "version": "0.4.28",
3
+ "version": "0.4.29",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",
@@ -115,7 +115,7 @@
115
115
  playsinline
116
116
  use:onload
117
117
  >
118
- <source src={video} type="video/mp4" />
118
+ <source src={transformSrc(video)} type="video/mp4" />
119
119
  </video>
120
120
  {:else}
121
121
  <picture style="background: {background}; aspect-ratio: {src.fallback.w} / {src.fallback.h};">