@promptbook/types 0.63.0-4 → 0.63.0-5

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <!-- ⚠️ WARNING: This section has been generated so that any manual changes will be overwritten -->
1
+ <!-- ⚠️ WARNING: This code has been generated so that any manual changes will be overwritten -->
2
2
 
3
3
  # ![Promptbook logo - cube with letters P and B](./other/design/logo-h1.png) Promptbook
4
4
 
package/esm/index.es.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The version of the Promptbook library
3
3
  */
4
- var PROMPTBOOK_VERSION = '0.63.0-3';
4
+ var PROMPTBOOK_VERSION = '0.63.0-4';
5
5
  // TODO: !!!! List here all the versions and annotate + put into script
6
6
 
7
7
  export { PROMPTBOOK_VERSION };
@@ -1 +1 @@
1
- {"version":3,"file":"index.es.js","sources":["../../../../src/version.ts"],"sourcesContent":[null],"names":[],"mappings":"AAEA;;;IAGa,kBAAkB,GAA8B,WAAW;AAGxE;;;;"}
1
+ {"version":3,"file":"index.es.js","sources":["../../../../src/version.ts"],"sourcesContent":[null],"names":[],"mappings":"AAGA;;;IAGa,kBAAkB,GAA8B,WAAW;AAGxE;;;;"}
@@ -3,7 +3,13 @@
3
3
  *
4
4
  * @private within the repository
5
5
  */
6
- export declare const GENERATOR_WARNING = "\u26A0\uFE0F WARNING: This section has been generated so that any manual changes will be overwritten";
6
+ export declare const GENERATOR_WARNING = "\u26A0\uFE0F WARNING: This code has been generated so that any manual changes will be overwritten";
7
+ /**
8
+ * Warning message for the generated sections and files files
9
+ *
10
+ * @private within the repository
11
+ */
12
+ export declare const GENERATOR_WARNING_BY_PROMPTBOOK_CLI = "\u26A0\uFE0F WARNING: This code has been generated by `@promptbook/cli` so that any manual changes will be overwritten";
7
13
  /**
8
14
  * The maximum number of iterations for a loops
9
15
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/types",
3
- "version": "0.63.0-4",
3
+ "version": "0.63.0-5",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -47,6 +47,6 @@
47
47
  "module": "./esm/index.es.js",
48
48
  "typings": "./esm/typings/src/_packages/types.index.d.ts",
49
49
  "peerDependencies": {
50
- "@promptbook/core": "0.63.0-4"
50
+ "@promptbook/core": "0.63.0-5"
51
51
  }
52
52
  }
package/umd/index.umd.js CHANGED
@@ -7,7 +7,7 @@
7
7
  /**
8
8
  * The version of the Promptbook library
9
9
  */
10
- var PROMPTBOOK_VERSION = '0.63.0-3';
10
+ var PROMPTBOOK_VERSION = '0.63.0-4';
11
11
  // TODO: !!!! List here all the versions and annotate + put into script
12
12
 
13
13
  exports.PROMPTBOOK_VERSION = PROMPTBOOK_VERSION;
@@ -1 +1 @@
1
- {"version":3,"file":"index.umd.js","sources":["../../../../src/version.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;CAEA;;;KAGa,kBAAkB,GAA8B,WAAW;CAGxE;;;;;;;;;;"}
1
+ {"version":3,"file":"index.umd.js","sources":["../../../../src/version.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;CAGA;;;KAGa,kBAAkB,GAA8B,WAAW;CAGxE;;;;;;;;;;"}