@promptbook/types 0.81.0-13 → 0.81.0-14
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.
|
@@ -18,4 +18,5 @@ export declare function getBookTemplates(formfactorName?: string_formfactor_name
|
|
|
18
18
|
/**
|
|
19
19
|
* TODO: Unit test
|
|
20
20
|
* TODO: [🧠] Which is the best place for this function
|
|
21
|
+
* TODO: !!!!!! For GENERIC template ensure at least one pipeline is present for typescript in `getBookTemplates`
|
|
21
22
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/types",
|
|
3
|
-
"version": "0.81.0-
|
|
3
|
+
"version": "0.81.0-14",
|
|
4
4
|
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
|
|
5
5
|
"--note-0": " <- [🐊]",
|
|
6
6
|
"private": false,
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
],
|
|
53
53
|
"typings": "./esm/typings/src/_packages/types.index.d.ts",
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@promptbook/core": "0.81.0-
|
|
55
|
+
"@promptbook/core": "0.81.0-14"
|
|
56
56
|
}
|
|
57
57
|
}
|