@backstage/plugin-auth-backend-module-pinniped-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 +15 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # @backstage/plugin-auth-backend-module-pinniped-provider
2
2
 
3
- ## 0.0.0-nightly-20260127025640
3
+ ## 0.0.0-nightly-20260128025246
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 7455dae: Use node prefix on native imports
7
8
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20260127025640
9
- - @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
+ - @backstage/config@1.3.6
12
+ - @backstage/types@1.2.2
13
+
14
+ ## 0.3.11-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - 7455dae: Use node prefix on native imports
19
+ - Updated dependencies
20
+ - @backstage/backend-plugin-api@1.7.0-next.0
21
+ - @backstage/plugin-auth-node@0.6.12-next.0
10
22
  - @backstage/config@1.3.6
11
23
  - @backstage/types@1.2.2
12
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-pinniped-provider",
3
- "version": "0.0.0-nightly-20260127025640",
3
+ "version": "0.0.0-nightly-20260128025246",
4
4
  "description": "The pinniped-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,18 +36,18 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260127025640",
39
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260128025246",
40
40
  "@backstage/config": "1.3.6",
41
- "@backstage/plugin-auth-node": "0.0.0-nightly-20260127025640",
41
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20260128025246",
42
42
  "@backstage/types": "1.2.2",
43
43
  "luxon": "^3.4.3",
44
44
  "openid-client": "^5.4.3"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/backend-defaults": "0.0.0-nightly-20260127025640",
48
- "@backstage/backend-test-utils": "0.0.0-nightly-20260127025640",
49
- "@backstage/cli": "0.0.0-nightly-20260127025640",
50
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20260127025640",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20260128025246",
48
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260128025246",
49
+ "@backstage/cli": "0.0.0-nightly-20260128025246",
50
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20260128025246",
51
51
  "cookie-parser": "^1.4.6",
52
52
  "express": "^4.22.0",
53
53
  "express-session": "^1.17.3",