@promptbook/core 0.89.0-18 → 0.89.0-19

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/esm/index.es.js CHANGED
@@ -27,7 +27,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
27
27
  * @generated
28
28
  * @see https://github.com/webgptorg/promptbook
29
29
  */
30
- const PROMPTBOOK_ENGINE_VERSION = '0.89.0-18';
30
+ const PROMPTBOOK_ENGINE_VERSION = '0.89.0-19';
31
31
  /**
32
32
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
33
33
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -161,7 +161,7 @@ class ParseError extends Error {
161
161
  /**
162
162
  * Available remote servers for the Promptbook
163
163
  *
164
- * @public exported from `@promptbook/core` <- TODO: !!!! Test that this is really exported
164
+ * @public exported from `@promptbook/core`
165
165
  */
166
166
  const REMOTE_SERVER_URLS = [
167
167
  {
@@ -170,10 +170,8 @@ const REMOTE_SERVER_URLS = [
170
170
  owner: 'AI Web, LLC <legal@ptbk.io> (https://www.ptbk.io/)',
171
171
  isAnonymousModeAllowed: true,
172
172
  urls: [
173
- 'https://s4.ptbk.io/promptbook',
174
- 'https://s3.ptbk.io/promptbook',
175
- 'https://s2.ptbk.io/promptbook',
176
- 'https://s1.ptbk.io/promptbook',
173
+ 'https://s5.ptbk.io/promptbook',
174
+ // Note: Servers 1-4 are not running
177
175
  ],
178
176
  },
179
177
  {