@backstage/plugin-catalog-backend-module-backstage-openapi 0.0.0-nightly-20240322021005 → 0.0.0-nightly-20240324021343

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 +25 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,17 +1,37 @@
1
1
  # @backstage/plugin-catalog-backend-module-backstage-openapi
2
2
 
3
- ## 0.0.0-nightly-20240322021005
3
+ ## 0.0.0-nightly-20240324021343
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-tasks@0.0.0-nightly-20240322021005
9
- - @backstage/backend-openapi-utils@0.0.0-nightly-20240322021005
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240322021005
8
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240324021343
9
+ - @backstage/backend-tasks@0.0.0-nightly-20240324021343
10
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20240324021343
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240324021343
11
12
  - @backstage/catalog-model@1.4.5
12
13
  - @backstage/config@1.2.0
13
14
  - @backstage/errors@1.2.4
14
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240322021005
15
+
16
+ ## 0.1.9
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/plugin-catalog-node@1.10.0
22
+ - @backstage/backend-tasks@0.5.20
23
+ - @backstage/backend-openapi-utils@0.1.8
24
+ - @backstage/backend-plugin-api@0.6.15
25
+ - @backstage/catalog-model@1.4.5
26
+ - @backstage/config@1.2.0
27
+ - @backstage/errors@1.2.4
28
+
29
+ ## 0.1.8
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+ - @backstage/plugin-catalog-node@1.9.0
15
35
 
16
36
  ## 0.1.7
17
37
 
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-20240322021005",
3
+ "version": "0.0.0-nightly-20240324021343",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module"
6
6
  },
@@ -31,19 +31,19 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-openapi-utils": "^0.0.0-nightly-20240322021005",
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240322021005",
36
- "@backstage/backend-tasks": "^0.0.0-nightly-20240322021005",
34
+ "@backstage/backend-openapi-utils": "^0.0.0-nightly-20240324021343",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240324021343",
36
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240324021343",
37
37
  "@backstage/catalog-model": "^1.4.5",
38
38
  "@backstage/config": "^1.2.0",
39
39
  "@backstage/errors": "^1.2.4",
40
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240322021005",
40
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240324021343",
41
41
  "cross-fetch": "^4.0.0",
42
42
  "openapi-merge": "^1.3.2",
43
43
  "uuid": "^9.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "^0.0.0-nightly-20240322021005",
46
+ "@backstage/cli": "^0.0.0-nightly-20240324021343",
47
47
  "openapi3-ts": "^3.1.2"
48
48
  },
49
49
  "configSchema": "config.d.ts"