@techdocs/cli 1.9.0-next.3 → 1.9.1-next.0
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 +24 -0
- package/dist/embedded-app/.config-schema.json +339 -569
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/3308.13263a7d.chunk.js +7 -0
- package/dist/embedded-app/static/3308.13263a7d.chunk.js.map +1 -0
- package/dist/embedded-app/static/{4036.18d0b7f2.chunk.js → 4036.368ff3a0.chunk.js} +1 -1
- package/dist/embedded-app/static/{4036.18d0b7f2.chunk.js.map → 4036.368ff3a0.chunk.js.map} +1 -1
- package/dist/embedded-app/static/8803.b0098400.chunk.js +11 -0
- package/dist/embedded-app/static/8803.b0098400.chunk.js.map +1 -0
- package/dist/embedded-app/static/{main.c951dbc1.js → main.5f7c3867.js} +28 -28
- package/dist/embedded-app/static/main.5f7c3867.js.map +1 -0
- package/dist/embedded-app/static/module-lodash.05581125.js +29 -0
- package/dist/embedded-app/static/module-lodash.05581125.js.map +1 -0
- package/dist/embedded-app/static/{runtime.c951dbc1.js → runtime.5f7c3867.js} +2 -2
- package/dist/embedded-app/static/{runtime.c951dbc1.js.map → runtime.5f7c3867.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.c951dbc1.js → vendor.5f7c3867.js} +48 -48
- package/dist/embedded-app/static/vendor.5f7c3867.js.map +1 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/3308.aa3dcbac.chunk.js +0 -7
- package/dist/embedded-app/static/3308.aa3dcbac.chunk.js.map +0 -1
- package/dist/embedded-app/static/8803.511872f8.chunk.js +0 -11
- package/dist/embedded-app/static/8803.511872f8.chunk.js.map +0 -1
- package/dist/embedded-app/static/main.c951dbc1.js.map +0 -1
- package/dist/embedded-app/static/module-lodash.aa647045.js +0 -29
- package/dist/embedded-app/static/module-lodash.aa647045.js.map +0 -1
- package/dist/embedded-app/static/vendor.c951dbc1.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
+
## 1.9.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-defaults@0.8.2-next.0
|
|
9
|
+
- @backstage/plugin-techdocs-node@1.13.1-next.0
|
|
10
|
+
|
|
11
|
+
## 1.9.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 8de3d2d: Allow configurable optional retries for publisher AWS S3 operations.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 69f84ac: Internal update to work with dynamic imports.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/backend-defaults@0.8.0
|
|
22
|
+
- @backstage/plugin-techdocs-node@1.13.0
|
|
23
|
+
- @backstage/catalog-model@1.7.3
|
|
24
|
+
- @backstage/cli-common@0.1.15
|
|
25
|
+
- @backstage/config@1.3.2
|
|
26
|
+
|
|
3
27
|
## 1.9.0-next.3
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|