@backstage/plugin-proxy-backend 0.4.11 → 0.4.12-next.2

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.
package/CHANGELOG.md CHANGED
@@ -1,28 +1,34 @@
1
1
  # @backstage/plugin-proxy-backend
2
2
 
3
- ## 0.4.11
3
+ ## 0.4.12-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.21.3
9
- - @backstage/backend-plugin-api@0.6.13
8
+ - @backstage/backend-common@0.21.4-next.2
9
+ - @backstage/backend-plugin-api@0.6.14-next.2
10
+ - @backstage/config@1.2.0-next.1
10
11
 
11
- ## 0.4.10
12
+ ## 0.4.12-next.1
12
13
 
13
14
  ### Patch Changes
14
15
 
15
16
  - Updated dependencies
16
- - @backstage/backend-common@0.21.2
17
- - @backstage/backend-plugin-api@0.6.12
17
+ - @backstage/config@1.2.0-next.1
18
+ - @backstage/backend-common@0.21.4-next.1
19
+ - @backstage/backend-plugin-api@0.6.14-next.1
18
20
 
19
- ## 0.4.9
21
+ ## 0.4.11-next.0
20
22
 
21
23
  ### Patch Changes
22
24
 
25
+ - 1b4fd09: Updated dependency `yup` to `^1.0.0`.
26
+ - 0fb419b: Updated dependency `uuid` to `^9.0.0`.
27
+ Updated dependency `@types/uuid` to `^9.0.0`.
23
28
  - Updated dependencies
24
- - @backstage/backend-common@0.21.1
25
- - @backstage/backend-plugin-api@0.6.11
29
+ - @backstage/backend-common@0.21.3-next.0
30
+ - @backstage/backend-plugin-api@0.6.13-next.0
31
+ - @backstage/config@1.1.2-next.0
26
32
 
27
33
  ## 0.4.8
28
34
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-proxy-backend",
3
- "version": "0.4.11",
3
+ "version": "0.4.12-next.2",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,13 +1,23 @@
1
1
  {
2
2
  "name": "@backstage/plugin-proxy-backend",
3
+ "version": "0.4.12-next.2",
3
4
  "description": "A Backstage backend plugin that helps you set up proxy endpoints in the backend",
4
- "version": "0.4.11",
5
- "main": "./dist/index.cjs.js",
6
- "types": "./dist/index.d.ts",
7
- "license": "Apache-2.0",
5
+ "backstage": {
6
+ "role": "backend-plugin"
7
+ },
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
+ "keywords": [
12
+ "backstage"
13
+ ],
14
+ "homepage": "https://backstage.io",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/backstage/backstage",
18
+ "directory": "plugins/proxy-backend"
19
+ },
20
+ "license": "Apache-2.0",
11
21
  "exports": {
12
22
  ".": {
13
23
  "require": "./dist/index.cjs.js",
@@ -21,57 +31,47 @@
21
31
  },
22
32
  "./package.json": "./package.json"
23
33
  },
24
- "backstage": {
25
- "role": "backend-plugin"
26
- },
27
- "homepage": "https://backstage.io",
28
- "repository": {
29
- "type": "git",
30
- "url": "https://github.com/backstage/backstage",
31
- "directory": "plugins/proxy-backend"
32
- },
33
- "keywords": [
34
- "backstage"
34
+ "main": "./dist/index.cjs.js",
35
+ "types": "./dist/index.d.ts",
36
+ "files": [
37
+ "dist",
38
+ "config.d.ts",
39
+ "alpha"
35
40
  ],
36
41
  "scripts": {
37
- "start": "backstage-cli package start",
38
42
  "build": "backstage-cli package build",
43
+ "clean": "backstage-cli package clean",
39
44
  "lint": "backstage-cli package lint",
40
- "test": "backstage-cli package test",
41
45
  "prepack": "backstage-cli package prepack",
42
46
  "postpack": "backstage-cli package postpack",
43
- "clean": "backstage-cli package clean"
47
+ "start": "backstage-cli package start",
48
+ "test": "backstage-cli package test"
44
49
  },
45
50
  "dependencies": {
46
- "@backstage/backend-common": "^0.21.3",
47
- "@backstage/backend-plugin-api": "^0.6.13",
48
- "@backstage/config": "^1.1.1",
51
+ "@backstage/backend-common": "^0.21.4-next.2",
52
+ "@backstage/backend-plugin-api": "^0.6.14-next.2",
53
+ "@backstage/config": "^1.2.0-next.1",
49
54
  "@types/express": "^4.17.6",
50
55
  "express": "^4.17.1",
51
56
  "express-promise-router": "^4.1.0",
52
57
  "http-proxy-middleware": "^2.0.0",
53
58
  "morgan": "^1.10.0",
54
- "uuid": "^8.0.0",
59
+ "uuid": "^9.0.0",
55
60
  "winston": "^3.2.1",
56
61
  "yaml": "^2.0.0",
57
62
  "yn": "^4.0.0",
58
- "yup": "^0.32.9"
63
+ "yup": "^1.0.0"
59
64
  },
60
65
  "devDependencies": {
61
- "@backstage/backend-test-utils": "^0.3.3",
62
- "@backstage/cli": "^0.25.2",
63
- "@backstage/config-loader": "^1.6.2",
66
+ "@backstage/backend-test-utils": "^0.3.4-next.2",
67
+ "@backstage/cli": "^0.25.3-next.2",
68
+ "@backstage/config-loader": "^1.7.0-next.1",
64
69
  "@types/http-proxy-middleware": "^0.19.3",
65
70
  "@types/supertest": "^2.0.8",
66
- "@types/uuid": "^8.0.0",
71
+ "@types/uuid": "^9.0.0",
67
72
  "@types/yup": "^0.29.13",
68
73
  "msw": "^1.0.0",
69
74
  "supertest": "^6.1.3"
70
75
  },
71
- "files": [
72
- "dist",
73
- "config.d.ts",
74
- "alpha"
75
- ],
76
76
  "configSchema": "config.d.ts"
77
77
  }