@backstage/plugin-techdocs 0.0.0-nightly-20220216022224 → 0.0.0-nightly-20220217022146

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 +13 -10
  2. package/package.json +26 -23
package/CHANGELOG.md CHANGED
@@ -1,21 +1,24 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20220216022224
3
+ ## 0.0.0-nightly-20220217022146
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
8
+ - c77c5c7eb6: Added `backstage.role` to `package.json`
8
9
  - 9df7b43e1a: Improve overall appearance of highlighted code in docs.
9
10
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20220216022224
11
- - @backstage/core-plugin-api@0.0.0-nightly-20220216022224
12
- - @backstage/errors@0.0.0-nightly-20220216022224
13
- - @backstage/integration@0.0.0-nightly-20220216022224
14
- - @backstage/integration-react@0.0.0-nightly-20220216022224
15
- - @backstage/plugin-catalog@0.0.0-nightly-20220216022224
16
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220216022224
17
- - @backstage/plugin-search@0.0.0-nightly-20220216022224
18
- - @backstage/catalog-model@0.0.0-nightly-20220216022224
11
+ - @backstage/core-components@0.0.0-nightly-20220217022146
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20220217022146
13
+ - @backstage/errors@0.0.0-nightly-20220217022146
14
+ - @backstage/integration@0.0.0-nightly-20220217022146
15
+ - @backstage/integration-react@0.0.0-nightly-20220217022146
16
+ - @backstage/plugin-catalog@0.0.0-nightly-20220217022146
17
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220217022146
18
+ - @backstage/plugin-search@0.0.0-nightly-20220217022146
19
+ - @backstage/catalog-model@0.0.0-nightly-20220217022146
20
+ - @backstage/config@0.0.0-nightly-20220217022146
21
+ - @backstage/theme@0.0.0-nightly-20220217022146
19
22
 
20
23
  ## 0.13.3
21
24
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
3
  "description": "The Backstage plugin that renders technical documentation for your components",
4
- "version": "0.0.0-nightly-20220216022224",
4
+ "version": "0.0.0-nightly-20220217022146",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -11,6 +11,9 @@
11
11
  "main": "dist/index.esm.js",
12
12
  "types": "dist/index.d.ts"
13
13
  },
14
+ "backstage": {
15
+ "role": "frontend-plugin"
16
+ },
14
17
  "homepage": "https://backstage.io",
15
18
  "repository": {
16
19
  "type": "git",
@@ -22,27 +25,27 @@
22
25
  "techdocs"
23
26
  ],
24
27
  "scripts": {
25
- "build": "backstage-cli plugin:build",
26
- "start": "backstage-cli plugin:serve",
27
- "lint": "backstage-cli lint",
28
- "test": "backstage-cli test",
28
+ "build": "backstage-cli package build",
29
+ "start": "backstage-cli package start",
30
+ "lint": "backstage-cli package lint",
31
+ "test": "backstage-cli package test",
29
32
  "diff": "backstage-cli plugin:diff",
30
- "prepack": "backstage-cli prepack",
31
- "postpack": "backstage-cli postpack",
32
- "clean": "backstage-cli clean"
33
+ "prepack": "backstage-cli package prepack",
34
+ "postpack": "backstage-cli package postpack",
35
+ "clean": "backstage-cli package clean"
33
36
  },
34
37
  "dependencies": {
35
- "@backstage/catalog-model": "^0.0.0-nightly-20220216022224",
36
- "@backstage/config": "^0.1.13",
37
- "@backstage/core-components": "^0.0.0-nightly-20220216022224",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220216022224",
39
- "@backstage/errors": "^0.0.0-nightly-20220216022224",
40
- "@backstage/integration": "^0.0.0-nightly-20220216022224",
41
- "@backstage/integration-react": "^0.0.0-nightly-20220216022224",
42
- "@backstage/plugin-catalog": "^0.0.0-nightly-20220216022224",
43
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220216022224",
44
- "@backstage/plugin-search": "^0.0.0-nightly-20220216022224",
45
- "@backstage/theme": "^0.2.14",
38
+ "@backstage/catalog-model": "^0.0.0-nightly-20220217022146",
39
+ "@backstage/config": "^0.0.0-nightly-20220217022146",
40
+ "@backstage/core-components": "^0.0.0-nightly-20220217022146",
41
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220217022146",
42
+ "@backstage/errors": "^0.0.0-nightly-20220217022146",
43
+ "@backstage/integration": "^0.0.0-nightly-20220217022146",
44
+ "@backstage/integration-react": "^0.0.0-nightly-20220217022146",
45
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20220217022146",
46
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220217022146",
47
+ "@backstage/plugin-search": "^0.0.0-nightly-20220217022146",
48
+ "@backstage/theme": "^0.0.0-nightly-20220217022146",
46
49
  "@material-ui/core": "^4.12.2",
47
50
  "@material-ui/icons": "^4.9.1",
48
51
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -62,10 +65,10 @@
62
65
  "react-dom": "^16.13.1 || ^17.0.0"
63
66
  },
64
67
  "devDependencies": {
65
- "@backstage/cli": "^0.0.0-nightly-20220216022224",
66
- "@backstage/core-app-api": "^0.0.0-nightly-20220216022224",
67
- "@backstage/dev-utils": "^0.0.0-nightly-20220216022224",
68
- "@backstage/test-utils": "^0.0.0-nightly-20220216022224",
68
+ "@backstage/cli": "^0.0.0-nightly-20220217022146",
69
+ "@backstage/core-app-api": "^0.0.0-nightly-20220217022146",
70
+ "@backstage/dev-utils": "^0.0.0-nightly-20220217022146",
71
+ "@backstage/test-utils": "^0.0.0-nightly-20220217022146",
69
72
  "@testing-library/jest-dom": "^5.10.1",
70
73
  "@testing-library/react": "^11.2.5",
71
74
  "@testing-library/react-hooks": "^7.0.2",