@backstage/plugin-auth-backend-module-okta-provider 0.0.0-nightly-20250617024253 → 0.0.0-nightly-20250627024218

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 +11 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,21 @@
1
1
  # @backstage/plugin-auth-backend-module-okta-provider
2
2
 
3
- ## 0.0.0-nightly-20250617024253
3
+ ## 0.0.0-nightly-20250627024218
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250627024218
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250627024218
10
+
11
+ ## 0.2.4
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - b25977f: Updated dependency `@davidzemon/passport-okta-oauth` to `^0.0.6`.
8
16
  - Updated dependencies
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20250617024253
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20250617024253
17
+ - @backstage/plugin-auth-node@0.6.4
18
+ - @backstage/backend-plugin-api@1.4.0
11
19
 
12
20
  ## 0.2.4-next.1
13
21
 
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-20250617024253",
3
+ "version": "0.0.0-nightly-20250627024218",
4
4
  "description": "The okta-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,18 +37,18 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250617024253",
41
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250617024253",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250627024218",
41
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250627024218",
42
42
  "@davidzemon/passport-okta-oauth": "^0.0.6",
43
43
  "express": "^4.18.2",
44
44
  "passport": "^0.7.0",
45
45
  "zod": "^3.22.4"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-defaults": "0.0.0-nightly-20250617024253",
49
- "@backstage/backend-test-utils": "0.0.0-nightly-20250617024253",
50
- "@backstage/cli": "0.0.0-nightly-20250617024253",
51
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250617024253",
48
+ "@backstage/backend-defaults": "0.0.0-nightly-20250627024218",
49
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250627024218",
50
+ "@backstage/cli": "0.0.0-nightly-20250627024218",
51
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250627024218",
52
52
  "@backstage/types": "1.2.1",
53
53
  "supertest": "^7.0.0"
54
54
  },