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

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