@backstage/plugin-search-backend-module-techdocs 0.0.0-nightly-20230720022013 → 0.0.0-nightly-20230721022056

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,21 +1,21 @@
1
1
  # @backstage/plugin-search-backend-module-techdocs
2
2
 
3
- ## 0.0.0-nightly-20230720022013
3
+ ## 0.0.0-nightly-20230721022056
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20230720022013
9
- - @backstage/backend-tasks@0.0.0-nightly-20230720022013
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20230720022013
11
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20230720022013
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20230720022013
8
+ - @backstage/backend-common@0.0.0-nightly-20230721022056
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230721022056
10
+ - @backstage/backend-tasks@0.0.0-nightly-20230721022056
13
11
  - @backstage/catalog-client@1.4.3
14
12
  - @backstage/catalog-model@1.4.1
15
13
  - @backstage/config@1.0.8
16
14
  - @backstage/plugin-catalog-common@1.0.15
17
15
  - @backstage/plugin-permission-common@0.7.7
16
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20230721022056
18
17
  - @backstage/plugin-search-common@1.2.5
18
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20230721022056
19
19
 
20
20
  ## 0.1.3
21
21
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-techdocs",
3
- "version": "0.0.0-nightly-20230720022013",
3
+ "version": "0.0.0-nightly-20230721022056",
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-20230720022013",
4
+ "version": "0.0.0-nightly-20230721022056",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,25 +34,25 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.0.0-nightly-20230720022013",
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230720022013",
39
- "@backstage/backend-tasks": "^0.0.0-nightly-20230720022013",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20230721022056",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230721022056",
39
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230721022056",
40
40
  "@backstage/catalog-client": "^1.4.3",
41
41
  "@backstage/catalog-model": "^1.4.1",
42
42
  "@backstage/config": "^1.0.8",
43
43
  "@backstage/plugin-catalog-common": "^1.0.15",
44
44
  "@backstage/plugin-permission-common": "^0.7.7",
45
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230720022013",
45
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230721022056",
46
46
  "@backstage/plugin-search-common": "^1.2.5",
47
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20230720022013",
47
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20230721022056",
48
48
  "lodash": "^4.17.21",
49
49
  "node-fetch": "^2.6.7",
50
50
  "p-limit": "^3.1.0",
51
51
  "winston": "^3.2.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230720022013",
55
- "@backstage/cli": "^0.0.0-nightly-20230720022013",
54
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230721022056",
55
+ "@backstage/cli": "^0.0.0-nightly-20230721022056",
56
56
  "msw": "^1.0.0"
57
57
  },
58
58
  "files": [