@backstage/plugin-search-backend-module-techdocs 0.0.0-nightly-20230730021726 → 0.0.0-nightly-20230801022410

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,22 +1,22 @@
1
1
  # @backstage/plugin-search-backend-module-techdocs
2
2
 
3
- ## 0.0.0-nightly-20230730021726
3
+ ## 0.0.0-nightly-20230801022410
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 12a8c94eda8d: Add package repository and homepage metadata
8
8
  - Updated dependencies
9
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20230730021726
10
- - @backstage/backend-common@0.0.0-nightly-20230730021726
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20230730021726
12
- - @backstage/backend-tasks@0.0.0-nightly-20230730021726
9
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20230801022410
10
+ - @backstage/backend-common@0.0.0-nightly-20230801022410
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230801022410
12
+ - @backstage/backend-tasks@0.0.0-nightly-20230801022410
13
13
  - @backstage/catalog-client@1.4.3
14
14
  - @backstage/catalog-model@1.4.1
15
15
  - @backstage/config@1.0.8
16
16
  - @backstage/plugin-catalog-common@1.0.15
17
17
  - @backstage/plugin-permission-common@0.7.7
18
18
  - @backstage/plugin-search-common@1.2.5
19
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20230730021726
19
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20230801022410
20
20
 
21
21
  ## 0.1.4-next.0
22
22
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-techdocs",
3
- "version": "0.0.0-nightly-20230730021726",
3
+ "version": "0.0.0-nightly-20230801022410",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-techdocs",
3
3
  "description": "A module for the search backend that exports techdocs modules",
4
- "version": "0.0.0-nightly-20230730021726",
4
+ "version": "0.0.0-nightly-20230801022410",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,25 +40,25 @@
40
40
  "clean": "backstage-cli package clean"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.0.0-nightly-20230730021726",
44
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230730021726",
45
- "@backstage/backend-tasks": "^0.0.0-nightly-20230730021726",
43
+ "@backstage/backend-common": "^0.0.0-nightly-20230801022410",
44
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230801022410",
45
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230801022410",
46
46
  "@backstage/catalog-client": "^1.4.3",
47
47
  "@backstage/catalog-model": "^1.4.1",
48
48
  "@backstage/config": "^1.0.8",
49
49
  "@backstage/plugin-catalog-common": "^1.0.15",
50
50
  "@backstage/plugin-permission-common": "^0.7.7",
51
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230730021726",
51
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230801022410",
52
52
  "@backstage/plugin-search-common": "^1.2.5",
53
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20230730021726",
53
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20230801022410",
54
54
  "lodash": "^4.17.21",
55
55
  "node-fetch": "^2.6.7",
56
56
  "p-limit": "^3.1.0",
57
57
  "winston": "^3.2.1"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230730021726",
61
- "@backstage/cli": "^0.0.0-nightly-20230730021726",
60
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230801022410",
61
+ "@backstage/cli": "^0.0.0-nightly-20230801022410",
62
62
  "msw": "^1.0.0"
63
63
  },
64
64
  "files": [