Skip to content

Commit 6934023

Browse files
committed
Fix exports paths
1 parent 9cdd901 commit 6934023

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

packages-exp/firebase-exp/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,95 +24,95 @@
2424
"compat/index.d.ts"
2525
],
2626
"exports": {
27-
"analytics": {
27+
"./analytics": {
2828
"node": "./analytics/dist/index.cjs.js",
2929
"default": "./analytics/dist/index.esm.js"
3030
},
31-
"app": {
31+
"./app": {
3232
"node": "./app/dist/index.cjs.js",
3333
"default": "./app/dist/index.esm.js"
3434
},
35-
"auth": {
35+
"./auth": {
3636
"node": "./auth/dist/index.cjs.js",
3737
"default": "./auth/dist/index.esm.js"
3838
},
39-
"database": {
39+
"./database": {
4040
"node": "./database/dist/index.cjs.js",
4141
"default": "./database/dist/index.esm.js"
4242
},
43-
"firestore": {
43+
"./firestore": {
4444
"node": "./firestore/dist/index.cjs.js",
4545
"default": "./firestore/dist/index.esm.js"
4646
},
47-
"firestore/lite": {
47+
"./firestore/lite": {
4848
"node": "./firestore/lite/dist/index.cjs.js",
4949
"default": "./firestore/lite/dist/index.esm.js"
5050
},
51-
"functions": {
51+
"./functions": {
5252
"node": "./functions/dist/index.cjs.js",
5353
"default": "./functions/dist/index.esm.js"
5454
},
55-
"installations": {
55+
"./installations": {
5656
"node": "./installations/dist/index.cjs.js",
5757
"default": "./installations/dist/index.esm.js"
5858
},
59-
"messaging": {
59+
"./messaging": {
6060
"node": "./messaging/dist/index.cjs.js",
6161
"default": "./messaging/dist/index.esm.js"
6262
},
63-
"performance": {
63+
"./performance": {
6464
"node": "./performance/dist/index.cjs.js",
6565
"default": "./performance/dist/index.esm.js"
6666
},
67-
"remote-config": {
67+
"./remote-config": {
6868
"node": "./remote-config/dist/index.cjs.js",
6969
"default": "./remote-config/dist/index.esm.js"
7070
},
71-
"storage": {
71+
"./storage": {
7272
"node": "./storage/dist/index.cjs.js",
7373
"default": "./storage/dist/index.esm.js"
7474
},
75-
"compat/analytics": {
75+
"./compat/analytics": {
7676
"node": "./compat/analytics/dist/index.cjs.js",
7777
"default": "./compat/analytics/dist/index.esm.js"
7878
},
79-
"compat/app": {
79+
"./compat/app": {
8080
"node": "./compat/app/dist/index.cjs.js",
8181
"default": "./compat/app/dist/index.esm.js"
8282
},
83-
"compat/auth": {
83+
"./compat/auth": {
8484
"node": "./compat/auth/dist/index.cjs.js",
8585
"default": "./compat/auth/dist/index.esm.js"
8686
},
87-
"compat/database": {
87+
"./compat/database": {
8888
"node": "./compat/database/dist/index.cjs.js",
8989
"default": "./compat/database/dist/index.esm.js"
9090
},
91-
"compat/firestore": {
91+
"./compat/firestore": {
9292
"node": "./compat/firestore/dist/index.cjs.js",
9393
"default": "./compat/firestore/dist/index.esm.js"
9494
},
95-
"compat/functions": {
95+
"./compat/functions": {
9696
"node": "./compat/functions/dist/index.cjs.js",
9797
"default": "./compat/functions/dist/index.esm.js"
9898
},
99-
"compat/installations": {
99+
"./compat/installations": {
100100
"node": "./compat/installations/dist/index.cjs.js",
101101
"default": "./compat/installations/dist/index.esm.js"
102102
},
103-
"compat/messaging": {
103+
"./compat/messaging": {
104104
"node": "./compat/messaging/dist/index.cjs.js",
105105
"default": "./compat/messaging/dist/index.esm.js"
106106
},
107-
"compat/performance": {
107+
"./compat/performance": {
108108
"node": "./compat/performance/dist/index.cjs.js",
109109
"default": "./compat/performance/dist/index.esm.js"
110110
},
111-
"compat/remote-config": {
111+
"./compat/remote-config": {
112112
"node": "./compat/remote-config/dist/index.cjs.js",
113113
"default": "./compat/remote-config/dist/index.esm.js"
114114
},
115-
"compat/storage": {
115+
"./compat/storage": {
116116
"node": "./compat/storage/dist/index.cjs.js",
117117
"default": "./compat/storage/dist/index.esm.js"
118118
}

0 commit comments

Comments
 (0)