chore: add required app version to edge release plugin (#471)

This commit is contained in:
Louis 2023-10-26 20:31:09 +07:00 committed by GitHub
parent dde240b969
commit f0fa9c7129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@ const registerListener = () => {
events.on(EventName.OnNewMessageRequest, handleMessageRequest);
};
// Preference update - reconfigure OpenAI
const onPreferencesUpdate = () => {
setup();
};

View File

@ -6,6 +6,7 @@
"main": "dist/index.js",
"module": "dist/module.js",
"author": "Jan <service@jan.ai>",
"requiredVersion": "^0.3.1",
"license": "MIT",
"activationPoints": [
"init"