@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.
@@ -31,7 +31,7 @@ type ServerConfiguration = {
31
31
  /**
32
32
  * Available remote servers for the Promptbook
33
33
  *
34
- * @public exported from `@promptbook/core` <- TODO: !!!! Test that this is really exported
34
+ * @public exported from `@promptbook/core`
35
35
  */
36
36
  export declare const REMOTE_SERVER_URLS: Array<ServerConfiguration>;
37
37
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/core",
3
- "version": "0.89.0-18",
3
+ "version": "0.89.0-19",
4
4
  "description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
5
5
  "private": false,
6
6
  "sideEffects": false,
package/umd/index.umd.js CHANGED
@@ -27,7 +27,7 @@
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 @@
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 @@
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
  {