@promptbook/cli 0.74.0-12 → 0.74.0-13

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,8 +1,5 @@
1
1
  #!/usr/bin/env node
2
-
3
- // Disable deprecation warnings programmatically
4
- process.noDeprecation = true;
5
- // <- TODO: !!!!!! Is this try to get rid of deprecation warnings in node v23.2.0 working?
2
+ // <- TODO: !!!!!! Ensure correct version of Node.js is used
6
3
 
7
4
  // eslint-disable-next-line @typescript-eslint/no-var-requires
8
5
  const { _CLI } = require('../umd/index.umd.js');
package/esm/index.es.js CHANGED
@@ -37,7 +37,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
37
37
  *
38
38
  * @see https://github.com/webgptorg/promptbook
39
39
  */
40
- var PROMPTBOOK_ENGINE_VERSION = '0.74.0-11';
40
+ var PROMPTBOOK_ENGINE_VERSION = '0.74.0-12';
41
41
  /**
42
42
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
43
43
  */