@backstage/plugin-techdocs-backend 1.9.6 → 1.9.7-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.
package/CHANGELOG.md CHANGED
@@ -1,34 +1,38 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
- ## 1.9.6
3
+ ## 1.9.7-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.21.3
9
- - @backstage/plugin-search-backend-module-techdocs@0.1.17
10
- - @backstage/plugin-techdocs-node@1.11.5
11
- - @backstage/backend-plugin-api@0.6.13
8
+ - @backstage/config@1.2.0-next.1
9
+ - @backstage/backend-common@0.21.4-next.1
10
+ - @backstage/backend-plugin-api@0.6.14-next.1
11
+ - @backstage/integration@1.9.1-next.1
12
+ - @backstage/plugin-permission-common@0.7.13-next.1
13
+ - @backstage/plugin-search-backend-module-techdocs@0.1.18-next.1
14
+ - @backstage/plugin-techdocs-node@1.11.6-next.1
15
+ - @backstage/catalog-client@1.6.1-next.0
16
+ - @backstage/catalog-model@1.4.5-next.0
17
+ - @backstage/errors@1.2.4-next.0
18
+ - @backstage/plugin-catalog-common@1.0.22-next.1
12
19
 
13
- ## 1.9.5
20
+ ## 1.9.6-next.0
14
21
 
15
22
  ### Patch Changes
16
23
 
17
24
  - Updated dependencies
18
- - @backstage/backend-common@0.21.2
19
- - @backstage/plugin-search-backend-module-techdocs@0.1.16
20
- - @backstage/plugin-techdocs-node@1.11.4
21
- - @backstage/backend-plugin-api@0.6.12
22
-
23
- ## 1.9.4
24
-
25
- ### Patch Changes
26
-
27
- - Updated dependencies
28
- - @backstage/backend-common@0.21.1
29
- - @backstage/plugin-search-backend-module-techdocs@0.1.15
30
- - @backstage/plugin-techdocs-node@1.11.3
31
- - @backstage/backend-plugin-api@0.6.11
25
+ - @backstage/backend-common@0.21.3-next.0
26
+ - @backstage/errors@1.2.4-next.0
27
+ - @backstage/backend-plugin-api@0.6.13-next.0
28
+ - @backstage/plugin-techdocs-node@1.11.5-next.0
29
+ - @backstage/plugin-permission-common@0.7.13-next.0
30
+ - @backstage/plugin-search-backend-module-techdocs@0.1.17-next.0
31
+ - @backstage/catalog-client@1.6.1-next.0
32
+ - @backstage/catalog-model@1.4.5-next.0
33
+ - @backstage/config@1.1.2-next.0
34
+ - @backstage/integration@1.9.1-next.0
35
+ - @backstage/plugin-catalog-common@1.0.22-next.0
32
36
 
33
37
  ## 1.9.3
34
38
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
- "version": "1.9.6",
3
+ "version": "1.9.7-next.1",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,13 +1,24 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
+ "version": "1.9.7-next.1",
3
4
  "description": "The Backstage backend plugin that renders technical documentation for your components",
4
- "version": "1.9.6",
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
+ "techdocs"
14
+ ],
15
+ "homepage": "https://backstage.io",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/backstage/backstage",
19
+ "directory": "plugins/techdocs-backend"
20
+ },
21
+ "license": "Apache-2.0",
11
22
  "exports": {
12
23
  ".": {
13
24
  "require": "./dist/index.cjs.js",
@@ -21,40 +32,34 @@
21
32
  },
22
33
  "./package.json": "./package.json"
23
34
  },
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/techdocs-backend"
32
- },
33
- "keywords": [
34
- "backstage",
35
- "techdocs"
35
+ "main": "./dist/index.cjs.js",
36
+ "types": "./dist/index.d.ts",
37
+ "files": [
38
+ "dist",
39
+ "config.d.ts",
40
+ "alpha"
36
41
  ],
37
42
  "scripts": {
38
- "start": "backstage-cli package start",
39
43
  "build": "backstage-cli package build",
44
+ "clean": "backstage-cli package clean",
40
45
  "lint": "backstage-cli package lint",
41
- "test": "backstage-cli package test",
42
46
  "prepack": "backstage-cli package prepack",
43
47
  "postpack": "backstage-cli package postpack",
44
- "clean": "backstage-cli package clean"
48
+ "start": "backstage-cli package start",
49
+ "test": "backstage-cli package test"
45
50
  },
46
51
  "dependencies": {
47
- "@backstage/backend-common": "^0.21.3",
48
- "@backstage/backend-plugin-api": "^0.6.13",
49
- "@backstage/catalog-client": "^1.6.0",
50
- "@backstage/catalog-model": "^1.4.4",
51
- "@backstage/config": "^1.1.1",
52
- "@backstage/errors": "^1.2.3",
53
- "@backstage/integration": "^1.9.0",
54
- "@backstage/plugin-catalog-common": "^1.0.21",
55
- "@backstage/plugin-permission-common": "^0.7.12",
56
- "@backstage/plugin-search-backend-module-techdocs": "^0.1.17",
57
- "@backstage/plugin-techdocs-node": "^1.11.5",
52
+ "@backstage/backend-common": "^0.21.4-next.1",
53
+ "@backstage/backend-plugin-api": "^0.6.14-next.1",
54
+ "@backstage/catalog-client": "^1.6.1-next.0",
55
+ "@backstage/catalog-model": "^1.4.5-next.0",
56
+ "@backstage/config": "^1.2.0-next.1",
57
+ "@backstage/errors": "^1.2.4-next.0",
58
+ "@backstage/integration": "^1.9.1-next.1",
59
+ "@backstage/plugin-catalog-common": "^1.0.22-next.1",
60
+ "@backstage/plugin-permission-common": "^0.7.13-next.1",
61
+ "@backstage/plugin-search-backend-module-techdocs": "^0.1.18-next.1",
62
+ "@backstage/plugin-techdocs-node": "^1.11.6-next.1",
58
63
  "@types/express": "^4.17.6",
59
64
  "dockerode": "^4.0.0",
60
65
  "express": "^4.17.1",
@@ -67,16 +72,11 @@
67
72
  "winston": "^3.2.1"
68
73
  },
69
74
  "devDependencies": {
70
- "@backstage/backend-test-utils": "^0.3.3",
71
- "@backstage/cli": "^0.25.2",
75
+ "@backstage/backend-test-utils": "^0.3.4-next.1",
76
+ "@backstage/cli": "^0.25.3-next.1",
72
77
  "@types/dockerode": "^3.3.0",
73
78
  "msw": "^1.0.0",
74
79
  "supertest": "^6.1.3"
75
80
  },
76
- "files": [
77
- "dist",
78
- "config.d.ts",
79
- "alpha"
80
- ],
81
81
  "configSchema": "config.d.ts"
82
82
  }