@backstage/plugin-catalog-backend-module-backstage-openapi 0.0.0-nightly-20240307020519 → 0.0.0-nightly-20240309020749

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 +9 -9
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @backstage/plugin-catalog-backend-module-backstage-openapi
2
2
 
3
- ## 0.0.0-nightly-20240307020519
3
+ ## 0.0.0-nightly-20240309020749
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 43a9ae1: Migrated to use new auth service.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240307020519
10
- - @backstage/config@0.0.0-nightly-20240307020519
11
- - @backstage/errors@0.0.0-nightly-20240307020519
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20240307020519
13
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240307020519
14
- - @backstage/backend-openapi-utils@0.0.0-nightly-20240307020519
15
- - @backstage/backend-tasks@0.0.0-nightly-20240307020519
16
- - @backstage/catalog-model@0.0.0-nightly-20240307020519
9
+ - @backstage/backend-common@0.0.0-nightly-20240309020749
10
+ - @backstage/config@0.0.0-nightly-20240309020749
11
+ - @backstage/errors@0.0.0-nightly-20240309020749
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240309020749
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240309020749
14
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20240309020749
15
+ - @backstage/backend-tasks@0.0.0-nightly-20240309020749
16
+ - @backstage/catalog-model@0.0.0-nightly-20240309020749
17
17
 
18
18
  ## 0.1.7-next.1
19
19
 
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-20240307020519",
3
+ "version": "0.0.0-nightly-20240309020749",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module"
6
6
  },
@@ -31,14 +31,14 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-common": "^0.0.0-nightly-20240307020519",
35
- "@backstage/backend-openapi-utils": "^0.0.0-nightly-20240307020519",
36
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240307020519",
37
- "@backstage/backend-tasks": "^0.0.0-nightly-20240307020519",
38
- "@backstage/catalog-model": "^0.0.0-nightly-20240307020519",
39
- "@backstage/config": "^0.0.0-nightly-20240307020519",
40
- "@backstage/errors": "^0.0.0-nightly-20240307020519",
41
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240307020519",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20240309020749",
35
+ "@backstage/backend-openapi-utils": "^0.0.0-nightly-20240309020749",
36
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240309020749",
37
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240309020749",
38
+ "@backstage/catalog-model": "^0.0.0-nightly-20240309020749",
39
+ "@backstage/config": "^0.0.0-nightly-20240309020749",
40
+ "@backstage/errors": "^0.0.0-nightly-20240309020749",
41
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240309020749",
42
42
  "cross-fetch": "^4.0.0",
43
43
  "lodash": "^4.17.21",
44
44
  "openapi-merge": "^1.3.2",
@@ -46,7 +46,7 @@
46
46
  "yn": "^4.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "^0.0.0-nightly-20240307020519",
49
+ "@backstage/cli": "^0.0.0-nightly-20240309020749",
50
50
  "@types/express": "*",
51
51
  "@types/supertest": "^2.0.8",
52
52
  "openapi3-ts": "^3.1.2"