@promptbook/cli 0.85.0-0 โ†’ 0.85.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.
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  // <- TODO: [๐ŸŽบ] Ensure correct version of Node.js is used
3
+ // promptbook-cli.js
3
4
 
4
5
  /**
5
6
  * Note: [๐Ÿ”บ] Purpose of this file is to run CLI in production environment
@@ -11,6 +12,6 @@ const { _CLI } = require('../umd/index.umd.js');
11
12
  _CLI._initialize_promptbookCli();
12
13
 
13
14
  /**
14
- * TODO: !!! During the build check that this file exists
15
+ * TODO: [๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ] During the build check that this file exists
15
16
  * TODO: [๐Ÿ•Œ] When more functionalities, rename
16
17
  */