ptbk 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -62,7 +62,7 @@ File `write-website-content.ptbk.md`:
62
62
  >
63
63
  > Instructions for creating web page content.
64
64
  >
65
- > - PROMPTBOOK URL https://promptbook.webgpt.com/en/write-website-content.ptbk.md
65
+ > - PROMPTBOOK URL https://promptbook.studio/webgpt/write-website-content.ptbk.md
66
66
  > - PROMPTBOOK VERSION 0.0.1
67
67
  > - INPUT  PARAM `{rawTitle}` Automatically suggested a site name or empty text
68
68
  > - INPUT  PARAM `{rawAssigment}` Automatically generated site entry from image recognition
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ptbk",
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,
@@ -44,6 +44,6 @@
44
44
  }
45
45
  ],
46
46
  "dependencies": {
47
- "promptbook": "0.60.0-3"
47
+ "promptbook": "0.60.0-4"
48
48
  }
49
49
  }