@promptbook/node 0.92.0-12 → 0.92.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/node",
3
- "version": "0.92.0-12",
3
+ "version": "0.92.0-13",
4
4
  "description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -51,7 +51,7 @@
51
51
  "module": "./esm/index.es.js",
52
52
  "typings": "./esm/typings/src/_packages/node.index.d.ts",
53
53
  "peerDependencies": {
54
- "@promptbook/core": "0.92.0-12"
54
+ "@promptbook/core": "0.92.0-13"
55
55
  },
56
56
  "dependencies": {
57
57
  "colors": "1.4.0",
package/umd/index.umd.js CHANGED
@@ -46,7 +46,7 @@
46
46
  * @generated
47
47
  * @see https://github.com/webgptorg/promptbook
48
48
  */
49
- const PROMPTBOOK_ENGINE_VERSION = '0.92.0-12';
49
+ const PROMPTBOOK_ENGINE_VERSION = '0.92.0-13';
50
50
  /**
51
51
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
52
52
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -4429,6 +4429,7 @@
4429
4429
  * Note: This is a flag to prevent `onProgress` call after the pipeline execution is finished
4430
4430
  */
4431
4431
  let isReturned = false;
4432
+ console.log(`!!! preparedPipeline`, preparedPipeline);
4432
4433
  // Note: Check that all input input parameters are defined
4433
4434
  for (const parameter of preparedPipeline.parameters.filter(({ isInput }) => isInput)) {
4434
4435
  if (inputParameters[parameter.name] === undefined) {