vidply 1.0.4 → 1.0.5

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.
@@ -10,18 +10,8 @@
10
10
  "imports": [],
11
11
  "format": "esm"
12
12
  },
13
- "src/utils/TimeUtils.js": {
14
- "bytes": 1940,
15
- "imports": [],
16
- "format": "esm"
17
- },
18
- "src/icons/Icons.js": {
19
- "bytes": 12356,
20
- "imports": [],
21
- "format": "esm"
22
- },
23
13
  "src/i18n/translations.js": {
24
- "bytes": 15062,
14
+ "bytes": 16450,
25
15
  "imports": [],
26
16
  "format": "esm"
27
17
  },
@@ -36,8 +26,24 @@
36
26
  ],
37
27
  "format": "esm"
38
28
  },
29
+ "src/utils/TimeUtils.js": {
30
+ "bytes": 2155,
31
+ "imports": [
32
+ {
33
+ "path": "src/i18n/i18n.js",
34
+ "kind": "import-statement",
35
+ "original": "../i18n/i18n.js"
36
+ }
37
+ ],
38
+ "format": "esm"
39
+ },
40
+ "src/icons/Icons.js": {
41
+ "bytes": 12356,
42
+ "imports": [],
43
+ "format": "esm"
44
+ },
39
45
  "src/controls/ControlBar.js": {
40
- "bytes": 74623,
46
+ "bytes": 74720,
41
47
  "imports": [
42
48
  {
43
49
  "path": "src/utils/DOMUtils.js",
@@ -252,20 +258,20 @@
252
258
  "src/utils/DOMUtils.js": {
253
259
  "bytesInOutput": 1581
254
260
  },
255
- "src/utils/TimeUtils.js": {
256
- "bytesInOutput": 728
257
- },
258
- "src/icons/Icons.js": {
259
- "bytesInOutput": 10407
260
- },
261
261
  "src/i18n/translations.js": {
262
- "bytesInOutput": 12646
262
+ "bytesInOutput": 13713
263
263
  },
264
264
  "src/i18n/i18n.js": {
265
265
  "bytesInOutput": 720
266
266
  },
267
+ "src/utils/TimeUtils.js": {
268
+ "bytesInOutput": 839
269
+ },
270
+ "src/icons/Icons.js": {
271
+ "bytesInOutput": 10407
272
+ },
267
273
  "src/controls/ControlBar.js": {
268
- "bytesInOutput": 36302
274
+ "bytesInOutput": 36374
269
275
  },
270
276
  "src/controls/CaptionManager.js": {
271
277
  "bytesInOutput": 3599
@@ -292,7 +298,7 @@
292
298
  "bytesInOutput": 8100
293
299
  }
294
300
  },
295
- "bytes": 127545
301
+ "bytes": 128795
296
302
  }
297
303
  }
298
304
  }
package/package.json CHANGED
@@ -1,57 +1,57 @@
1
- {
2
- "name": "vidply",
3
- "version": "1.0.4",
4
- "description": "Universal, accessible video & audio player with ES6 modules",
5
- "type": "module",
6
- "main": "dist/vidply.js",
7
- "module": "dist/vidply.esm.js",
8
- "files": [
9
- "dist",
10
- "src"
11
- ],
12
- "scripts": {
13
- "dev": "npx serve . -p 3000",
14
- "start": "npm run build:js && npm run build:css && npm run dev",
15
- "build": "npm run build:js && npm run build:css",
16
- "build:js": "node build/build.js",
17
- "build:css": "node build/build-css.js",
18
- "watch": "node build/watch.js",
19
- "clean": "node build/clean.js"
20
- },
21
- "keywords": [
22
- "video",
23
- "player",
24
- "audio",
25
- "accessible",
26
- "wcag",
27
- "a11y",
28
- "html5",
29
- "youtube",
30
- "vimeo",
31
- "hls",
32
- "captions",
33
- "subtitles",
34
- "vanilla",
35
- "es6",
36
- "javascript"
37
- ],
38
- "author": "Matthias Peltzer",
39
- "license": "GPL-2.0-or-later",
40
- "repository": {
41
- "type": "git",
42
- "url": "git+https://github.com/MatthiasPeltzer/vidply.git"
43
- },
44
- "bugs": {
45
- "url": "https://github.com/MatthiasPeltzer/vidply/issues",
46
- "email": "vidply@mpeltzer.de"
47
- },
48
- "homepage": "https://matthiaspeltzer.github.io/vidply/",
49
- "publishConfig": {
50
- "access": "public"
51
- },
52
- "devDependencies": {
53
- "esbuild": "^0.25.10",
54
- "clean-css": "^5.3.3"
55
- },
56
- "dependencies": {}
57
- }
1
+ {
2
+ "name": "vidply",
3
+ "version": "1.0.5",
4
+ "description": "Universal, accessible video & audio player with ES6 modules",
5
+ "type": "module",
6
+ "main": "dist/vidply.js",
7
+ "module": "dist/vidply.esm.js",
8
+ "files": [
9
+ "dist",
10
+ "src"
11
+ ],
12
+ "scripts": {
13
+ "dev": "npx serve . -p 3000",
14
+ "start": "npm run build:js && npm run build:css && npm run dev",
15
+ "build": "npm run build:js && npm run build:css",
16
+ "build:js": "node build/build.js",
17
+ "build:css": "node build/build-css.js",
18
+ "watch": "node build/watch.js",
19
+ "clean": "node build/clean.js"
20
+ },
21
+ "keywords": [
22
+ "video",
23
+ "player",
24
+ "audio",
25
+ "accessible",
26
+ "wcag",
27
+ "a11y",
28
+ "html5",
29
+ "youtube",
30
+ "vimeo",
31
+ "hls",
32
+ "captions",
33
+ "subtitles",
34
+ "vanilla",
35
+ "es6",
36
+ "javascript"
37
+ ],
38
+ "author": "Matthias Peltzer",
39
+ "license": "GPL-2.0-or-later",
40
+ "repository": {
41
+ "type": "git",
42
+ "url": "git+https://github.com/MatthiasPeltzer/vidply.git"
43
+ },
44
+ "bugs": {
45
+ "url": "https://github.com/MatthiasPeltzer/vidply/issues",
46
+ "email": "vidply@mpeltzer.de"
47
+ },
48
+ "homepage": "https://matthiaspeltzer.github.io/vidply/",
49
+ "publishConfig": {
50
+ "access": "public"
51
+ },
52
+ "devDependencies": {
53
+ "esbuild": "^0.25.10",
54
+ "clean-css": "^5.3.3"
55
+ },
56
+ "dependencies": {}
57
+ }