@backstage/plugin-auth-backend-module-okta-provider 0.0.0-nightly-20250311023550 → 0.0.0-nightly-20250313023625

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,12 +1,22 @@
1
1
  # @backstage/plugin-auth-backend-module-okta-provider
2
2
 
3
- ## 0.0.0-nightly-20250311023550
3
+ ## 0.0.0-nightly-20250313023625
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - ce15e30: Fixed repository url in `README.md`
7
8
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.0.0-nightly-20250311023550
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250311023550
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250313023625
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250313023625
11
+
12
+ ## 0.2.1-next.2
13
+
14
+ ### Patch Changes
15
+
16
+ - ce15e30: Fixed repository url in `README.md`
17
+ - Updated dependencies
18
+ - @backstage/backend-plugin-api@1.2.1-next.1
19
+ - @backstage/plugin-auth-node@0.6.1-next.1
10
20
 
11
21
  ## 0.2.1-next.1
12
22
 
package/README.md CHANGED
@@ -26,5 +26,5 @@ export const okta = createAuthProviderIntegration({
26
26
 
27
27
  ## Links
28
28
 
29
- - [Repository](https://okta.com/backstage/backstage/tree/master/plugins/auth-backend-module-okta-provider)
29
+ - [Repository](https://github.com/backstage/backstage/tree/master/plugins/auth-backend-module-okta-provider)
30
30
  - [Backstage Project Homepage](https://backstage.io)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-okta-provider",
3
- "version": "0.0.0-nightly-20250311023550",
3
+ "version": "0.0.0-nightly-20250313023625",
4
4
  "description": "The okta-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,17 +37,17 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250311023550",
41
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250311023550",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250313023625",
41
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250313023625",
42
42
  "@davidzemon/passport-okta-oauth": "^0.0.5",
43
43
  "express": "^4.18.2",
44
44
  "passport": "^0.7.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/backend-defaults": "0.0.0-nightly-20250311023550",
48
- "@backstage/backend-test-utils": "0.0.0-nightly-20250311023550",
49
- "@backstage/cli": "0.0.0-nightly-20250311023550",
50
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250311023550",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20250313023625",
48
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250313023625",
49
+ "@backstage/cli": "0.0.0-nightly-20250313023625",
50
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250313023625",
51
51
  "@backstage/types": "1.2.1",
52
52
  "supertest": "^7.0.0"
53
53
  },