@backstage/plugin-catalog-backend-module-backstage-openapi 0.0.0-nightly-20240206021010 → 0.0.0-nightly-20240208020940

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 +21 -7
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,19 +1,33 @@
1
1
  # @backstage/plugin-catalog-backend-module-backstage-openapi
2
2
 
3
- ## 0.0.0-nightly-20240206021010
3
+ ## 0.0.0-nightly-20240208020940
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240206021010
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240206021010
10
- - @backstage/backend-tasks@0.0.0-nightly-20240206021010
11
- - @backstage/catalog-model@0.0.0-nightly-20240206021010
12
- - @backstage/backend-openapi-utils@0.0.0-nightly-20240206021010
13
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240206021010
8
+ - @backstage/backend-common@0.0.0-nightly-20240208020940
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240208020940
10
+ - @backstage/backend-tasks@0.0.0-nightly-20240208020940
11
+ - @backstage/catalog-model@0.0.0-nightly-20240208020940
12
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20240208020940
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240208020940
14
14
  - @backstage/config@1.1.1
15
15
  - @backstage/errors@1.2.3
16
16
 
17
+ ## 0.1.3-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.21.0-next.2
23
+ - @backstage/backend-plugin-api@0.6.10-next.2
24
+ - @backstage/backend-tasks@0.5.15-next.2
25
+ - @backstage/backend-openapi-utils@0.1.3-next.2
26
+ - @backstage/plugin-catalog-node@1.6.2-next.2
27
+ - @backstage/config@1.1.1
28
+ - @backstage/catalog-model@1.4.4-next.0
29
+ - @backstage/errors@1.2.3
30
+
17
31
  ## 0.1.3-next.1
18
32
 
19
33
  ### Patch Changes
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-20240206021010",
3
+ "version": "0.0.0-nightly-20240208020940",
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-20240206021010",
26
- "@backstage/backend-openapi-utils": "^0.0.0-nightly-20240206021010",
27
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240206021010",
28
- "@backstage/backend-tasks": "^0.0.0-nightly-20240206021010",
29
- "@backstage/catalog-model": "^0.0.0-nightly-20240206021010",
25
+ "@backstage/backend-common": "^0.0.0-nightly-20240208020940",
26
+ "@backstage/backend-openapi-utils": "^0.0.0-nightly-20240208020940",
27
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240208020940",
28
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240208020940",
29
+ "@backstage/catalog-model": "^0.0.0-nightly-20240208020940",
30
30
  "@backstage/config": "^1.1.1",
31
31
  "@backstage/errors": "^1.2.3",
32
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240206021010",
32
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240208020940",
33
33
  "cross-fetch": "^4.0.0",
34
34
  "lodash": "^4.17.21",
35
35
  "openapi-merge": "^1.3.2",
@@ -37,7 +37,7 @@
37
37
  "yn": "^4.0.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@backstage/cli": "^0.0.0-nightly-20240206021010",
40
+ "@backstage/cli": "^0.0.0-nightly-20240208020940",
41
41
  "@types/express": "*",
42
42
  "@types/supertest": "^2.0.8",
43
43
  "openapi3-ts": "^3.1.2"