@promptbook/openai 0.61.0-1 → 0.61.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.
package/esm/index.es.js CHANGED
@@ -1159,7 +1159,7 @@ var OpenAiExecutionTools = /** @class */ (function () {
1159
1159
  /**
1160
1160
  * The version of the Promptbook library
1161
1161
  */
1162
- var PROMPTBOOK_VERSION = '0.61.0-0';
1162
+ var PROMPTBOOK_VERSION = '0.61.0-3';
1163
1163
  // TODO: !!!! List here all the versions and annotate + put into script
1164
1164
 
1165
1165
  export { OPENAI_MODELS, OpenAiExecutionTools, PROMPTBOOK_VERSION };
@@ -70,6 +70,5 @@ export type { string_camelCase, string_kebab_case, string_PascalCase, string_SCR
70
70
  export { extractParametersFromPromptTemplate, renameParameter, renderPromptbookMermaid };
71
71
  export { difference, intersection, union };
72
72
  /**
73
- * TODO: [🧠] Maybe create some indipendent package like `@promptbook/markdown-utils`
74
73
  * Note: [🕙] It does not make sence to have simple lower / UPPER case normalization
75
74
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/openai",
3
- "version": "0.61.0-1",
3
+ "version": "0.61.0-4",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -49,7 +49,7 @@
49
49
  }
50
50
  ],
51
51
  "peerDependencies": {
52
- "@promptbook/core": "0.61.0-1"
52
+ "@promptbook/core": "0.61.0-4"
53
53
  },
54
54
  "main": "./umd/index.umd.js",
55
55
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -1167,7 +1167,7 @@
1167
1167
  /**
1168
1168
  * The version of the Promptbook library
1169
1169
  */
1170
- var PROMPTBOOK_VERSION = '0.61.0-0';
1170
+ var PROMPTBOOK_VERSION = '0.61.0-3';
1171
1171
  // TODO: !!!! List here all the versions and annotate + put into script
1172
1172
 
1173
1173
  exports.OPENAI_MODELS = OPENAI_MODELS;
@@ -70,6 +70,5 @@ export type { string_camelCase, string_kebab_case, string_PascalCase, string_SCR
70
70
  export { extractParametersFromPromptTemplate, renameParameter, renderPromptbookMermaid };
71
71
  export { difference, intersection, union };
72
72
  /**
73
- * TODO: [🧠] Maybe create some indipendent package like `@promptbook/markdown-utils`
74
73
  * Note: [🕙] It does not make sence to have simple lower / UPPER case normalization
75
74
  */