handbrake-ts
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -1,3 +0,3 @@ | ||
import { HandBrakeTs } from "./HandBrake"; | ||
export { HandBrakeTs }; | ||
import { handBrakeTs } from "./HandBrake"; | ||
export default handBrakeTs; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const HandBrake_1 = require("./HandBrake"); | ||
exports.HandBrakeTs = HandBrake_1.HandBrakeTs; | ||
exports.default = HandBrake_1.handBrakeTs; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "handbrake-ts", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Handbrake with TypeScript and support for electron", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -1,2 +0,2 @@ | ||
# HandBrake-ts | ||
# Handbrake-ts | ||
### Handbrake - With TypeScript and electron support | ||
@@ -3,0 +3,0 @@ ### BETA |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
36053