ptbk 0.68.0-2 → 0.68.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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -70,7 +70,7 @@ File `write-website-content.ptbk.md`:
70
70
  >
71
71
  > What is your web about?
72
72
  >
73
- > - DIALOG BLOCK
73
+ > - DIALOG TEMPLATE
74
74
  >
75
75
  > ```
76
76
  > {rawAssigment}
@@ -104,7 +104,7 @@ File `write-website-content.ptbk.md`:
104
104
  >
105
105
  > Is the title for your website okay?
106
106
  >
107
- > - DIALOG BLOCK
107
+ > - DIALOG TEMPLATE
108
108
  >
109
109
  > ```
110
110
  > {enhancedTitle}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ptbk",
3
- "version": "0.68.0-2",
3
+ "version": "0.68.0-4",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -44,9 +44,9 @@
44
44
  }
45
45
  ],
46
46
  "peerDependencies": {
47
- "@promptbook/core": "0.68.0-2"
47
+ "@promptbook/core": "0.68.0-4"
48
48
  },
49
49
  "dependencies": {
50
- "promptbook": "0.68.0-2"
50
+ "promptbook": "0.68.0-4"
51
51
  }
52
52
  }