@backstage/plugin-auth-backend-module-vmware-cloud-provider 0.0.0-nightly-20240319021037 → 0.0.0-nightly-20240322021005

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.
package/CHANGELOG.md CHANGED
@@ -1,14 +1,23 @@
1
1
  # @backstage/plugin-auth-backend-module-vmware-cloud-provider
2
2
 
3
- ## 0.0.0-nightly-20240319021037
3
+ ## 0.0.0-nightly-20240322021005
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240322021005
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240322021005
10
+ - @backstage/catalog-model@1.4.5
11
+
12
+ ## 0.1.6
4
13
 
5
14
  ### Patch Changes
6
15
 
7
16
  - 2af5354: Bump dependency `jose` to v5
8
17
  - Updated dependencies
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20240319021037
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240319021037
11
- - @backstage/catalog-model@0.0.0-nightly-20240319021037
18
+ - @backstage/plugin-auth-node@0.4.9
19
+ - @backstage/backend-plugin-api@0.6.14
20
+ - @backstage/catalog-model@1.4.5
12
21
 
13
22
  ## 0.1.6-next.2
14
23
 
package/dist/index.cjs.js CHANGED
@@ -212,6 +212,6 @@ const authModuleVmwareCloudProvider = backendPluginApi.createBackendModule({
212
212
  }
213
213
  });
214
214
 
215
- exports["default"] = authModuleVmwareCloudProvider;
215
+ exports.default = authModuleVmwareCloudProvider;
216
216
  exports.vmwareCloudAuthenticator = vmwareCloudAuthenticator;
217
217
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.d.ts CHANGED
@@ -40,4 +40,4 @@ declare namespace vmwareCloudSignInResolvers {
40
40
  const profileEmailMatchingUserEntityEmail: _backstage_plugin_auth_node.SignInResolverFactory<OAuthAuthenticatorResult<PassportProfile>, unknown>;
41
41
  }
42
42
 
43
- export { VMwareCloudAuthenticatorContext, VMwarePassportProfile, authModuleVmwareCloudProvider as default, vmwareCloudAuthenticator, vmwareCloudSignInResolvers };
43
+ export { type VMwareCloudAuthenticatorContext, type VMwarePassportProfile, authModuleVmwareCloudProvider as default, vmwareCloudAuthenticator, vmwareCloudSignInResolvers };
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-20240319021037",
3
+ "version": "0.0.0-nightly-20240322021005",
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-20240319021037",
35
- "@backstage/catalog-model": "^0.0.0-nightly-20240319021037",
36
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240319021037",
34
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240322021005",
35
+ "@backstage/catalog-model": "^1.4.5",
36
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240322021005",
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-20240319021037",
43
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240319021037",
44
- "@backstage/cli": "^0.0.0-nightly-20240319021037",
45
- "@backstage/config": "^0.0.0-nightly-20240319021037",
46
- "@backstage/errors": "^0.0.0-nightly-20240319021037",
47
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240319021037",
42
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240322021005",
43
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240322021005",
44
+ "@backstage/cli": "^0.0.0-nightly-20240322021005",
45
+ "@backstage/config": "^1.2.0",
46
+ "@backstage/errors": "^1.2.4",
47
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240322021005",
48
48
  "msw": "^2.0.8",
49
49
  "supertest": "^6.3.3"
50
50
  }