crash-js 0.1.14 → 0.1.15

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
@@ -21,18 +21,16 @@
21
21
 
22
22
  _window_type = typeof window;
23
23
  if ( typeof window === 'undefined' ) {
24
- _fs_module_path =
24
+ _fs_module_name =
25
25
  "fs";
26
- _path_module_path =
26
+ _path_module_name =
27
27
  "path";
28
28
  }
29
29
  else {
30
- _fs_module_path =
31
- require.resolve(
32
- "happy-opfs");
30
+ _fs_module_name =
31
+ "happy-opfs";
33
32
  _path_module_path =
34
- require.resolve(
35
- "@std/path");
33
+ "@std/path";
36
34
  // Maybe not neeeded here
37
35
  // window.addEventListener(
38
36
  // 'load',
@@ -27,7 +27,7 @@
27
27
  "url": "https://github.com/tallero"
28
28
  },
29
29
  "dependencies": {
30
- "crash-js": "^0.1.14",
30
+ "crash-js": "^0.1.15",
31
31
  "webpack": "^5.102.1",
32
32
  "webpack-cli": "^6.0.1"
33
33
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crash-js",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Crash Javascript library.",
5
5
  "funding": {
6
6
  "type": "patreon",