@backstage/plugin-proxy-backend 0.4.11-next.0 → 0.4.11

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