@backstage/plugin-app-node 0.0.0-nightly-20260129030729 → 0.0.0-nightly-20260130030802

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 +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-app-node
2
2
 
3
- ## 0.0.0-nightly-20260129030729
3
+ ## 0.0.0-nightly-20260130030802
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 7455dae: Use node prefix on native imports
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20260129030729
10
- - @backstage/config-loader@0.0.0-nightly-20260129030729
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260130030802
10
+ - @backstage/config-loader@0.0.0-nightly-20260130030802
11
11
 
12
12
  ## 0.1.42-next.0
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-node",
3
- "version": "0.0.0-nightly-20260129030729",
3
+ "version": "0.0.0-nightly-20260130030802",
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-20260129030729",
41
- "@backstage/config-loader": "0.0.0-nightly-20260129030729",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260130030802",
41
+ "@backstage/config-loader": "0.0.0-nightly-20260130030802",
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-20260129030729"
47
+ "@backstage/cli": "0.0.0-nightly-20260130030802"
48
48
  },
49
49
  "typesVersions": {
50
50
  "*": {