@backstage/plugin-catalog-backend-module-backstage-openapi 0.1.3-next.2 → 0.1.3

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 +30 -0
  2. package/package.json +13 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/plugin-catalog-backend-module-backstage-openapi
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 8472188: Added or fixed the `repository` field in `package.json`.
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.21.0
10
+ - @backstage/backend-plugin-api@0.6.10
11
+ - @backstage/backend-tasks@0.5.15
12
+ - @backstage/catalog-model@1.4.4
13
+ - @backstage/backend-openapi-utils@0.1.3
14
+ - @backstage/plugin-catalog-node@1.7.0
15
+ - @backstage/config@1.1.1
16
+ - @backstage/errors@1.2.3
17
+
18
+ ## 0.1.3-next.3
19
+
20
+ ### Patch Changes
21
+
22
+ - 8472188: Added or fixed the `repository` field in `package.json`.
23
+ - Updated dependencies
24
+ - @backstage/backend-common@0.21.0-next.3
25
+ - @backstage/backend-tasks@0.5.15-next.3
26
+ - @backstage/plugin-catalog-node@1.6.2-next.3
27
+ - @backstage/backend-openapi-utils@0.1.3-next.3
28
+ - @backstage/backend-plugin-api@0.6.10-next.3
29
+ - @backstage/catalog-model@1.4.4-next.0
30
+ - @backstage/config@1.1.1
31
+ - @backstage/errors@1.2.3
32
+
3
33
  ## 0.1.3-next.2
4
34
 
5
35
  ### 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.1.3-next.2",
3
+ "version": "0.1.3",
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.21.0-next.2",
26
- "@backstage/backend-openapi-utils": "^0.1.3-next.2",
27
- "@backstage/backend-plugin-api": "^0.6.10-next.2",
28
- "@backstage/backend-tasks": "^0.5.15-next.2",
29
- "@backstage/catalog-model": "^1.4.4-next.0",
30
+ "@backstage/backend-common": "^0.21.0",
31
+ "@backstage/backend-openapi-utils": "^0.1.3",
32
+ "@backstage/backend-plugin-api": "^0.6.10",
33
+ "@backstage/backend-tasks": "^0.5.15",
34
+ "@backstage/catalog-model": "^1.4.4",
30
35
  "@backstage/config": "^1.1.1",
31
36
  "@backstage/errors": "^1.2.3",
32
- "@backstage/plugin-catalog-node": "^1.6.2-next.2",
37
+ "@backstage/plugin-catalog-node": "^1.7.0",
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.25.2-next.2",
45
+ "@backstage/cli": "^0.25.2",
41
46
  "@types/express": "*",
42
47
  "@types/supertest": "^2.0.8",
43
48
  "openapi3-ts": "^3.1.2"