diff --git a/plugins/data-plugin/README.md b/plugins/data-plugin/README.md index fc0cf4c34a..802883fab9 100644 --- a/plugins/data-plugin/README.md +++ b/plugins/data-plugin/README.md @@ -3,3 +3,4 @@ - index.ts: Main entry point for the plugin. - module.ts: Defines the plugin module which would be executed by the main node process. - package.json: Plugin & npm module manifest. + diff --git a/plugins/data-plugin/package.json b/plugins/data-plugin/package.json index 61d06316d5..478115f60b 100644 --- a/plugins/data-plugin/package.json +++ b/plugins/data-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@janhq/data-plugin", - "version": "1.0.16", + "version": "1.0.17", "description": "The Data Connector provides easy access to a data API using the PouchDB engine. It offers accessible data management capabilities.", "icon": "https://raw.githubusercontent.com/tailwindlabs/heroicons/88e98b0c2b458553fbadccddc2d2f878edc0387b/src/20/solid/circle-stack.svg", "main": "dist/esm/index.js", diff --git a/plugins/inference-plugin/README.md b/plugins/inference-plugin/README.md index 5b3b13ad76..455783efb1 100644 --- a/plugins/inference-plugin/README.md +++ b/plugins/inference-plugin/README.md @@ -75,3 +75,4 @@ There are a few things to keep in mind when writing your plugin code: [documentation](https://github.com/janhq/jan/blob/main/core/README.md). So, what are you waiting for? Go ahead and start customizing your plugin! + diff --git a/plugins/inference-plugin/package.json b/plugins/inference-plugin/package.json index 947f97d6b1..1e0310e913 100644 --- a/plugins/inference-plugin/package.json +++ b/plugins/inference-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@janhq/inference-plugin", - "version": "1.0.14", + "version": "1.0.15", "description": "Inference Plugin, powered by @janhq/nitro, bring a high-performance Llama model inference in pure C++.", "icon": "https://raw.githubusercontent.com/tailwindlabs/heroicons/88e98b0c2b458553fbadccddc2d2f878edc0387b/src/20/solid/command-line.svg", "main": "dist/index.js", diff --git a/plugins/model-management-plugin/README.md b/plugins/model-management-plugin/README.md index 9bab5b40a6..516bbec8b4 100644 --- a/plugins/model-management-plugin/README.md +++ b/plugins/model-management-plugin/README.md @@ -75,3 +75,4 @@ There are a few things to keep in mind when writing your plugin code: [documentation](https://github.com/janhq/jan/blob/main/core/README.md). So, what are you waiting for? Go ahead and start customizing your plugin! + diff --git a/plugins/model-management-plugin/package.json b/plugins/model-management-plugin/package.json index c74cb393bb..07cc6a7805 100644 --- a/plugins/model-management-plugin/package.json +++ b/plugins/model-management-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@janhq/model-management-plugin", - "version": "1.0.9", + "version": "1.0.10", "description": "Model Management Plugin provides model exploration and seamless downloads", "icon": "https://raw.githubusercontent.com/tailwindlabs/heroicons/88e98b0c2b458553fbadccddc2d2f878edc0387b/src/20/solid/queue-list.svg", "main": "dist/index.js", diff --git a/plugins/monitoring-plugin/README.md b/plugins/monitoring-plugin/README.md index a048a44170..1617b9b131 100644 --- a/plugins/monitoring-plugin/README.md +++ b/plugins/monitoring-plugin/README.md @@ -75,3 +75,4 @@ There are a few things to keep in mind when writing your plugin code: [documentation](https://github.com/janhq/jan/blob/main/core/README.md). So, what are you waiting for? Go ahead and start customizing your plugin! + diff --git a/plugins/monitoring-plugin/package.json b/plugins/monitoring-plugin/package.json index 295ad81d8a..5b39550e8a 100644 --- a/plugins/monitoring-plugin/package.json +++ b/plugins/monitoring-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@janhq/monitoring-plugin", - "version": "1.0.6", + "version": "1.0.7", "description": "Utilizing systeminformation, it provides essential System and OS information retrieval", "icon": "https://raw.githubusercontent.com/tailwindlabs/heroicons/88e98b0c2b458553fbadccddc2d2f878edc0387b/src/20/solid/cpu-chip.svg", "main": "dist/index.js",