@backstage/plugin-catalog-backend-module-backstage-openapi 0.0.0-nightly-20240312020947 → 0.0.0-nightly-20240314033554

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 +22 -8
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,19 +1,33 @@
1
1
  # @backstage/plugin-catalog-backend-module-backstage-openapi
2
2
 
3
- ## 0.0.0-nightly-20240312020947
3
+ ## 0.0.0-nightly-20240314033554
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 2bd1410: Removed unused dependencies
8
8
  - 43a9ae1: Migrated to use new auth service.
9
9
  - Updated dependencies
10
- - @backstage/config@0.0.0-nightly-20240312020947
11
- - @backstage/errors@0.0.0-nightly-20240312020947
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20240312020947
13
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240312020947
14
- - @backstage/backend-openapi-utils@0.0.0-nightly-20240312020947
15
- - @backstage/backend-tasks@0.0.0-nightly-20240312020947
16
- - @backstage/catalog-model@0.0.0-nightly-20240312020947
10
+ - @backstage/config@0.0.0-nightly-20240314033554
11
+ - @backstage/errors@0.0.0-nightly-20240314033554
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240314033554
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240314033554
14
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20240314033554
15
+ - @backstage/backend-tasks@0.0.0-nightly-20240314033554
16
+ - @backstage/catalog-model@0.0.0-nightly-20240314033554
17
+
18
+ ## 0.1.7-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - 2bd1410: Removed unused dependencies
23
+ - Updated dependencies
24
+ - @backstage/plugin-catalog-node@1.8.0-next.2
25
+ - @backstage/backend-openapi-utils@0.1.7-next.2
26
+ - @backstage/backend-plugin-api@0.6.14-next.2
27
+ - @backstage/backend-tasks@0.5.19-next.2
28
+ - @backstage/catalog-model@1.4.5-next.0
29
+ - @backstage/config@1.2.0-next.1
30
+ - @backstage/errors@1.2.4-next.0
17
31
 
18
32
  ## 0.1.7-next.1
19
33
 
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-20240312020947",
3
+ "version": "0.0.0-nightly-20240314033554",
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-20240312020947",
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240312020947",
36
- "@backstage/backend-tasks": "^0.0.0-nightly-20240312020947",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20240312020947",
38
- "@backstage/config": "^0.0.0-nightly-20240312020947",
39
- "@backstage/errors": "^0.0.0-nightly-20240312020947",
40
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240312020947",
34
+ "@backstage/backend-openapi-utils": "^0.0.0-nightly-20240314033554",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240314033554",
36
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240314033554",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20240314033554",
38
+ "@backstage/config": "^0.0.0-nightly-20240314033554",
39
+ "@backstage/errors": "^0.0.0-nightly-20240314033554",
40
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240314033554",
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-20240312020947",
46
+ "@backstage/cli": "^0.0.0-nightly-20240314033554",
47
47
  "openapi3-ts": "^3.1.2"
48
48
  },
49
49
  "configSchema": "config.d.ts"