@loaders.gl/video 4.2.0-alpha.3 → 4.2.0-alpha.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/dist/dist.dev.js CHANGED
@@ -40,7 +40,7 @@ var __exports__ = (() => {
40
40
  }
41
41
 
42
42
  // src/video-loader.ts
43
- var VERSION = true ? "4.2.0-alpha.3" : "latest";
43
+ var VERSION = true ? "4.2.0-alpha.4" : "latest";
44
44
  var EXTENSIONS = ["mp4"];
45
45
  var MIME_TYPES = ["video/mp4"];
46
46
  var DEFAULT_LOADER_OPTIONS = {
@@ -1,5 +1,5 @@
1
1
  import parseVideo from "./lib/parsers/parse-video.js";
2
- const VERSION = typeof "4.2.0-alpha.3" !== 'undefined' ? "4.2.0-alpha.3" : 'latest';
2
+ const VERSION = typeof "4.2.0-alpha.4" !== 'undefined' ? "4.2.0-alpha.4" : 'latest';
3
3
  const EXTENSIONS = ['mp4'];
4
4
  const MIME_TYPES = ['video/mp4'];
5
5
  const DEFAULT_LOADER_OPTIONS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/video",
3
- "version": "4.2.0-alpha.3",
3
+ "version": "4.2.0-alpha.4",
4
4
  "description": "Framework-independent loaders and writers for video (MP4, WEBM, ...)",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -40,9 +40,9 @@
40
40
  "build-bundle": "ocular-bundle ./src/index.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@loaders.gl/loader-utils": "4.2.0-alpha.3",
44
- "@loaders.gl/worker-utils": "4.2.0-alpha.3",
43
+ "@loaders.gl/loader-utils": "4.2.0-alpha.4",
44
+ "@loaders.gl/worker-utils": "4.2.0-alpha.4",
45
45
  "gifshot": "^0.4.5"
46
46
  },
47
- "gitHead": "cf18e05801314a62c9fc4c2a85e8888a8a852083"
47
+ "gitHead": "6c52dee5c3f005648a394cc4aee7fc37005c8e83"
48
48
  }