@promptbook/utils 0.60.0-3 → 0.60.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/README.md CHANGED
@@ -203,7 +203,7 @@ File `write-website-content.ptbk.md`:
203
203
  >
204
204
  > Instructions for creating web page content.
205
205
  >
206
- > - PROMPTBOOK URL https://promptbook.webgpt.com/en/write-website-content.ptbk.md
206
+ > - PROMPTBOOK URL https://promptbook.studio/webgpt/write-website-content.ptbk.md
207
207
  > - PROMPTBOOK VERSION 0.0.1
208
208
  > - INPUT  PARAM `{rawTitle}` Automatically suggested a site name or empty text
209
209
  > - INPUT  PARAM `{rawAssigment}` Automatically generated site entry from image recognition
package/esm/index.es.js CHANGED
@@ -1692,7 +1692,7 @@ function unwrapResult(text, options) {
1692
1692
  /**
1693
1693
  * The version of the Promptbook library
1694
1694
  */
1695
- var PROMPTBOOK_VERSION = '0.60.0-2';
1695
+ var PROMPTBOOK_VERSION = '0.60.0-3';
1696
1696
 
1697
1697
  // @promptbook/utils
1698
1698
  // And the normalization (originally n12 library) utilities:
@@ -17,7 +17,7 @@ export type PipelineJson = {
17
17
  * Note: It must be unique across all promptbooks libraries
18
18
  * Note: It must use HTTPs URL
19
19
  * Tip: You can do versioning in the URL
20
- * For example: https://promptbook.webgpt.com/cs/write-website-content.ptbk.md@1.0.0
20
+ * For example: https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md@1.0.0
21
21
  * Warning: Do not hash part of the URL, hash part is used for identification of the prompt template in the pipeline
22
22
  */
23
23
  readonly promptbookUrl?: string_pipeline_url;
@@ -50,7 +50,7 @@ export type Prompt = {
50
50
  /**
51
51
  * Unique identifier of the promptbook with specific template name as hash
52
52
  *
53
- * @example https://promptbook.webgpt.com/cs/write-website-content.ptbk.md#keywords
53
+ * @example https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords
54
54
  */
55
55
  readonly promptbookUrl: string_pipeline_url_with_hashtemplate;
56
56
  /**
@@ -179,13 +179,13 @@ export type string_url = string;
179
179
  /**
180
180
  * Semantic helper
181
181
  *
182
- * For example `"https://promptbook.webgpt.com/cs/write-website-content.ptbk.md"`
182
+ * For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md"`
183
183
  */
184
184
  export type string_pipeline_url = string;
185
185
  /**
186
186
  * Semantic helper
187
187
  *
188
- * For example `"https://promptbook.webgpt.com/cs/write-website-content.ptbk.md#keywords"`
188
+ * For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords"`
189
189
  */
190
190
  export type string_pipeline_url_with_hashtemplate = string;
191
191
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/utils",
3
- "version": "0.60.0-3",
3
+ "version": "0.60.0-4",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
package/umd/index.umd.js CHANGED
@@ -1695,7 +1695,7 @@
1695
1695
  /**
1696
1696
  * The version of the Promptbook library
1697
1697
  */
1698
- var PROMPTBOOK_VERSION = '0.60.0-2';
1698
+ var PROMPTBOOK_VERSION = '0.60.0-3';
1699
1699
 
1700
1700
  // @promptbook/utils
1701
1701
  // And the normalization (originally n12 library) utilities:
@@ -17,7 +17,7 @@ export type PipelineJson = {
17
17
  * Note: It must be unique across all promptbooks libraries
18
18
  * Note: It must use HTTPs URL
19
19
  * Tip: You can do versioning in the URL
20
- * For example: https://promptbook.webgpt.com/cs/write-website-content.ptbk.md@1.0.0
20
+ * For example: https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md@1.0.0
21
21
  * Warning: Do not hash part of the URL, hash part is used for identification of the prompt template in the pipeline
22
22
  */
23
23
  readonly promptbookUrl?: string_pipeline_url;
@@ -50,7 +50,7 @@ export type Prompt = {
50
50
  /**
51
51
  * Unique identifier of the promptbook with specific template name as hash
52
52
  *
53
- * @example https://promptbook.webgpt.com/cs/write-website-content.ptbk.md#keywords
53
+ * @example https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords
54
54
  */
55
55
  readonly promptbookUrl: string_pipeline_url_with_hashtemplate;
56
56
  /**
@@ -179,13 +179,13 @@ export type string_url = string;
179
179
  /**
180
180
  * Semantic helper
181
181
  *
182
- * For example `"https://promptbook.webgpt.com/cs/write-website-content.ptbk.md"`
182
+ * For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md"`
183
183
  */
184
184
  export type string_pipeline_url = string;
185
185
  /**
186
186
  * Semantic helper
187
187
  *
188
- * For example `"https://promptbook.webgpt.com/cs/write-website-content.ptbk.md#keywords"`
188
+ * For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords"`
189
189
  */
190
190
  export type string_pipeline_url_with_hashtemplate = string;
191
191
  /**