generated from bitfocus/companion-module-template-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: speedtest.net tests failing when bundled (#21)
* hack: prevent workers from failing when webpacked * chore: clearer action / variable language * chore: version up, update changelog
- Loading branch information
1 parent
b8b19c5
commit a5f7dce
Showing
6 changed files
with
44 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
# companion-module-generic-speedtest | ||
|
||
See [HELP.md](/companion/HELP.md) and [LICENSE](./LICENSE) | ||
|
||
## Changelog | ||
|
||
### v1.0.4 | ||
|
||
- Fix | ||
- Speedtest.net test not working when bundled with Companion | ||
|
||
### v1.0.3 | ||
|
||
- Fix | ||
- Update code dependency | ||
|
||
### v1.0.2 | ||
|
||
**Note: as of this version, you must now run the test using the "Run Test" action. It will not run automatically on module start to allow you specify a service before running, and prevent any crashes if a test fails** | ||
|
||
- Fix | ||
- Cloudflare upload result not showing properly | ||
|
||
### v1.0.1 | ||
|
||
- New | ||
- Additional presets added | ||
- Fix | ||
- Show default variable values while speed test is running | ||
|
||
### v1.0.0 | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module.exports = { | ||
externals: [ | ||
{ | ||
// TODO: This is not good for number of files on disk, but is easy to implement | ||
'@bryce-seifert/universal-speedtest': 'commonjs @bryce-seifert/universal-speedtest', | ||
}, | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters