@backstage/plugin-auth-backend-module-vmware-cloud-provider 0.0.0-nightly-20240916023337 → 0.0.0-nightly-20240917021806

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 +4 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-backend-module-vmware-cloud-provider
2
2
 
3
- ## 0.0.0-nightly-20240916023337
3
+ ## 0.0.0-nightly-20240917021806
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -14,9 +14,9 @@
14
14
 
15
15
  - c2b63ab: Updated dependency `supertest` to `^7.0.0`.
16
16
  - Updated dependencies
17
- - @backstage/backend-plugin-api@0.0.0-nightly-20240916023337
18
- - @backstage/plugin-auth-node@0.0.0-nightly-20240916023337
19
- - @backstage/catalog-model@1.6.0
17
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240917021806
18
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240917021806
19
+ - @backstage/catalog-model@0.0.0-nightly-20240917021806
20
20
 
21
21
  ## 0.3.0-next.2
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-vmware-cloud-provider",
3
- "version": "0.0.0-nightly-20240916023337",
3
+ "version": "0.0.0-nightly-20240917021806",
4
4
  "description": "The vmware-cloud-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -33,20 +33,20 @@
33
33
  "test": "backstage-cli package test"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240916023337",
37
- "@backstage/catalog-model": "^1.6.0",
38
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240916023337",
36
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240917021806",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20240917021806",
38
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240917021806",
39
39
  "@types/passport-oauth2": "^1.4.15",
40
40
  "jose": "^5.0.0",
41
41
  "passport-oauth2": "^1.6.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/backend-defaults": "^0.0.0-nightly-20240916023337",
45
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240916023337",
46
- "@backstage/cli": "^0.0.0-nightly-20240916023337",
44
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240917021806",
45
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240917021806",
46
+ "@backstage/cli": "^0.0.0-nightly-20240917021806",
47
47
  "@backstage/config": "^1.2.0",
48
48
  "@backstage/errors": "^1.2.4",
49
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240916023337",
49
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240917021806",
50
50
  "msw": "^2.0.8",
51
51
  "supertest": "^7.0.0"
52
52
  }