@backstage/plugin-app-node 0.0.0-nightly-20240915023307 → 0.0.0-nightly-20240917021806

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-20240915023307
3
+ ## 0.0.0-nightly-20240917021806
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d3f79d1: Fixing dependency metadata with the new `@backstage/plugin-app` package
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240915023307
10
- - @backstage/config-loader@0.0.0-nightly-20240915023307
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240917021806
10
+ - @backstage/config-loader@0.0.0-nightly-20240917021806
11
11
 
12
12
  ## 0.1.25-next.2
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-20240915023307",
3
+ "version": "0.0.0-nightly-20240917021806",
4
4
  "description": "Node.js library for the app plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -36,13 +36,13 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240915023307",
40
- "@backstage/config-loader": "^0.0.0-nightly-20240915023307",
39
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240917021806",
40
+ "@backstage/config-loader": "^0.0.0-nightly-20240917021806",
41
41
  "@types/express": "^4.17.6",
42
42
  "express": "^4.17.1",
43
43
  "fs-extra": "^11.2.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "^0.0.0-nightly-20240915023307"
46
+ "@backstage/cli": "^0.0.0-nightly-20240917021806"
47
47
  }
48
48
  }