@backstage/plugin-auth-backend-module-vmware-cloud-provider 0.0.0-nightly-20240225021220 → 0.0.0-nightly-20240227020936

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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-auth-backend-module-vmware-cloud-provider
2
2
 
3
- ## 0.0.0-nightly-20240225021220
3
+ ## 0.0.0-nightly-20240227020936
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 2af5354: Bump dependency `jose` to v5
8
8
  - Updated dependencies
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20240225021220
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240225021220
11
- - @backstage/catalog-model@0.0.0-nightly-20240225021220
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240227020936
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240227020936
11
+ - @backstage/catalog-model@0.0.0-nightly-20240227020936
12
12
 
13
13
  ## 0.1.2
14
14
 
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-20240225021220",
3
+ "version": "0.0.0-nightly-20240227020936",
4
4
  "description": "The vmware-cloud-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -31,20 +31,20 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240225021220",
35
- "@backstage/catalog-model": "^0.0.0-nightly-20240225021220",
36
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240225021220",
34
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240227020936",
35
+ "@backstage/catalog-model": "^0.0.0-nightly-20240227020936",
36
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240227020936",
37
37
  "@types/passport-oauth2": "^1.4.15",
38
38
  "jose": "^5.0.0",
39
39
  "passport-oauth2": "^1.6.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/backend-defaults": "^0.0.0-nightly-20240225021220",
43
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240225021220",
44
- "@backstage/cli": "^0.0.0-nightly-20240225021220",
45
- "@backstage/config": "^0.0.0-nightly-20240225021220",
46
- "@backstage/errors": "^0.0.0-nightly-20240225021220",
47
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240225021220",
42
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240227020936",
43
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240227020936",
44
+ "@backstage/cli": "^0.0.0-nightly-20240227020936",
45
+ "@backstage/config": "^0.0.0-nightly-20240227020936",
46
+ "@backstage/errors": "^0.0.0-nightly-20240227020936",
47
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240227020936",
48
48
  "msw": "^2.0.8",
49
49
  "supertest": "^6.3.3"
50
50
  }