@friggframework/core 2.0.0--canary.461.d74bc46.0 → 2.0.0--canary.461.419b22c.0

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.
@@ -366,3 +366,4 @@ describe('AuthenticateUser - Multi-Mode Authentication', () => {
366
366
  });
367
367
  });
368
368
 
369
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@friggframework/core",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "2.0.0--canary.461.d74bc46.0",
4
+ "version": "2.0.0--canary.461.419b22c.0",
5
5
  "dependencies": {
6
6
  "@aws-sdk/client-apigatewaymanagementapi": "^3.588.0",
7
7
  "@aws-sdk/client-kms": "^3.588.0",
@@ -37,9 +37,9 @@
37
37
  }
38
38
  },
39
39
  "devDependencies": {
40
- "@friggframework/eslint-config": "2.0.0--canary.461.d74bc46.0",
41
- "@friggframework/prettier-config": "2.0.0--canary.461.d74bc46.0",
42
- "@friggframework/test": "2.0.0--canary.461.d74bc46.0",
40
+ "@friggframework/eslint-config": "2.0.0--canary.461.419b22c.0",
41
+ "@friggframework/prettier-config": "2.0.0--canary.461.419b22c.0",
42
+ "@friggframework/test": "2.0.0--canary.461.419b22c.0",
43
43
  "@prisma/client": "^6.17.0",
44
44
  "@types/lodash": "4.17.15",
45
45
  "@typescript-eslint/eslint-plugin": "^8.0.0",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "d74bc4663a37599d6f1924b84a265bf54cae948f"
82
+ "gitHead": "419b22cafd38631e39efb165682ec225f2b0186c"
83
83
  }
@@ -343,3 +343,4 @@ describe('GetUserFromXFriggHeaders', () => {
343
343
  });
344
344
  });
345
345
 
346
+
@@ -76,3 +76,4 @@ class AuthenticateUser {
76
76
 
77
77
  module.exports = { AuthenticateUser };
78
78
 
79
+
@@ -146,3 +146,4 @@ class GetUserFromAdopterJwt {
146
146
 
147
147
  module.exports = { GetUserFromAdopterJwt };
148
148
 
149
+
@@ -103,3 +103,4 @@ class GetUserFromXFriggHeaders {
103
103
 
104
104
  module.exports = { GetUserFromXFriggHeaders };
105
105
 
106
+