@backstage/plugin-app-node 0.0.0-nightly-20260208031403 → 0.0.0-nightly-20260209031516

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-20260208031403
3
+ ## 0.0.0-nightly-20260209031516
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-20260208031403
10
- - @backstage/config-loader@0.0.0-nightly-20260208031403
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260209031516
10
+ - @backstage/config-loader@0.0.0-nightly-20260209031516
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-20260208031403",
3
+ "version": "0.0.0-nightly-20260209031516",
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-20260208031403",
41
- "@backstage/config-loader": "0.0.0-nightly-20260208031403",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260209031516",
41
+ "@backstage/config-loader": "0.0.0-nightly-20260209031516",
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-20260208031403"
47
+ "@backstage/cli": "0.0.0-nightly-20260209031516"
48
48
  },
49
49
  "typesVersions": {
50
50
  "*": {