@red-hat-developer-hub/backstage-plugin-lightspeed 0.2.2 → 0.2.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  ## @red-hat-developer-hub/backstage-plugin-lightspeed
2
2
 
3
+ ## 0.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5f6faba]
8
+ - @red-hat-developer-hub/backstage-plugin-lightspeed-common@0.1.2
9
+
10
+ ## 0.2.3
11
+
12
+ ### Patch Changes
13
+
14
+ - 0cb862f: rename janus references in README.md
15
+
3
16
  ## 0.2.2
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -6,7 +6,7 @@ The Lightspeed plugin enables you to interact with any LLM server running a mode
6
6
 
7
7
  ### Prerequisites
8
8
 
9
- - Follow the lightspeed backend plugin [README](https://github.com/janus-idp/backstage-plugins/tree/main/plugins/lightspeed-backend) to integrate lightspeed backend in your Backstage instance.
9
+ - Follow the lightspeed backend plugin [README](https://github.com/redhat-developer/rhdh-plugins/blob/main/workspaces/lightspeed/plugins/lightspeed-backend/README.md) to integrate lightspeed backend in your Backstage instance.
10
10
 
11
11
  **Note**
12
12
 
@@ -100,7 +100,7 @@ global:
100
100
  pluginConfig:
101
101
  dynamicPlugins:
102
102
  frontend:
103
- janus-idp.backstage-plugin-lightspeed:
103
+ red-hat-developer-hub.backstage-plugin-lightspeed:
104
104
  appIcons:
105
105
  - name: LightspeedIcon
106
106
  module: LightspeedPlugin
@@ -163,7 +163,7 @@ lightspeed:
163
163
 
164
164
  dynamicPlugins:
165
165
  frontend:
166
- janus-idp.backstage-plugin-lightspeed:
166
+ red-hat-developer-hub.backstage-plugin-lightspeed:
167
167
  appIcons:
168
168
  - name: LightspeedIcon
169
169
  module: LightspeedPlugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-lightspeed",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -46,7 +46,7 @@
46
46
  "@mui/icons-material": "^6.1.8",
47
47
  "@patternfly/react-core": "6.0.0-prerelease.21",
48
48
  "@patternfly/virtual-assistant": "2.0.0-alpha.61",
49
- "@red-hat-developer-hub/backstage-plugin-lightspeed-common": "^0.1.1",
49
+ "@red-hat-developer-hub/backstage-plugin-lightspeed-common": "^0.1.2",
50
50
  "@tanstack/react-query": "^5.59.15",
51
51
  "openai": "^4.52.6",
52
52
  "react-markdown": "^9.0.1",