@themartiancompany/fs 0.0.8 → 0.0.10

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.
Files changed (2) hide show
  1. package/fs +4 -2
  2. package/package.json +1 -1
package/fs CHANGED
@@ -68,6 +68,8 @@ function
68
68
  _fs =
69
69
  require(
70
70
  "fs");
71
+ _fs.fsWorkerStart =
72
+ _fs_worker_start_get();
71
73
  }
72
74
  else {
73
75
  _fs =
@@ -94,6 +96,8 @@ function
94
96
  _fs =
95
97
  require(
96
98
  "fs");
99
+ _fs.fsWorkerStart =
100
+ _fs_worker_start_get();
97
101
  }
98
102
  else {
99
103
  const
@@ -138,5 +142,3 @@ module.exports =
138
142
  _fs;
139
143
  module.exports.getModule =
140
144
  _fs_module_get;
141
- module.exports._fs_worker_start =
142
- _fs_worker_start_get();
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "description":
5
5
  "Platform-independent File System ('fs') module.",
6
6
  "version":
7
- "0.0.8",
7
+ "0.0.10",
8
8
  "homepage":
9
9
  "https://github.com/themartiancompany/tmcfs",
10
10
  "license":