crash-js 0.1.39 → 0.1.40

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
@@ -280,6 +280,10 @@ module.exports = {
280
280
  _fs_utils._json_display,
281
281
  _json_read:
282
282
  _fs_utils._json_read,
283
+ _ls:
284
+ _fs_utils._ls,
285
+ _mkdir:
286
+ _fs_utils._mkdir,
283
287
  _msg_info:
284
288
  _msg_info,
285
289
  _msg_error:
package/crash-js/fs-utils CHANGED
@@ -262,6 +262,10 @@ module.exports = {
262
262
  _fs_worker_new,
263
263
  _fs_worker_start:
264
264
  _fs_worker_start,
265
+ _ls =
266
+ _fs.readDirSync;
267
+ _mkdir:
268
+ _fs.mkdirSync;
265
269
  _path_join:
266
270
  _path_join,
267
271
  _json_display:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crash-js",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "description": "Crash Javascript library.",
5
5
  "funding": {
6
6
  "type": "patreon",
@@ -1,6 +0,0 @@
1
- =====================================
2
- Ahsi Authors
3
- =====================================
4
-
5
- * Pellegrino Prevete <pellegrinoprevete@gmail.com>
6
- * Truocolo <truocolo@aol.com>