@loaders.gl/video 3.3.4 → 3.3.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.
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports._typecheckVideoLoader = exports.VideoLoader = void 0;
8
8
  var _parseVideo = _interopRequireDefault(require("./lib/parsers/parse-video"));
9
- var VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest';
9
+ var VERSION = typeof "3.3.5" !== 'undefined' ? "3.3.5" : 'latest';
10
10
  var EXTENSIONS = ['mp4'];
11
11
  var MIME_TYPES = ['video/mp4'];
12
12
 
@@ -1,6 +1,6 @@
1
1
  import parseVideo from './lib/parsers/parse-video';
2
2
 
3
- const VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest';
3
+ const VERSION = typeof "3.3.5" !== 'undefined' ? "3.3.5" : 'latest';
4
4
  const EXTENSIONS = ['mp4'];
5
5
  const MIME_TYPES = ['video/mp4'];
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/video",
3
- "version": "3.3.4",
3
+ "version": "3.3.5",
4
4
  "description": "Framework-independent loaders and writers for video (MP4, WEBM, ...)",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -32,9 +32,9 @@
32
32
  "build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/dist.min.js"
33
33
  },
34
34
  "dependencies": {
35
- "@loaders.gl/loader-utils": "3.3.4",
36
- "@loaders.gl/worker-utils": "3.3.4",
35
+ "@loaders.gl/loader-utils": "3.3.5",
36
+ "@loaders.gl/worker-utils": "3.3.5",
37
37
  "gifshot": "^0.4.5"
38
38
  },
39
- "gitHead": "1d1a722ea9a04665acbe41359dfd01bf6d43a214"
39
+ "gitHead": "8aaa7fea4b7d72536d9d1f7d79688ec6702b2904"
40
40
  }