@backstage/plugin-techdocs 0.0.0-nightly-20241107023156 → 0.0.0-nightly-20241109022707

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,6 +1,6 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20241107023156
3
+ ## 0.0.0-nightly-20241109022707
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -13,21 +13,21 @@
13
13
  - 4a2f73a: Fix an issue that caused the current documentation page to be re-rendered when navigating to
14
14
  another one.
15
15
  - Updated dependencies
16
- - @backstage/theme@0.0.0-nightly-20241107023156
17
- - @backstage/core-components@0.0.0-nightly-20241107023156
18
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20241107023156
16
+ - @backstage/theme@0.0.0-nightly-20241109022707
17
+ - @backstage/core-components@0.0.0-nightly-20241109022707
18
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20241109022707
19
19
  - @backstage/catalog-model@1.7.0
20
20
  - @backstage/config@1.2.0
21
- - @backstage/core-compat-api@0.0.0-nightly-20241107023156
21
+ - @backstage/core-compat-api@0.0.0-nightly-20241109022707
22
22
  - @backstage/core-plugin-api@1.10.0
23
23
  - @backstage/errors@1.2.4
24
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241107023156
24
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241109022707
25
25
  - @backstage/integration@1.15.1
26
26
  - @backstage/integration-react@1.2.0
27
- - @backstage/plugin-auth-react@0.0.0-nightly-20241107023156
28
- - @backstage/plugin-catalog-react@0.0.0-nightly-20241107023156
27
+ - @backstage/plugin-auth-react@0.0.0-nightly-20241109022707
28
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20241109022707
29
29
  - @backstage/plugin-search-common@1.2.14
30
- - @backstage/plugin-search-react@0.0.0-nightly-20241107023156
30
+ - @backstage/plugin-search-react@0.0.0-nightly-20241109022707
31
31
  - @backstage/plugin-techdocs-common@0.1.0
32
32
 
33
33
  ## 1.11.1-next.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20241107023156",
3
+ "version": "0.0.0-nightly-20241109022707",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -44,10 +44,19 @@
44
44
  },
45
45
  "main": "./dist/index.esm.js",
46
46
  "types": "./dist/index.d.ts",
47
+ "typesVersions": {
48
+ "*": {
49
+ "index": [
50
+ "dist/index.d.ts"
51
+ ],
52
+ "alpha": [
53
+ "dist/alpha.d.ts"
54
+ ]
55
+ }
56
+ },
47
57
  "files": [
48
58
  "dist",
49
- "config.d.ts",
50
- "alpha"
59
+ "config.d.ts"
51
60
  ],
52
61
  "scripts": {
53
62
  "build": "backstage-cli package build",
@@ -61,20 +70,20 @@
61
70
  "dependencies": {
62
71
  "@backstage/catalog-model": "1.7.0",
63
72
  "@backstage/config": "1.2.0",
64
- "@backstage/core-compat-api": "0.0.0-nightly-20241107023156",
65
- "@backstage/core-components": "0.0.0-nightly-20241107023156",
73
+ "@backstage/core-compat-api": "0.0.0-nightly-20241109022707",
74
+ "@backstage/core-components": "0.0.0-nightly-20241109022707",
66
75
  "@backstage/core-plugin-api": "1.10.0",
67
76
  "@backstage/errors": "1.2.4",
68
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241107023156",
77
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241109022707",
69
78
  "@backstage/integration": "1.15.1",
70
79
  "@backstage/integration-react": "1.2.0",
71
- "@backstage/plugin-auth-react": "0.0.0-nightly-20241107023156",
72
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20241107023156",
80
+ "@backstage/plugin-auth-react": "0.0.0-nightly-20241109022707",
81
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20241109022707",
73
82
  "@backstage/plugin-search-common": "1.2.14",
74
- "@backstage/plugin-search-react": "0.0.0-nightly-20241107023156",
83
+ "@backstage/plugin-search-react": "0.0.0-nightly-20241109022707",
75
84
  "@backstage/plugin-techdocs-common": "0.1.0",
76
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20241107023156",
77
- "@backstage/theme": "0.0.0-nightly-20241107023156",
85
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20241109022707",
86
+ "@backstage/theme": "0.0.0-nightly-20241109022707",
78
87
  "@material-ui/core": "^4.12.2",
79
88
  "@material-ui/icons": "^4.9.1",
80
89
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -88,11 +97,11 @@
88
97
  "react-use": "^17.2.4"
89
98
  },
90
99
  "devDependencies": {
91
- "@backstage/cli": "0.0.0-nightly-20241107023156",
100
+ "@backstage/cli": "0.0.0-nightly-20241109022707",
92
101
  "@backstage/core-app-api": "1.15.1",
93
- "@backstage/dev-utils": "0.0.0-nightly-20241107023156",
94
- "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20241107023156",
95
- "@backstage/test-utils": "0.0.0-nightly-20241107023156",
102
+ "@backstage/dev-utils": "0.0.0-nightly-20241109022707",
103
+ "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20241109022707",
104
+ "@backstage/test-utils": "0.0.0-nightly-20241109022707",
96
105
  "@testing-library/dom": "^10.0.0",
97
106
  "@testing-library/jest-dom": "^6.0.0",
98
107
  "@testing-library/react": "^16.0.0",
@@ -1,7 +0,0 @@
1
- {
2
- "name": "@backstage/plugin-techdocs__alpha",
3
- "version": "0.0.0-nightly-20241107023156",
4
- "main": "../dist/alpha.esm.js",
5
- "module": "../dist/alpha.esm.js",
6
- "types": "../dist/alpha.d.ts"
7
- }