@backstage-community/plugin-copilot-backend 0.9.4 → 0.10.1

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +1 -1
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @backstage-community/plugin-copilot-backend
2
2
 
3
+ ## 0.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ba2b006: Updated configuration example in documentation
8
+
9
+ ## 0.10.0
10
+
11
+ ### Minor Changes
12
+
13
+ - d3221bf: Backstage version bump to v1.40.2
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [d3221bf]
18
+ - @backstage-community/plugin-copilot-common@0.10.0
19
+
3
20
  ## 0.9.4
4
21
 
5
22
  ### Patch Changes
package/README.md CHANGED
@@ -117,7 +117,7 @@ To ensure the GitHub Copilot plugin operates correctly within your organization
117
117
 
118
118
  ```yaml
119
119
  copilot:
120
- scheduler:
120
+ schedule:
121
121
  frequency:
122
122
  hours: 2
123
123
  timeout:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-copilot-backend",
3
- "version": "0.9.4",
3
+ "version": "0.10.1",
4
4
  "homepage": "https://backstage.io",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.cjs.js",
@@ -42,13 +42,13 @@
42
42
  "postpack": "backstage-cli package postpack"
43
43
  },
44
44
  "dependencies": {
45
- "@backstage-community/plugin-copilot-common": "^0.9.1",
46
- "@backstage/backend-app-api": "^1.2.2",
47
- "@backstage/backend-defaults": "^0.9.0",
48
- "@backstage/backend-plugin-api": "^1.3.0",
45
+ "@backstage-community/plugin-copilot-common": "^0.10.0",
46
+ "@backstage/backend-app-api": "^1.2.4",
47
+ "@backstage/backend-defaults": "^0.11.0",
48
+ "@backstage/backend-plugin-api": "^1.4.0",
49
49
  "@backstage/config": "^1.3.2",
50
50
  "@backstage/errors": "^1.2.7",
51
- "@backstage/integration": "^1.16.3",
51
+ "@backstage/integration": "^1.17.0",
52
52
  "@octokit/rest": "20.1.2",
53
53
  "@types/express": "*",
54
54
  "express": "^4.17.1",
@@ -61,11 +61,11 @@
61
61
  "zod": "^3.23.8"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/backend-test-utils": "^1.4.0",
65
- "@backstage/cli": "^0.32.0",
66
- "@backstage/plugin-auth-backend": "^0.24.5",
67
- "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.7",
68
- "@backstage/test-utils": "^1.7.7",
64
+ "@backstage/backend-test-utils": "^1.6.0",
65
+ "@backstage/cli": "^0.33.0",
66
+ "@backstage/plugin-auth-backend": "^0.25.1",
67
+ "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.9",
68
+ "@backstage/test-utils": "^1.7.9",
69
69
  "@types/node-fetch": "^2.6.11",
70
70
  "@types/supertest": "^2.0.8",
71
71
  "msw": "^1.0.0",