@backstage/plugin-app-node 0.0.0-nightly-20260118025620 → 0.0.0-nightly-20260119025541

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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @backstage/plugin-app-node
2
2
 
3
- ## 0.0.0-nightly-20260118025620
3
+ ## 0.0.0-nightly-20260119025541
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 9ccf84e: Updated plugin metadata.
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20260118025620
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260119025541
10
10
  - @backstage/config-loader@1.10.7
11
11
 
12
12
  ## 0.1.40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-node",
3
- "version": "0.0.0-nightly-20260118025620",
3
+ "version": "0.0.0-nightly-20260119025541",
4
4
  "description": "Node.js library for the app plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -37,14 +37,14 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260118025620",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260119025541",
41
41
  "@backstage/config-loader": "1.10.7",
42
42
  "@types/express": "^4.17.6",
43
43
  "express": "^4.22.0",
44
44
  "fs-extra": "^11.2.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "0.0.0-nightly-20260118025620"
47
+ "@backstage/cli": "0.0.0-nightly-20260119025541"
48
48
  },
49
49
  "typesVersions": {
50
50
  "*": {