@backstage/plugin-app-node 0.1.13 → 0.1.14-next.1

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 +6 -14
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,28 +1,20 @@
1
1
  # @backstage/plugin-app-node
2
2
 
3
- ## 0.1.13
3
+ ## 0.1.14-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/config-loader@1.6.2
9
- - @backstage/backend-plugin-api@0.6.13
10
-
11
- ## 0.1.12
12
-
13
- ### Patch Changes
8
+ - @backstage/config-loader@1.7.0-next.1
9
+ - @backstage/backend-plugin-api@0.6.14-next.1
14
10
 
15
- - Updated dependencies
16
- - @backstage/backend-plugin-api@0.6.12
17
- - @backstage/config-loader@1.6.2
18
-
19
- ## 0.1.11
11
+ ## 0.1.13-next.0
20
12
 
21
13
  ### Patch Changes
22
14
 
23
15
  - Updated dependencies
24
- - @backstage/backend-plugin-api@0.6.11
25
- - @backstage/config-loader@1.6.2
16
+ - @backstage/backend-plugin-api@0.6.13-next.0
17
+ - @backstage/config-loader@1.6.3-next.0
26
18
 
27
19
  ## 0.1.10
28
20
 
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.1.13",
4
+ "version": "0.1.14-next.1",
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.25.2"
30
+ "@backstage/cli": "^0.25.3-next.1"
31
31
  },
32
32
  "files": [
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@backstage/backend-plugin-api": "^0.6.13",
37
- "@backstage/config-loader": "^1.6.2",
36
+ "@backstage/backend-plugin-api": "^0.6.14-next.1",
37
+ "@backstage/config-loader": "^1.7.0-next.1",
38
38
  "@types/express": "^4.17.6",
39
39
  "express": "^4.17.1",
40
40
  "fs-extra": "^11.2.0"