@promptbook/types 0.62.0-1 → 0.62.1

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
@@ -10,7 +10,7 @@ var EXPECTATION_UNITS = ['CHARACTERS', 'WORDS', 'SENTENCES', 'LINES', 'PARAGRAPH
10
10
  /**
11
11
  * The version of the Promptbook library
12
12
  */
13
- var PROMPTBOOK_VERSION = '0.62.0-0';
13
+ var PROMPTBOOK_VERSION = '0.62.0';
14
14
  // TODO: !!!! List here all the versions and annotate + put into script
15
15
 
16
16
  export { EXPECTATION_UNITS, PROMPTBOOK_VERSION };
@@ -1 +1 @@
1
- {"version":3,"file":"index.es.js","sources":["../../../../src/types/PipelineJson/Expectations.ts","../../../../src/version.ts"],"sourcesContent":[null,null],"names":[],"mappings":"AAeA;;;;IAIa,iBAAiB,GAAG,CAAC,YAAY,EAAE,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,YAAY,EAAE,OAAO,EAAW;AAc/G;;;;AC/BA;;;IAGa,kBAAkB,GAA8B,WAAW;AAGxE;;;;"}
1
+ {"version":3,"file":"index.es.js","sources":["../../../../src/types/PipelineJson/Expectations.ts","../../../../src/version.ts"],"sourcesContent":[null,null],"names":[],"mappings":"AAeA;;;;IAIa,iBAAiB,GAAG,CAAC,YAAY,EAAE,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,YAAY,EAAE,OAAO,EAAW;AAc/G;;;;AC/BA;;;IAGa,kBAAkB,GAA8B,SAAS;AAGtE;;;;"}
@@ -58,7 +58,7 @@ export declare function createPipelineExecutor(options: CreatePipelineExecutorOp
58
58
  export {};
59
59
  /**
60
60
  * TODO: Use isVerbose here (not only pass to `preparePipeline`)
61
- * TODO: [🧠] Use here `countTotalUsage` and put preparation and prepared pipiline to report
61
+ * TODO: [🧠][🌳] Use here `countTotalUsage` and put preparation and prepared pipiline to report
62
62
  * TODO: [🪂] Use maxParallelCount here (not only pass to `preparePipeline`)
63
63
  * TODO: [♈] Probbably move expectations from templates to parameters
64
64
  * TODO: [🧠] When not meet expectations in PROMPT_DIALOG, make some way to tell the user
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/types",
3
- "version": "0.62.0-1",
3
+ "version": "0.62.1",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -45,7 +45,7 @@
45
45
  }
46
46
  ],
47
47
  "peerDependencies": {
48
- "@promptbook/core": "0.62.0-1"
48
+ "@promptbook/core": "0.62.1"
49
49
  },
50
50
  "main": "./umd/index.umd.js",
51
51
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -16,7 +16,7 @@
16
16
  /**
17
17
  * The version of the Promptbook library
18
18
  */
19
- var PROMPTBOOK_VERSION = '0.62.0-0';
19
+ var PROMPTBOOK_VERSION = '0.62.0';
20
20
  // TODO: !!!! List here all the versions and annotate + put into script
21
21
 
22
22
  exports.EXPECTATION_UNITS = EXPECTATION_UNITS;
@@ -1 +1 @@
1
- {"version":3,"file":"index.umd.js","sources":["../../../../src/types/PipelineJson/Expectations.ts","../../../../src/version.ts"],"sourcesContent":[null,null],"names":[],"mappings":";;;;;;CAeA;;;;KAIa,iBAAiB,GAAG,CAAC,YAAY,EAAE,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,YAAY,EAAE,OAAO,EAAW;CAc/G;;;;CC/BA;;;KAGa,kBAAkB,GAA8B,WAAW;CAGxE;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.umd.js","sources":["../../../../src/types/PipelineJson/Expectations.ts","../../../../src/version.ts"],"sourcesContent":[null,null],"names":[],"mappings":";;;;;;CAeA;;;;KAIa,iBAAiB,GAAG,CAAC,YAAY,EAAE,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,YAAY,EAAE,OAAO,EAAW;CAc/G;;;;CC/BA;;;KAGa,kBAAkB,GAA8B,SAAS;CAGtE;;;;;;;;;;;"}
@@ -58,7 +58,7 @@ export declare function createPipelineExecutor(options: CreatePipelineExecutorOp
58
58
  export {};
59
59
  /**
60
60
  * TODO: Use isVerbose here (not only pass to `preparePipeline`)
61
- * TODO: [🧠] Use here `countTotalUsage` and put preparation and prepared pipiline to report
61
+ * TODO: [🧠][🌳] Use here `countTotalUsage` and put preparation and prepared pipiline to report
62
62
  * TODO: [🪂] Use maxParallelCount here (not only pass to `preparePipeline`)
63
63
  * TODO: [♈] Probbably move expectations from templates to parameters
64
64
  * TODO: [🧠] When not meet expectations in PROMPT_DIALOG, make some way to tell the user