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

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