@authhero/cloudflare-adapter 2.25.1 → 2.25.2
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.
|
@@ -385,6 +385,8 @@ declare const logInsertSchema: z.ZodObject<{
|
|
|
385
385
|
connection?: string | undefined;
|
|
386
386
|
strategy?: string | undefined;
|
|
387
387
|
strategy_type?: string | undefined;
|
|
388
|
+
audience?: string | undefined;
|
|
389
|
+
scope?: string | undefined;
|
|
388
390
|
auth0_client?: {
|
|
389
391
|
version: string;
|
|
390
392
|
name: string;
|
|
@@ -395,8 +397,6 @@ declare const logInsertSchema: z.ZodObject<{
|
|
|
395
397
|
hostname?: string | undefined;
|
|
396
398
|
connection_id?: string | undefined;
|
|
397
399
|
user_id?: string | undefined;
|
|
398
|
-
audience?: string | undefined;
|
|
399
|
-
scope?: string | undefined;
|
|
400
400
|
details?: any;
|
|
401
401
|
user_name?: string | undefined;
|
|
402
402
|
client_name?: string | undefined;
|
|
@@ -420,6 +420,8 @@ declare const logInsertSchema: z.ZodObject<{
|
|
|
420
420
|
connection?: string | undefined;
|
|
421
421
|
strategy?: string | undefined;
|
|
422
422
|
strategy_type?: string | undefined;
|
|
423
|
+
audience?: string | undefined;
|
|
424
|
+
scope?: string | undefined;
|
|
423
425
|
auth0_client?: {
|
|
424
426
|
version: string;
|
|
425
427
|
name: string;
|
|
@@ -430,8 +432,6 @@ declare const logInsertSchema: z.ZodObject<{
|
|
|
430
432
|
hostname?: string | undefined;
|
|
431
433
|
connection_id?: string | undefined;
|
|
432
434
|
user_id?: string | undefined;
|
|
433
|
-
audience?: string | undefined;
|
|
434
|
-
scope?: string | undefined;
|
|
435
435
|
details?: any;
|
|
436
436
|
user_name?: string | undefined;
|
|
437
437
|
client_name?: string | undefined;
|
|
@@ -523,6 +523,8 @@ declare const logSchema: z.ZodObject<{
|
|
|
523
523
|
connection?: string | undefined;
|
|
524
524
|
strategy?: string | undefined;
|
|
525
525
|
strategy_type?: string | undefined;
|
|
526
|
+
audience?: string | undefined;
|
|
527
|
+
scope?: string | undefined;
|
|
526
528
|
auth0_client?: {
|
|
527
529
|
version: string;
|
|
528
530
|
name: string;
|
|
@@ -533,8 +535,6 @@ declare const logSchema: z.ZodObject<{
|
|
|
533
535
|
hostname?: string | undefined;
|
|
534
536
|
connection_id?: string | undefined;
|
|
535
537
|
user_id?: string | undefined;
|
|
536
|
-
audience?: string | undefined;
|
|
537
|
-
scope?: string | undefined;
|
|
538
538
|
details?: any;
|
|
539
539
|
user_name?: string | undefined;
|
|
540
540
|
client_name?: string | undefined;
|
|
@@ -558,6 +558,8 @@ declare const logSchema: z.ZodObject<{
|
|
|
558
558
|
connection?: string | undefined;
|
|
559
559
|
strategy?: string | undefined;
|
|
560
560
|
strategy_type?: string | undefined;
|
|
561
|
+
audience?: string | undefined;
|
|
562
|
+
scope?: string | undefined;
|
|
561
563
|
auth0_client?: {
|
|
562
564
|
version: string;
|
|
563
565
|
name: string;
|
|
@@ -568,8 +570,6 @@ declare const logSchema: z.ZodObject<{
|
|
|
568
570
|
hostname?: string | undefined;
|
|
569
571
|
connection_id?: string | undefined;
|
|
570
572
|
user_id?: string | undefined;
|
|
571
|
-
audience?: string | undefined;
|
|
572
|
-
scope?: string | undefined;
|
|
573
573
|
details?: any;
|
|
574
574
|
user_name?: string | undefined;
|
|
575
575
|
client_name?: string | undefined;
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "https://github.com/markusahlstrand/authhero"
|
|
13
13
|
},
|
|
14
|
-
"version": "2.25.
|
|
14
|
+
"version": "2.25.2",
|
|
15
15
|
"files": [
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"nanoid": "^5.1.6",
|
|
48
48
|
"wretch": "^3.0.2",
|
|
49
|
-
"@authhero/adapter-interfaces": "1.
|
|
50
|
-
"@authhero/kysely-adapter": "10.
|
|
49
|
+
"@authhero/adapter-interfaces": "1.7.0",
|
|
50
|
+
"@authhero/kysely-adapter": "10.130.0"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"build": "tsc && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts",
|