@theia/ffmpeg 1.47.0-next.0 → 1.47.0

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/lib/index.js CHANGED
@@ -14,19 +14,10 @@
14
14
  //
15
15
  // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
16
16
  // *****************************************************************************
17
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
- if (k2 === undefined) k2 = k;
19
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
- }) : (function(o, m, k, k2) {
21
- if (k2 === undefined) k2 = k;
22
- o[k2] = m[k];
23
- }));
24
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
25
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
26
- };
27
17
  Object.defineProperty(exports, "__esModule", { value: true });
28
- __exportStar(require("./hash"), exports);
29
- __exportStar(require("./ffmpeg"), exports);
30
- __exportStar(require("./check-ffmpeg"), exports);
31
- __exportStar(require("./replace-ffmpeg"), exports);
18
+ const tslib_1 = require("tslib");
19
+ (0, tslib_1.__exportStar)(require("./hash"), exports);
20
+ (0, tslib_1.__exportStar)(require("./ffmpeg"), exports);
21
+ (0, tslib_1.__exportStar)(require("./check-ffmpeg"), exports);
22
+ (0, tslib_1.__exportStar)(require("./replace-ffmpeg"), exports);
32
23
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;;;;;;;;;;;AAEhF,yCAAuB;AACvB,2CAAyB;AACzB,iDAA+B;AAC/B,mDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;;AAEhF,sDAAuB;AACvB,wDAAyB;AACzB,8DAA+B;AAC/B,gEAAiC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/ffmpeg",
3
- "version": "1.47.0-next.0+f332cad",
3
+ "version": "1.47.0",
4
4
  "description": "Theia FFMPEG reader utility.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -29,10 +29,11 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@electron/get": "^2.0.0",
32
+ "tslib": "^2.6.2",
32
33
  "unzipper": "^0.9.11"
33
34
  },
34
35
  "devDependencies": {
35
36
  "@types/unzipper": "^0.9.2"
36
37
  },
37
- "gitHead": "f332cadcb5f05ddeabe5d87a3abc76da73ffdd1f"
38
+ "gitHead": "96685e37b5450a599370355ccffd4062cf1b72ab"
38
39
  }