@backstage/plugin-auth-backend-module-vmware-cloud-provider 0.5.9 → 0.5.10-next.1

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,5 +1,23 @@
1
1
  # @backstage/plugin-auth-backend-module-vmware-cloud-provider
2
2
 
3
+ ## 0.5.10-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-auth-node@0.6.10-next.1
9
+ - @backstage/backend-plugin-api@1.6.0-next.1
10
+ - @backstage/catalog-model@1.7.6
11
+
12
+ ## 0.5.10-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/plugin-auth-node@0.6.10-next.0
18
+ - @backstage/backend-plugin-api@1.5.1-next.0
19
+ - @backstage/catalog-model@1.7.6
20
+
3
21
  ## 0.5.9
4
22
 
5
23
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -27,4 +27,5 @@ declare const vmwareCloudAuthenticator: _backstage_plugin_auth_node.OAuthAuthent
27
27
  */
28
28
  declare const authModuleVmwareCloudProvider: _backstage_backend_plugin_api.BackendFeature;
29
29
 
30
- export { type VMwareCloudAuthenticatorContext, type VMwarePassportProfile, authModuleVmwareCloudProvider as default, vmwareCloudAuthenticator };
30
+ export { authModuleVmwareCloudProvider as default, vmwareCloudAuthenticator };
31
+ export type { VMwareCloudAuthenticatorContext, VMwarePassportProfile };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-vmware-cloud-provider",
3
- "version": "0.5.9",
3
+ "version": "0.5.10-next.1",
4
4
  "description": "The vmware-cloud-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,21 +36,21 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-plugin-api": "^1.5.0",
40
- "@backstage/catalog-model": "^1.7.6",
41
- "@backstage/plugin-auth-node": "^0.6.9",
39
+ "@backstage/backend-plugin-api": "1.6.0-next.1",
40
+ "@backstage/catalog-model": "1.7.6",
41
+ "@backstage/plugin-auth-node": "0.6.10-next.1",
42
42
  "@types/passport-oauth2": "^1.4.15",
43
43
  "jose": "^5.0.0",
44
44
  "passport-oauth2": "^1.6.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/backend-defaults": "^0.13.1",
48
- "@backstage/backend-test-utils": "^1.10.0",
49
- "@backstage/cli": "^0.34.5",
50
- "@backstage/config": "^1.3.6",
51
- "@backstage/errors": "^1.2.7",
52
- "@backstage/plugin-auth-backend": "^0.25.6",
53
- "@backstage/types": "^1.2.2",
47
+ "@backstage/backend-defaults": "0.14.0-next.1",
48
+ "@backstage/backend-test-utils": "1.10.2-next.1",
49
+ "@backstage/cli": "0.35.0-next.2",
50
+ "@backstage/config": "1.3.6",
51
+ "@backstage/errors": "1.2.7",
52
+ "@backstage/plugin-auth-backend": "0.25.7-next.1",
53
+ "@backstage/types": "1.2.2",
54
54
  "msw": "^2.0.8",
55
55
  "supertest": "^7.0.0"
56
56
  },