@promptbook/node 0.68.0-2 → 0.68.0-4

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.
Files changed (44) hide show
  1. package/README.md +2 -2
  2. package/esm/index.es.js +188 -167
  3. package/esm/index.es.js.map +1 -1
  4. package/esm/typings/promptbook-collection/index.d.ts +3 -3
  5. package/esm/typings/src/_packages/core.index.d.ts +4 -4
  6. package/esm/typings/src/_packages/types.index.d.ts +2 -2
  7. package/esm/typings/src/collection/constructors/createCollectionFromJson.d.ts +1 -1
  8. package/esm/typings/src/commands/FOREACH/foreachCommandParser.d.ts +1 -1
  9. package/esm/typings/src/commands/KNOWLEDGE/knowledgeCommandParser.d.ts +3 -0
  10. package/esm/typings/src/commands/TEMPLATE/TemplateCommand.d.ts +11 -0
  11. package/esm/typings/src/commands/TEMPLATE/TemplateTypes.d.ts +15 -0
  12. package/esm/typings/src/commands/TEMPLATE/templateCommandParser.d.ts +12 -0
  13. package/esm/typings/src/commands/X_ACTION/actionCommandParser.d.ts +3 -0
  14. package/esm/typings/src/commands/X_INSTRUMENT/instrumentCommandParser.d.ts +3 -0
  15. package/esm/typings/src/commands/_common/getParserForCommand.d.ts +11 -0
  16. package/esm/typings/src/commands/_common/stringifyCommand.d.ts +11 -0
  17. package/esm/typings/src/commands/_common/stringifyCommand.test.d.ts +1 -0
  18. package/esm/typings/src/commands/_common/types/CommandParser.d.ts +2 -2
  19. package/esm/typings/src/commands/index.d.ts +1 -1
  20. package/esm/typings/src/conversion/pipelineJsonToString.d.ts +1 -1
  21. package/esm/typings/src/conversion/pipelineStringToJson.d.ts +1 -1
  22. package/esm/typings/src/conversion/pipelineStringToJsonSync.d.ts +1 -1
  23. package/esm/typings/src/conversion/utils/extractParameterNamesFromTemplate.d.ts +1 -1
  24. package/esm/typings/src/conversion/validation/pipelineStringToJson-parseErrors.test.d.ts +4 -0
  25. package/esm/typings/src/conversion/validation/validatePipeline-logicErrors.test.d.ts +1 -1
  26. package/esm/typings/src/conversion/validation/validatePipeline.test.d.ts +3 -0
  27. package/esm/typings/src/errors/PipelineLogicError.d.ts +1 -1
  28. package/esm/typings/src/execution/ScriptExecutionTools.d.ts +1 -1
  29. package/esm/typings/src/knowledge/dialogs/simple-prompt/SimplePromptInterfaceTools.d.ts +1 -1
  30. package/esm/typings/src/types/PipelineJson/DialogTemplateJson.d.ts +1 -1
  31. package/esm/typings/src/types/PipelineJson/PromptTemplateJson.d.ts +2 -2
  32. package/esm/typings/src/types/PipelineJson/ScriptTemplateJson.d.ts +2 -2
  33. package/esm/typings/src/types/PipelineJson/SimpleTemplateJson.d.ts +1 -1
  34. package/esm/typings/src/types/PipelineJson/TemplateJsonCommon.d.ts +2 -2
  35. package/esm/typings/src/types/TaskProgress.d.ts +2 -2
  36. package/esm/typings/src/utils/markdown/addAutoGeneratedSection.d.ts +0 -1
  37. package/package.json +2 -2
  38. package/umd/index.umd.js +188 -167
  39. package/umd/index.umd.js.map +1 -1
  40. package/esm/typings/src/commands/BLOCK/BlockCommand.d.ts +0 -11
  41. package/esm/typings/src/commands/BLOCK/BlockTypes.d.ts +0 -15
  42. package/esm/typings/src/commands/BLOCK/blockCommandParser.d.ts +0 -9
  43. /package/esm/typings/src/commands/{BLOCK/blockCommand.test.d.ts → TEMPLATE/templateCommand.test.d.ts} +0 -0
  44. /package/esm/typings/src/{conversion/validation/pipelineStringToJson-syntaxErrors.test.d.ts → commands/_common/getParserForCommand.test.d.ts} +0 -0
package/README.md CHANGED
@@ -94,7 +94,7 @@ File `write-website-content.ptbk.md`:
94
94
  >
95
95
  > What is your web about?
96
96
  >
97
- > - DIALOG BLOCK
97
+ > - DIALOG TEMPLATE
98
98
  >
99
99
  > ```
100
100
  > {rawAssigment}
@@ -128,7 +128,7 @@ File `write-website-content.ptbk.md`:
128
128
  >
129
129
  > Is the title for your website okay?
130
130
  >
131
- > - DIALOG BLOCK
131
+ > - DIALOG TEMPLATE
132
132
  >
133
133
  > ```
134
134
  > {enhancedTitle}