@promptbook/types 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 +1 -1
- package/esm/typings/src/_packages/utils.index.d.ts +0 -1
- package/package.json +2 -2
- package/umd/index.umd.js +1 -1
- package/umd/typings/src/_packages/utils.index.d.ts +0 -1
- /package/esm/typings/src/_packages/{markdown-utils.d.ts → markdown-utils.index.d.ts} +0 -0
- /package/umd/typings/src/_packages/{markdown-utils.d.ts → markdown-utils.index.d.ts} +0 -0
package/esm/index.es.js
CHANGED
|
@@ -9,7 +9,7 @@ var EXPECTATION_UNITS = ['CHARACTERS', 'WORDS', 'SENTENCES', 'LINES', 'PARAGRAPH
|
|
|
9
9
|
/**
|
|
10
10
|
* The version of the Promptbook library
|
|
11
11
|
*/
|
|
12
|
-
var PROMPTBOOK_VERSION = '0.61.0-
|
|
12
|
+
var PROMPTBOOK_VERSION = '0.61.0-3';
|
|
13
13
|
// TODO: !!!! List here all the versions and annotate + put into script
|
|
14
14
|
|
|
15
15
|
export { EXPECTATION_UNITS, 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/types",
|
|
3
|
-
"version": "0.61.0-
|
|
3
|
+
"version": "0.61.0-4",
|
|
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.61.0-
|
|
48
|
+
"@promptbook/core": "0.61.0-4"
|
|
49
49
|
},
|
|
50
50
|
"main": "./umd/index.umd.js",
|
|
51
51
|
"module": "./esm/index.es.js",
|
package/umd/index.umd.js
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
/**
|
|
16
16
|
* The version of the Promptbook library
|
|
17
17
|
*/
|
|
18
|
-
var PROMPTBOOK_VERSION = '0.61.0-
|
|
18
|
+
var PROMPTBOOK_VERSION = '0.61.0-3';
|
|
19
19
|
// TODO: !!!! List here all the versions and annotate + put into script
|
|
20
20
|
|
|
21
21
|
exports.EXPECTATION_UNITS = EXPECTATION_UNITS;
|
|
@@ -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
|
*/
|
|
File without changes
|
|
File without changes
|