@spash/frontlib 0.0.12 → 0.0.13

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.
Files changed (2) hide show
  1. package/dist/main.js +7 -9
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -28350,15 +28350,13 @@ const PP = (n) => ({
28350
28350
  }
28351
28351
  },
28352
28352
  components: {
28353
- components: {
28354
- SpashVideo: {
28355
- SpashVideoPlayer: {
28356
- videoError: "Il video non è più disponibile qui, ma è possibile guardarlo sull'applicazione mobile Spash."
28357
- },
28358
- SpashVideoOptions: {
28359
- SpashVideoOptionsBuzz: {
28360
- resumeAuto: "Auto resume"
28361
- }
28353
+ SpashVideo: {
28354
+ SpashVideoPlayer: {
28355
+ videoError: "Il video non è più disponibile qui, ma è possibile guardarlo sull'applicazione mobile Spash."
28356
+ },
28357
+ SpashVideoOptions: {
28358
+ SpashVideoOptionsBuzz: {
28359
+ resumeAuto: "Auto resume"
28362
28360
  }
28363
28361
  }
28364
28362
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spash/frontlib",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"