File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 61
61
"./remoteConfig" : " ./lib/v2/providers/remoteConfig.js" ,
62
62
"./testLab" : " ./lib/v2/providers/testLab.js" ,
63
63
"./firestore" : " ./lib/v2/providers/firestore.js" ,
64
+ "./dataconnect" : " ./lib/v2/providers/dataconnect.js" ,
64
65
"./v2" : " ./lib/v2/index.js" ,
65
66
"./v2/core" : " ./lib/v2/core.js" ,
66
67
"./v2/options" : " ./lib/v2/options.js" ,
79
80
"./v2/scheduler" : " ./lib/v2/providers/scheduler.js" ,
80
81
"./v2/remoteConfig" : " ./lib/v2/providers/remoteConfig.js" ,
81
82
"./v2/testLab" : " ./lib/v2/providers/testLab.js" ,
82
- "./v2/firestore" : " ./lib/v2/providers/firestore.js"
83
+ "./v2/firestore" : " ./lib/v2/providers/firestore.js" ,
84
+ "./v2/dataconnect" : " ./lib/v2/providers/dataconnect.js"
83
85
},
84
86
"typesVersions" : {
85
87
"*" : {
179
181
"firestore" : [
180
182
" ./lib/v2/providers/firestore"
181
183
],
184
+ "dataconnect" : [
185
+ " ./lib/v2/providers/dataconnect"
186
+ ],
182
187
"v2" : [
183
188
" lib/v2"
184
189
],
You can’t perform that action at this time.
0 commit comments