librechat-data-provider 0.6.2 → 0.6.3
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/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react-query/index.es.js +1 -1
- package/dist/react-query/index.es.js.map +1 -1
- package/package.json +1 -1
- package/src/config.ts +1 -1
package/package.json
CHANGED
package/src/config.ts
CHANGED
|
@@ -675,7 +675,7 @@ export enum SettingsTabValues {
|
|
|
675
675
|
/** Enum for app-wide constants */
|
|
676
676
|
export enum Constants {
|
|
677
677
|
/** Key for the app's version. */
|
|
678
|
-
VERSION = 'v0.7.
|
|
678
|
+
VERSION = 'v0.7.2',
|
|
679
679
|
/** Key for the Custom Config's version (librechat.yaml). */
|
|
680
680
|
CONFIG_VERSION = '1.0.9',
|
|
681
681
|
/** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */
|