crash-js 0.1.25 → 0.1.26

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/crash-js/fs-utils CHANGED
@@ -201,7 +201,7 @@ function
201
201
  _worker =
202
202
  new Worker(
203
203
  "fs_worker");
204
- return _crash_js_worker;
204
+ return _worker;
205
205
  }
206
206
 
207
207
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crash-js",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "description": "Crash Javascript library.",
5
5
  "funding": {
6
6
  "type": "patreon",