crash-js 0.1.21 → 0.1.22

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/crash-js CHANGED
@@ -266,8 +266,8 @@ module.exports = {
266
266
  _fs_utils._file_read,
267
267
  _file_write:
268
268
  _fs_utils._file_write,
269
- _fs_worker:
270
- _fs_utils._fs_worker,
269
+ _fs_worker_new:
270
+ _fs_utils._fs_worker_new,
271
271
  _json_display:
272
272
  _fs_utils._json_display,
273
273
  _json_read:
package/crash-js/fs-utils CHANGED
@@ -207,14 +207,14 @@ module.exports = {
207
207
  _dirname,
208
208
  _ext_rm:
209
209
  _ext_rm,
210
- _fs_worker_new:
211
- _fs_worker_new,
212
210
  _file_exists:
213
211
  _file_exists,
214
212
  _file_read:
215
213
  _file_read,
216
214
  _file_write:
217
215
  _file_write,
216
+ _fs_worker_new:
217
+ _fs_worker_new,
218
218
  _path_join:
219
219
  _path_join,
220
220
  _json_display:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crash-js",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "Crash Javascript library.",
5
5
  "funding": {
6
6
  "type": "patreon",