@backstage/plugin-auth-backend-module-okta-provider 0.0.0-nightly-20260127025640 → 0.0.0-nightly-20260128025246

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 +12 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,22 @@
1
1
  # @backstage/plugin-auth-backend-module-okta-provider
2
2
 
3
- ## 0.0.0-nightly-20260127025640
3
+ ## 0.0.0-nightly-20260128025246
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 69d880e: Bump to latest zod to ensure it has the latest features
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20260127025640
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20260127025640
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260128025246
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20260128025246
11
+
12
+ ## 0.2.11-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - 69d880e: Bump to latest zod to ensure it has the latest features
17
+ - Updated dependencies
18
+ - @backstage/backend-plugin-api@1.7.0-next.0
19
+ - @backstage/plugin-auth-node@0.6.12-next.0
11
20
 
12
21
  ## 0.2.10
13
22
 
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-20260127025640",
3
+ "version": "0.0.0-nightly-20260128025246",
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-20260127025640",
41
- "@backstage/plugin-auth-node": "0.0.0-nightly-20260127025640",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260128025246",
41
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20260128025246",
42
42
  "@davidzemon/passport-okta-oauth": "^0.0.7",
43
43
  "express": "^4.22.0",
44
44
  "passport": "^0.7.0",
45
45
  "zod": "^3.25.76"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-defaults": "0.0.0-nightly-20260127025640",
49
- "@backstage/backend-test-utils": "0.0.0-nightly-20260127025640",
50
- "@backstage/cli": "0.0.0-nightly-20260127025640",
51
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20260127025640",
48
+ "@backstage/backend-defaults": "0.0.0-nightly-20260128025246",
49
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260128025246",
50
+ "@backstage/cli": "0.0.0-nightly-20260128025246",
51
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20260128025246",
52
52
  "@backstage/types": "1.2.2",
53
53
  "supertest": "^7.0.0"
54
54
  },