@themartiancompany/fs 0.0.9 → 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 +2 -2
  2. package/package.json +1 -1
package/fs CHANGED
@@ -68,7 +68,7 @@ function
68
68
  _fs =
69
69
  require(
70
70
  "fs");
71
- _fs._fs_worker_start =
71
+ _fs.fsWorkerStart =
72
72
  _fs_worker_start_get();
73
73
  }
74
74
  else {
@@ -96,7 +96,7 @@ function
96
96
  _fs =
97
97
  require(
98
98
  "fs");
99
- _fs._fs_worker_start =
99
+ _fs.fsWorkerStart =
100
100
  _fs_worker_start_get();
101
101
  }
102
102
  else {
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.9",
7
+ "0.0.10",
8
8
  "homepage":
9
9
  "https://github.com/themartiancompany/tmcfs",
10
10
  "license":