@backstage/plugin-mcp-actions-backend 0.0.0-nightly-20250624024329 → 0.0.0-nightly-20250625024619

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 (2) hide show
  1. package/CHANGELOG.md +15 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # @backstage/plugin-mcp-actions-backend
2
2
 
3
- ## 0.0.0-nightly-20250624024329
3
+ ## 0.0.0-nightly-20250625024619
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6bc0799: Fixed the example in the README for generating a static token by adding a subject field
8
8
  - Updated dependencies
9
- - @backstage/backend-defaults@0.0.0-nightly-20250624024329
9
+ - @backstage/backend-defaults@0.0.0-nightly-20250625024619
10
+ - @backstage/backend-plugin-api@1.4.0
11
+ - @backstage/plugin-catalog-node@1.17.1
12
+ - @backstage/catalog-client@1.10.1
13
+ - @backstage/errors@1.2.7
14
+ - @backstage/types@1.2.1
15
+
16
+ ## 0.1.1-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - 6bc0799: Fixed the example in the README for generating a static token by adding a subject field
21
+ - Updated dependencies
22
+ - @backstage/backend-defaults@0.11.1-next.0
10
23
  - @backstage/backend-plugin-api@1.4.0
11
24
  - @backstage/plugin-catalog-node@1.17.1
12
25
  - @backstage/catalog-client@1.10.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-mcp-actions-backend",
3
- "version": "0.0.0-nightly-20250624024329",
3
+ "version": "0.0.0-nightly-20250625024619",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "mcp-actions",
@@ -37,7 +37,7 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-defaults": "0.0.0-nightly-20250624024329",
40
+ "@backstage/backend-defaults": "0.0.0-nightly-20250625024619",
41
41
  "@backstage/backend-plugin-api": "1.4.0",
42
42
  "@backstage/catalog-client": "1.10.1",
43
43
  "@backstage/errors": "1.2.7",
@@ -49,8 +49,8 @@
49
49
  "zod": "^3.22.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "0.0.0-nightly-20250624024329",
53
- "@backstage/cli": "0.0.0-nightly-20250624024329",
52
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250625024619",
53
+ "@backstage/cli": "0.0.0-nightly-20250625024619",
54
54
  "@types/express": "^4.17.6"
55
55
  },
56
56
  "typesVersions": {