@backstage/plugin-catalog-backend-module-backstage-openapi 0.0.0-nightly-20240212021120 → 0.0.0-nightly-20240213021024

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 +7 -7
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/plugin-catalog-backend-module-backstage-openapi
2
2
 
3
- ## 0.0.0-nightly-20240212021120
3
+ ## 0.0.0-nightly-20240213021024
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 8472188: Added or fixed the `repository` field in `package.json`.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240212021120
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240212021120
11
- - @backstage/backend-tasks@0.0.0-nightly-20240212021120
12
- - @backstage/catalog-model@0.0.0-nightly-20240212021120
13
- - @backstage/backend-openapi-utils@0.0.0-nightly-20240212021120
14
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240212021120
9
+ - @backstage/backend-common@0.0.0-nightly-20240213021024
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240213021024
11
+ - @backstage/backend-tasks@0.0.0-nightly-20240213021024
12
+ - @backstage/catalog-model@0.0.0-nightly-20240213021024
13
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20240213021024
14
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240213021024
15
15
  - @backstage/config@1.1.1
16
16
  - @backstage/errors@1.2.3
17
17
 
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-20240212021120",
3
+ "version": "0.0.0-nightly-20240213021024",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -27,14 +27,14 @@
27
27
  "postpack": "backstage-cli package postpack"
28
28
  },
29
29
  "dependencies": {
30
- "@backstage/backend-common": "^0.0.0-nightly-20240212021120",
31
- "@backstage/backend-openapi-utils": "^0.0.0-nightly-20240212021120",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240212021120",
33
- "@backstage/backend-tasks": "^0.0.0-nightly-20240212021120",
34
- "@backstage/catalog-model": "^0.0.0-nightly-20240212021120",
30
+ "@backstage/backend-common": "^0.0.0-nightly-20240213021024",
31
+ "@backstage/backend-openapi-utils": "^0.0.0-nightly-20240213021024",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240213021024",
33
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240213021024",
34
+ "@backstage/catalog-model": "^0.0.0-nightly-20240213021024",
35
35
  "@backstage/config": "^1.1.1",
36
36
  "@backstage/errors": "^1.2.3",
37
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240212021120",
37
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240213021024",
38
38
  "cross-fetch": "^4.0.0",
39
39
  "lodash": "^4.17.21",
40
40
  "openapi-merge": "^1.3.2",
@@ -42,7 +42,7 @@
42
42
  "yn": "^4.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-20240212021120",
45
+ "@backstage/cli": "^0.0.0-nightly-20240213021024",
46
46
  "@types/express": "*",
47
47
  "@types/supertest": "^2.0.8",
48
48
  "openapi3-ts": "^3.1.2"