@promptbook/remote-client 0.61.0-2 → 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
@@ -181,7 +181,7 @@ var RemoteLlmExecutionTools = /** @class */ (function () {
181
181
  /**
182
182
  * The version of the Promptbook library
183
183
  */
184
- var PROMPTBOOK_VERSION = '0.61.0-1';
184
+ var PROMPTBOOK_VERSION = '0.61.0-3';
185
185
  // TODO: !!!! List here all the versions and annotate + put into script
186
186
 
187
187
  export { PROMPTBOOK_VERSION, RemoteLlmExecutionTools };
@@ -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/remote-client",
3
- "version": "0.61.0-2",
3
+ "version": "0.61.0-4",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -47,7 +47,7 @@
47
47
  }
48
48
  ],
49
49
  "peerDependencies": {
50
- "@promptbook/core": "0.61.0-2"
50
+ "@promptbook/core": "0.61.0-4"
51
51
  },
52
52
  "main": "./umd/index.umd.js",
53
53
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -185,7 +185,7 @@
185
185
  /**
186
186
  * The version of the Promptbook library
187
187
  */
188
- var PROMPTBOOK_VERSION = '0.61.0-1';
188
+ var PROMPTBOOK_VERSION = '0.61.0-3';
189
189
  // TODO: !!!! List here all the versions and annotate + put into script
190
190
 
191
191
  exports.PROMPTBOOK_VERSION = 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
  */