Skip to content

Commit 0bf77c2

Browse files
committed
Fix export
1 parent f9c5b5e commit 0bf77c2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"./remoteConfig": "./lib/v2/providers/remoteConfig.js",
6262
"./testLab": "./lib/v2/providers/testLab.js",
6363
"./firestore": "./lib/v2/providers/firestore.js",
64+
"./dataconnect": "./lib/v2/providers/dataconnect.js",
6465
"./v2": "./lib/v2/index.js",
6566
"./v2/core": "./lib/v2/core.js",
6667
"./v2/options": "./lib/v2/options.js",
@@ -79,7 +80,8 @@
7980
"./v2/scheduler": "./lib/v2/providers/scheduler.js",
8081
"./v2/remoteConfig": "./lib/v2/providers/remoteConfig.js",
8182
"./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"
8385
},
8486
"typesVersions": {
8587
"*": {
@@ -179,6 +181,9 @@
179181
"firestore": [
180182
"./lib/v2/providers/firestore"
181183
],
184+
"dataconnect": [
185+
"./lib/v2/providers/dataconnect"
186+
],
182187
"v2": [
183188
"lib/v2"
184189
],

0 commit comments

Comments
 (0)