@backstage-community/plugin-copilot-backend 0.9.2 → 0.9.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 +12 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage-community/plugin-copilot-backend
|
|
2
2
|
|
|
3
|
+
## 0.9.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8c13857: Updated dependency `@octokit/rest` to `20.1.2`.
|
|
8
|
+
|
|
9
|
+
## 0.9.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 6c0f6ee: Update README links to point to community-plugins repository.
|
|
14
|
+
|
|
3
15
|
## 0.9.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -169,5 +169,5 @@ For more details on using the GitHub Copilot and Teams APIs, refer to the follow
|
|
|
169
169
|
|
|
170
170
|
## Links
|
|
171
171
|
|
|
172
|
-
- [GitHub Copilot Plugin Frontend](https://github.com/backstage/
|
|
172
|
+
- [GitHub Copilot Plugin Frontend](https://github.com/backstage/community-plugins/tree/main/workspaces/copilot/plugins/copilot)
|
|
173
173
|
- [Backstage Homepage](https://backstage.io)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-copilot-backend",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.4",
|
|
4
4
|
"homepage": "https://backstage.io",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@backstage/config": "^1.3.2",
|
|
50
50
|
"@backstage/errors": "^1.2.7",
|
|
51
51
|
"@backstage/integration": "^1.16.3",
|
|
52
|
-
"@octokit/rest": "20.1.
|
|
52
|
+
"@octokit/rest": "20.1.2",
|
|
53
53
|
"@types/express": "*",
|
|
54
54
|
"express": "^4.17.1",
|
|
55
55
|
"express-promise-router": "^4.1.0",
|