@backstage/plugin-mcp-actions-backend 0.0.0-nightly-20251117024228 → 0.0.0-nightly-20251118024419

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 +5 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-mcp-actions-backend
2
2
 
3
- ## 0.0.0-nightly-20251117024228
3
+ ## 0.0.0-nightly-20251118024419
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
8
8
  - Updated dependencies
9
- - @backstage/backend-defaults@0.0.0-nightly-20251117024228
10
- - @backstage/plugin-catalog-node@0.0.0-nightly-20251117024228
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20251117024228
12
- - @backstage/catalog-client@0.0.0-nightly-20251117024228
9
+ - @backstage/backend-defaults@0.0.0-nightly-20251118024419
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20251118024419
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251118024419
12
+ - @backstage/catalog-client@0.0.0-nightly-20251118024419
13
13
  - @backstage/errors@1.2.7
14
14
  - @backstage/types@1.2.2
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-mcp-actions-backend",
3
- "version": "0.0.0-nightly-20251117024228",
3
+ "version": "0.0.0-nightly-20251118024419",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "mcp-actions",
@@ -37,11 +37,11 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-defaults": "0.0.0-nightly-20251117024228",
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20251117024228",
42
- "@backstage/catalog-client": "0.0.0-nightly-20251117024228",
40
+ "@backstage/backend-defaults": "0.0.0-nightly-20251118024419",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251118024419",
42
+ "@backstage/catalog-client": "0.0.0-nightly-20251118024419",
43
43
  "@backstage/errors": "1.2.7",
44
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20251117024228",
44
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20251118024419",
45
45
  "@backstage/types": "1.2.2",
46
46
  "@modelcontextprotocol/sdk": "^1.12.3",
47
47
  "express": "^4.17.1",
@@ -49,8 +49,8 @@
49
49
  "zod": "^3.22.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "0.0.0-nightly-20251117024228",
53
- "@backstage/cli": "0.0.0-nightly-20251117024228",
52
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251118024419",
53
+ "@backstage/cli": "0.0.0-nightly-20251118024419",
54
54
  "@types/express": "^4.17.6"
55
55
  },
56
56
  "typesVersions": {