@backstage/plugin-catalog-backend-module-backstage-openapi 0.0.0-nightly-20231031021349 → 0.0.0-nightly-20231101021742

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 +20 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-backstage-openapi
2
2
 
3
- ## 0.0.0-nightly-20231031021349
3
+ ## 0.0.0-nightly-20231101021742
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,11 +9,25 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20231031021349
13
- - @backstage/backend-openapi-utils@0.0.0-nightly-20231031021349
14
- - @backstage/backend-common@0.0.0-nightly-20231031021349
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20231031021349
16
- - @backstage/backend-tasks@0.0.0-nightly-20231031021349
12
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20231101021742
13
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20231101021742
14
+ - @backstage/backend-common@0.0.0-nightly-20231101021742
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20231101021742
16
+ - @backstage/backend-tasks@0.0.0-nightly-20231101021742
17
+ - @backstage/catalog-model@1.4.3
18
+ - @backstage/config@1.1.1
19
+ - @backstage/errors@1.2.3
20
+
21
+ ## 0.1.0-next.1
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @backstage/plugin-catalog-node@1.5.0-next.1
27
+ - @backstage/backend-common@0.19.9-next.1
28
+ - @backstage/backend-tasks@0.5.12-next.1
29
+ - @backstage/backend-openapi-utils@0.1.0-next.1
30
+ - @backstage/backend-plugin-api@0.6.7-next.1
17
31
  - @backstage/catalog-model@1.4.3
18
32
  - @backstage/config@1.1.1
19
33
  - @backstage/errors@1.2.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-backstage-openapi",
3
- "version": "0.0.0-nightly-20231031021349",
3
+ "version": "0.0.0-nightly-20231101021742",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -22,14 +22,14 @@
22
22
  "postpack": "backstage-cli package postpack"
23
23
  },
24
24
  "dependencies": {
25
- "@backstage/backend-common": "^0.0.0-nightly-20231031021349",
26
- "@backstage/backend-openapi-utils": "^0.0.0-nightly-20231031021349",
27
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20231031021349",
28
- "@backstage/backend-tasks": "^0.0.0-nightly-20231031021349",
25
+ "@backstage/backend-common": "^0.0.0-nightly-20231101021742",
26
+ "@backstage/backend-openapi-utils": "^0.0.0-nightly-20231101021742",
27
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20231101021742",
28
+ "@backstage/backend-tasks": "^0.0.0-nightly-20231101021742",
29
29
  "@backstage/catalog-model": "^1.4.3",
30
30
  "@backstage/config": "^1.1.1",
31
31
  "@backstage/errors": "^1.2.3",
32
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20231031021349",
32
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20231101021742",
33
33
  "cross-fetch": "^3.1.5",
34
34
  "express": "^4.17.1",
35
35
  "express-promise-router": "^4.1.0",
@@ -39,8 +39,8 @@
39
39
  "yn": "^4.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "^0.0.0-nightly-20231031021349",
43
- "@backstage/test-utils": "^0.0.0-nightly-20231031021349",
42
+ "@backstage/cli": "^0.0.0-nightly-20231101021742",
43
+ "@backstage/test-utils": "^0.0.0-nightly-20231101021742",
44
44
  "@types/express": "*",
45
45
  "@types/supertest": "^2.0.8",
46
46
  "msw": "^1.0.0",