|
28 | 28 | },
|
29 | 29 | "types": "lib/v2/index.d.ts",
|
30 | 30 | "exports": {
|
31 |
| - ".": "./lib/v2/index.js", |
32 | 31 | "./logger/compat": "./lib/logger/compat.js",
|
33 | 32 | "./logger": "./lib/logger/index.js",
|
34 | 33 | "./params": "./lib/params/index.js",
|
|
43 | 42 | "./v1/storage": "./lib/v1/providers/storage.js",
|
44 | 43 | "./v1/tasks": "./lib/v1/providers/tasks.js",
|
45 | 44 | "./v1/testLab": "./lib/v1/providers/testLab.js",
|
| 45 | + ".": "./lib/v2/index.js", |
46 | 46 | "./core": "./lib/v2/core.js",
|
47 | 47 | "./options": "./lib/v2/options.js",
|
48 | 48 | "./https": "./lib/v2/providers/https.js",
|
|
92 | 92 | "params": [
|
93 | 93 | "lib/params"
|
94 | 94 | ],
|
| 95 | + "v1": [ |
| 96 | + "lib/v1" |
| 97 | + ], |
| 98 | + "v1/analytics": [ |
| 99 | + "lib/v1/providers/analytics" |
| 100 | + ], |
| 101 | + "v1/auth": [ |
| 102 | + "lib/v1/providers/auth" |
| 103 | + ], |
| 104 | + "v1/database": [ |
| 105 | + "lib/v1/privders/database" |
| 106 | + ], |
| 107 | + "v1/firestore": [ |
| 108 | + "lib/v1/providers/firestore" |
| 109 | + ], |
| 110 | + "v1/https": [ |
| 111 | + "./lib/v1/providers/https" |
| 112 | + ], |
| 113 | + "v1/pubsub": [ |
| 114 | + "lib/v1/providers/pubsub" |
| 115 | + ], |
| 116 | + "v1/remoteConfig": [ |
| 117 | + "lib/v1/providers/remoteConfig" |
| 118 | + ], |
| 119 | + "v1/storage": [ |
| 120 | + "lib/v1/providers/storage" |
| 121 | + ], |
| 122 | + "v1/tasks": [ |
| 123 | + "lib/v1/providers/tasks" |
| 124 | + ], |
| 125 | + "v1/testLab": [ |
| 126 | + "lib/v1/providers/testLab" |
| 127 | + ], |
95 | 128 | "core": [
|
96 | 129 | "./lib/v2/core"
|
97 | 130 | ],
|
|
146 | 179 | "firestore": [
|
147 | 180 | "./lib/v2/providers/firestore"
|
148 | 181 | ],
|
149 |
| - "v1": [ |
150 |
| - "lib/v1" |
151 |
| - ], |
152 |
| - "v1/analytics": [ |
153 |
| - "lib/v1/providers/analytics" |
154 |
| - ], |
155 |
| - "v1/auth": [ |
156 |
| - "lib/v1/providers/auth" |
157 |
| - ], |
158 |
| - "v1/database": [ |
159 |
| - "lib/v1/privders/database" |
160 |
| - ], |
161 |
| - "v1/firestore": [ |
162 |
| - "lib/v1/providers/firestore" |
163 |
| - ], |
164 |
| - "v1/https": [ |
165 |
| - "./lib/v1/providers/https" |
166 |
| - ], |
167 |
| - "v1/pubsub": [ |
168 |
| - "lib/v1/providers/pubsub" |
169 |
| - ], |
170 |
| - "v1/remoteConfig": [ |
171 |
| - "lib/v1/providers/remoteConfig" |
172 |
| - ], |
173 |
| - "v1/storage": [ |
174 |
| - "lib/v1/providers/storage" |
175 |
| - ], |
176 |
| - "v1/tasks": [ |
177 |
| - "lib/v1/providers/tasks" |
178 |
| - ], |
179 |
| - "v1/testLab": [ |
180 |
| - "lib/v1/providers/testLab" |
181 |
| - ], |
182 | 182 | "v2": [
|
183 | 183 | "lib/v2"
|
184 | 184 | ],
|
|
0 commit comments