Skip to content

Commit

Permalink
update deps, dates, CI
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Jul 20, 2024
1 parent cc983fb commit a97c77a
Show file tree
Hide file tree
Showing 8 changed files with 1,209 additions and 647 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18, 20]
node-version: [14, 16, 18, 20, 22]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-23 Lloyd Brookes <[email protected]>
Copyright (c) 2013-24 Lloyd Brookes <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Encoding 1.07 131.76 158.12 00h21m11s

* * *

&copy; 2013-23 Lloyd Brookes &lt;[email protected]&gt;.
&copy; 2013-24 Lloyd Brookes &lt;[email protected]&gt;.

Tested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ If `.cancel()` was called, this event is emitted once the underlying HandbrakeCL

* * *

&copy; 2013-23 Lloyd Brookes &lt;[email protected]&gt;.
&copy; 2013-24 Lloyd Brookes &lt;[email protected]&gt;.

Tested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

Expand Down
3 changes: 2 additions & 1 deletion dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ var url = require('url');
var childProcess = require('child_process');
var util = require('util');

var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
function getModulePaths (fileURL) {
const __filename = url.fileURLToPath(fileURL);
const __dirname = path.dirname(__filename);
return { __filename, __dirname }
}

const { __dirname: __dirname$1 } = getModulePaths((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (document.currentScript && document.currentScript.src || new URL('index.cjs', document.baseURI).href)));
const { __dirname: __dirname$1 } = getModulePaths((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)));

/* path to the HandbrakeCLI executable downloaded by the install script */
let HandbrakeCLIPath = null;
Expand Down
Loading

0 comments on commit a97c77a

Please sign in to comment.