@promptbook/website-crawler
Advanced tools
Comparing version 0.75.9 to 0.75.10
@@ -11,2 +11,3 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import type { string_markdown_text } from '../types/typeAliases'; | ||
import type { string_markdown_codeblock_language } from '../types/typeAliases'; | ||
import { addAutoGeneratedSection } from '../utils/markdown/addAutoGeneratedSection'; | ||
@@ -35,2 +36,3 @@ import { createMarkdownChart } from '../utils/markdown/createMarkdownChart'; | ||
export type { string_markdown_text }; | ||
export type { string_markdown_codeblock_language }; | ||
export { addAutoGeneratedSection }; | ||
@@ -37,0 +39,0 @@ export { createMarkdownChart }; |
@@ -153,2 +153,3 @@ import type { PipelineCollection } from '../collection/PipelineCollection'; | ||
import type { string_markdown_text } from '../types/typeAliases'; | ||
import type { string_markdown_codeblock_language } from '../types/typeAliases'; | ||
import type { string_promptbook_documentation_url } from '../types/typeAliases'; | ||
@@ -407,2 +408,3 @@ import type { string_domain } from '../types/typeAliases'; | ||
export type { string_markdown_text }; | ||
export type { string_markdown_codeblock_language }; | ||
export type { string_promptbook_documentation_url }; | ||
@@ -409,0 +411,0 @@ export type { string_domain }; |
@@ -77,2 +77,3 @@ /** | ||
readonly name: "SHEETS"; | ||
readonly aliasNames: readonly ["SHEETS", "SHEET"]; | ||
readonly description: "@@@"; | ||
@@ -79,0 +80,0 @@ readonly documentationUrl: "https://github.com/webgptorg/promptbook/discussions/176"; |
@@ -8,2 +8,3 @@ /** | ||
readonly name: "SHEETS"; | ||
readonly aliasNames: readonly ["SHEETS", "SHEET"]; | ||
readonly description: "@@@"; | ||
@@ -10,0 +11,0 @@ readonly documentationUrl: "https://github.com/webgptorg/promptbook/discussions/176"; |
@@ -212,2 +212,12 @@ import type { TupleToUnion } from 'type-fest'; | ||
/** | ||
* Semantic helper | ||
* | ||
* Markdown code block language | ||
* | ||
* For example ```js -> `"js"` | ||
* | ||
* @public exported from `@promptbook/markdown-utils` | ||
*/ | ||
export type string_markdown_codeblock_language = 'book' | 'markdown' | 'text' | 'javascript' | 'css' | 'json'; | ||
/** | ||
* @@@ | ||
@@ -214,0 +224,0 @@ */ |
{ | ||
"name": "@promptbook/website-crawler", | ||
"version": "0.75.9", | ||
"version": "0.75.10", | ||
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin", | ||
@@ -57,3 +57,3 @@ "--note-0": " <- [๐]", | ||
"peerDependencies": { | ||
"@promptbook/core": "0.75.9" | ||
"@promptbook/core": "0.75.10" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
@@ -94,3 +94,3 @@ <!-- โ ๏ธ WARNING: This code has been generated so that any manual changes will be overwritten --> | ||
<td>Promptbook Core is a description and documentation of the basic concepts, ideas and inner workings of how Promptbook should be implemented, and defines what features must be describable by book language.</td> | ||
<td rowspan=2>https://ptbk.io<br/>https://github.com/webgptorg/book</td> | ||
<td rowspan=2>https://github.com/webgptorg/book</td> | ||
</tr> | ||
@@ -106,3 +106,3 @@ <tr> | ||
<td>Promptbook implementation in TypeScript released as multiple NPM packages</td> | ||
<td>https://github.com/webgptorg/promptbook + Multiple packages on NPM</td> | ||
<td>https://github.com/webgptorg/promptbook + <a href="https://www.npmjs.com/package/@promptbook/core#-packages-for-developers">Multiple packages published on NPM</a></td> | ||
</tr> | ||
@@ -127,4 +127,10 @@ <tr> | ||
Also we have a community of developers and users: | ||
- [Discord](https://discord.gg/x3QWNaa89N) | ||
- [Landing page](https://ptbk.io) | ||
- [Github discussions](https://github.com/webgptorg/promptbook/discussions) | ||
## ๐ Book language _(for prompt-engineer)_ | ||
@@ -131,0 +137,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1484387
23232
420