@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20250310022211 → 0.0.0-nightly-20250311023550

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,13 +1,13 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20250310022211
3
+ ## 0.0.0-nightly-20250311023550
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.0.0-nightly-20250310022211
9
- - @backstage/plugin-auth-backend@0.0.0-nightly-20250310022211
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20250310022211
8
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250311023550
9
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20250311023550
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250311023550
11
11
  - @backstage/errors@1.2.7
12
12
 
13
13
  ## 0.4.1-next.1
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import * as _backstage_plugin_auth_node from '@backstage/plugin-auth-node';
3
2
  import * as crypto from 'crypto';
4
3
  import * as jose from 'jose';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-aws-alb-provider",
3
- "version": "0.0.0-nightly-20250310022211",
3
+ "version": "0.0.0-nightly-20250311023550",
4
4
  "description": "The aws-alb provider module for the Backstage auth backend.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -40,26 +40,19 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250310022211",
43
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250311023550",
44
44
  "@backstage/errors": "1.2.7",
45
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250310022211",
46
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250310022211",
45
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250311023550",
46
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250311023550",
47
47
  "jose": "^5.0.0",
48
48
  "node-cache": "^5.1.2"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "0.0.0-nightly-20250310022211",
52
- "@backstage/cli": "0.0.0-nightly-20250310022211",
51
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250311023550",
52
+ "@backstage/cli": "0.0.0-nightly-20250311023550",
53
53
  "@backstage/config": "1.3.2",
54
54
  "@backstage/types": "1.2.1",
55
55
  "express": "^4.18.2",
56
56
  "msw": "^2.0.8"
57
- },
58
- "typesVersions": {
59
- "*": {
60
- "index": [
61
- "dist/index.d.ts"
62
- ]
63
- }
64
57
  }
65
58
  }