@promptbook/node 0.72.0-30 → 0.72.0-32

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/esm/index.es.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import colors from 'colors';
2
- import { stat, access, constants, readFile, readdir, writeFile, mkdir, unlink } from 'fs/promises';
2
+ import { stat, access, constants, readFile, writeFile, readdir, mkdir, unlink } from 'fs/promises';
3
3
  import { join, basename, dirname } from 'path';
4
4
  import spaceTrim$1, { spaceTrim } from 'spacetrim';
5
5
  import { format } from 'prettier';
@@ -18,7 +18,7 @@ import sha256 from 'crypto-js/sha256';
18
18
  /**
19
19
  * The version of the Promptbook library
20
20
  */
21
- var PROMPTBOOK_VERSION = '0.72.0-29';
21
+ var PROMPTBOOK_VERSION = '0.72.0-31';
22
22
  // TODO: [main] !!!! List here all the versions and annotate + put into script
23
23
 
24
24
  /*! *****************************************************************************
@@ -8253,6 +8253,7 @@ function $provideFilesystemForNode(options) {
8253
8253
  access: access,
8254
8254
  constants: constants,
8255
8255
  readFile: readFile,
8256
+ writeFile: writeFile,
8256
8257
  readdir: readdir,
8257
8258
  };
8258
8259
  }