@backstage/plugin-app-node 0.0.0-nightly-20240216021020 → 0.0.0-nightly-20240217020958

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,6 +1,6 @@
1
1
  # @backstage/plugin-app-node
2
2
 
3
- ## 0.0.0-nightly-20240216021020
3
+ ## 0.0.0-nightly-20240217020958
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  Updated dependency `@types/fs-extra` to `^11.0.0`.
10
10
  - 54ad8e1: Allow the `app-backend` plugin to use a global configuration schema provided externally through an extension.
11
11
  - Updated dependencies
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20240216021020
13
- - @backstage/config-loader@0.0.0-nightly-20240216021020
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240217020958
13
+ - @backstage/config-loader@0.0.0-nightly-20240217020958
14
14
 
15
15
  ## 0.1.10-next.3
16
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-node",
3
3
  "description": "Node.js library for the app plugin",
4
- "version": "0.0.0-nightly-20240216021020",
4
+ "version": "0.0.0-nightly-20240217020958",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -27,14 +27,14 @@
27
27
  "postpack": "backstage-cli package postpack"
28
28
  },
29
29
  "devDependencies": {
30
- "@backstage/cli": "^0.0.0-nightly-20240216021020"
30
+ "@backstage/cli": "^0.0.0-nightly-20240217020958"
31
31
  },
32
32
  "files": [
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240216021020",
37
- "@backstage/config-loader": "^0.0.0-nightly-20240216021020",
36
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240217020958",
37
+ "@backstage/config-loader": "^0.0.0-nightly-20240217020958",
38
38
  "@types/express": "^4.17.6",
39
39
  "express": "^4.17.1",
40
40
  "fs-extra": "^11.2.0"