@promptbook/pdf 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/pdf",
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/pdf.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
  "crypto": "1.0.1",
package/umd/index.umd.js CHANGED
@@ -25,7 +25,7 @@
25
25
  * @generated
26
26
  * @see https://github.com/webgptorg/promptbook
27
27
  */
28
- const PROMPTBOOK_ENGINE_VERSION = '0.92.0-12';
28
+ const PROMPTBOOK_ENGINE_VERSION = '0.92.0-13';
29
29
  /**
30
30
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
31
31
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -5489,6 +5489,7 @@
5489
5489
  * Note: This is a flag to prevent `onProgress` call after the pipeline execution is finished
5490
5490
  */
5491
5491
  let isReturned = false;
5492
+ console.log(`!!! preparedPipeline`, preparedPipeline);
5492
5493
  // Note: Check that all input input parameters are defined
5493
5494
  for (const parameter of preparedPipeline.parameters.filter(({ isInput }) => isInput)) {
5494
5495
  if (inputParameters[parameter.name] === undefined) {