@@ -5,150 +5,150 @@ module.exports = [
55 module : {
66 name : '@supabase/supabase-js' ,
77 versionRange : '2.112.2' ,
8- filePath : 'dist/index.cjs'
8+ filePath : 'dist/index.cjs' ,
99 } ,
1010 astQuery : 'VariableDeclarator[id.name="fetchWithAuth"] ReturnStatement > ArrowFunctionExpression[async=true]' ,
1111 functionQuery : { kind : 'Async' } ,
12- channelName : 'fetchWithAuth'
12+ channelName : 'fetchWithAuth' ,
1313 } ,
1414 {
1515 module : {
1616 name : '@supabase/supabase-js' ,
1717 versionRange : '2.112.2' ,
18- filePath : 'dist/index.mjs'
18+ filePath : 'dist/index.mjs' ,
1919 } ,
2020 astQuery : 'VariableDeclarator[id.name="fetchWithAuth"] ReturnStatement > ArrowFunctionExpression[async=true]' ,
2121 functionQuery : { kind : 'Async' } ,
22- channelName : 'fetchWithAuth'
22+ channelName : 'fetchWithAuth' ,
2323 } ,
2424 {
2525 module : {
2626 name : '@supabase/auth-js' ,
2727 versionRange : '2.112.2' ,
28- filePath : 'dist/main/GoTrueClient.js'
28+ filePath : 'dist/main/GoTrueClient.js' ,
2929 } ,
3030 functionQuery : {
3131 methodName : 'getUser' ,
3232 className : 'GoTrueClient' ,
33- kind : 'Async'
33+ kind : 'Async' ,
3434 } ,
35- channelName : 'GoTrueClient_getUser'
35+ channelName : 'GoTrueClient_getUser' ,
3636 } ,
3737 {
3838 module : {
3939 name : '@supabase/auth-js' ,
4040 versionRange : '2.112.2' ,
41- filePath : 'dist/module/GoTrueClient.js'
41+ filePath : 'dist/module/GoTrueClient.js' ,
4242 } ,
4343 functionQuery : {
4444 methodName : 'getUser' ,
4545 className : 'GoTrueClient' ,
46- kind : 'Async'
46+ kind : 'Async' ,
4747 } ,
48- channelName : 'GoTrueClient_getUser'
48+ channelName : 'GoTrueClient_getUser' ,
4949 } ,
5050 {
5151 module : {
5252 name : '@supabase/storage-js' ,
5353 versionRange : '2.112.2' ,
54- filePath : 'dist/index.cjs'
54+ filePath : 'dist/index.cjs' ,
5555 } ,
5656 functionQuery : {
5757 methodName : 'listBuckets' ,
5858 className : 'StorageBucketApi' ,
59- kind : 'Async'
59+ kind : 'Async' ,
6060 } ,
61- channelName : 'StorageBucketApi_listBuckets'
61+ channelName : 'StorageBucketApi_listBuckets' ,
6262 } ,
6363 {
6464 module : {
6565 name : '@supabase/storage-js' ,
6666 versionRange : '2.112.2' ,
67- filePath : 'dist/index.mjs'
67+ filePath : 'dist/index.mjs' ,
6868 } ,
6969 functionQuery : {
7070 methodName : 'listBuckets' ,
7171 className : 'StorageBucketApi' ,
72- kind : 'Async'
72+ kind : 'Async' ,
7373 } ,
74- channelName : 'StorageBucketApi_listBuckets'
74+ channelName : 'StorageBucketApi_listBuckets' ,
7575 } ,
7676 {
7777 module : {
7878 name : '@supabase/realtime-js' ,
7979 versionRange : '2.112.2' ,
80- filePath : 'dist/main/RealtimeChannel.js'
80+ filePath : 'dist/main/RealtimeChannel.js' ,
8181 } ,
8282 functionQuery : {
8383 methodName : 'send' ,
8484 className : 'RealtimeChannel' ,
85- kind : 'Async'
85+ kind : 'Async' ,
8686 } ,
87- channelName : 'RealtimeChannel_send'
87+ channelName : 'RealtimeChannel_send' ,
8888 } ,
8989 {
9090 module : {
9191 name : '@supabase/realtime-js' ,
9292 versionRange : '2.112.2' ,
93- filePath : 'dist/module/RealtimeChannel.js'
93+ filePath : 'dist/module/RealtimeChannel.js' ,
9494 } ,
9595 functionQuery : {
9696 methodName : 'send' ,
9797 className : 'RealtimeChannel' ,
98- kind : 'Async'
98+ kind : 'Async' ,
9999 } ,
100- channelName : 'RealtimeChannel_send'
100+ channelName : 'RealtimeChannel_send' ,
101101 } ,
102102 {
103103 module : {
104104 name : '@supabase/functions-js' ,
105105 versionRange : '2.112.2' ,
106- filePath : 'dist/main/FunctionsClient.js'
106+ filePath : 'dist/main/FunctionsClient.js' ,
107107 } ,
108108 functionQuery : {
109109 methodName : 'invoke' ,
110110 className : 'FunctionsClient' ,
111- kind : 'Async'
111+ kind : 'Async' ,
112112 } ,
113- channelName : 'FunctionsClient_invoke'
113+ channelName : 'FunctionsClient_invoke' ,
114114 } ,
115115 {
116116 module : {
117117 name : '@supabase/functions-js' ,
118118 versionRange : '2.112.2' ,
119- filePath : 'dist/module/FunctionsClient.js'
119+ filePath : 'dist/module/FunctionsClient.js' ,
120120 } ,
121121 functionQuery : {
122122 methodName : 'invoke' ,
123123 className : 'FunctionsClient' ,
124- kind : 'Async'
124+ kind : 'Async' ,
125125 } ,
126- channelName : 'FunctionsClient_invoke'
126+ channelName : 'FunctionsClient_invoke' ,
127127 } ,
128128 {
129129 module : {
130130 name : '@supabase/postgrest-js' ,
131131 versionRange : '2.112.2' ,
132- filePath : 'dist/index.cjs'
132+ filePath : 'dist/index.cjs' ,
133133 } ,
134134 functionQuery : {
135135 methodName : 'then' ,
136136 className : 'PostgrestBuilder' ,
137- kind : 'Async'
137+ kind : 'Async' ,
138138 } ,
139- channelName : 'PostgrestBuilder_then'
139+ channelName : 'PostgrestBuilder_then' ,
140140 } ,
141141 {
142142 module : {
143143 name : '@supabase/postgrest-js' ,
144144 versionRange : '2.112.2' ,
145- filePath : 'dist/index.mjs'
145+ filePath : 'dist/index.mjs' ,
146146 } ,
147147 functionQuery : {
148148 methodName : 'then' ,
149149 className : 'PostgrestBuilder' ,
150- kind : 'Async'
150+ kind : 'Async' ,
151151 } ,
152- channelName : 'PostgrestBuilder_then'
153- }
152+ channelName : 'PostgrestBuilder_then' ,
153+ } ,
154154]
0 commit comments