@backstage/plugin-app-node 0.0.0-nightly-20240618021721 → 0.0.0-nightly-20240621021638

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 +11 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,21 @@
1
1
  # @backstage/plugin-app-node
2
2
 
3
- ## 0.0.0-nightly-20240618021721
3
+ ## 0.0.0-nightly-20240621021638
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240621021638
9
+ - @backstage/config-loader@1.8.1
10
+
11
+ ## 0.1.19
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - d44a20a: Added additional plugin metadata to `package.json`.
8
16
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240618021721
10
- - @backstage/config-loader@0.0.0-nightly-20240618021721
17
+ - @backstage/backend-plugin-api@0.6.19
18
+ - @backstage/config-loader@1.8.1
11
19
 
12
20
  ## 0.1.19-next.2
13
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-node",
3
- "version": "0.0.0-nightly-20240618021721",
3
+ "version": "0.0.0-nightly-20240621021638",
4
4
  "description": "Node.js library for the app plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -35,13 +35,13 @@
35
35
  "test": "backstage-cli package test"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240618021721",
39
- "@backstage/config-loader": "^0.0.0-nightly-20240618021721",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240621021638",
39
+ "@backstage/config-loader": "^1.8.1",
40
40
  "@types/express": "^4.17.6",
41
41
  "express": "^4.17.1",
42
42
  "fs-extra": "^11.2.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-20240618021721"
45
+ "@backstage/cli": "^0.0.0-nightly-20240621021638"
46
46
  }
47
47
  }