Skip to content

Commit 22784d3

Browse files
committed
trying a build
1 parent c835488 commit 22784d3

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"bugs": {
6565
"url": "https://github.com/firebase/firebase-js-sdk/issues"
6666
},
67-
"typings": "dist/src/index.d.ts",
67+
"typings": "./dist/analytics-public.d.ts",
6868
"nyc": {
6969
"extension": [
7070
".ts"

packages/app-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"bugs": {
6262
"url": "https://github.com/firebase/firebase-js-sdk/issues"
6363
},
64-
"typings": "dist/src/index.d.ts",
64+
"typings": "./dist/app-check-public.d.ts",
6565
"nyc": {
6666
"extension": [
6767
".ts"

packages/app-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"bugs": {
6262
"url": "https://github.com/firebase/firebase-js-sdk/issues"
6363
},
64-
"typings": "dist/src/index.d.ts",
64+
"typings": "./dist/app-compat-public.d.ts",
6565
"nyc": {
6666
"extension": [
6767
".ts"

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"bugs": {
6161
"url": "https://github.com/firebase/firebase-js-sdk/issues"
6262
},
63-
"typings": "./dist/app/src/index.d.ts",
63+
"typings": "./dist/app-public.d.ts",
6464
"nyc": {
6565
"extension": [
6666
".ts"

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"bugs": {
130130
"url": "https://github.com/firebase/firebase-js-sdk/issues"
131131
},
132-
"typings": "dist/auth.d.ts",
132+
"typings": "./dist/auth-public.d.ts",
133133
"nyc": {
134134
"extension": [
135135
".ts"

packages/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"bugs": {
6767
"url": "https://github.com/firebase/firebase-js-sdk/issues"
6868
},
69-
"typings": "dist/src/index.d.ts",
69+
"typings": "./dist/public.d.ts",
7070
"nyc": {
7171
"extension": [
7272
".ts"

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"bugs": {
124124
"url": "https://github.com/firebase/firebase-js-sdk/issues"
125125
},
126-
"typings": "dist/firestore/src/index.d.ts",
126+
"typings": "./dist/index.d.ts",
127127
"nyc": {
128128
"extension": [
129129
".ts"

packages/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"bugs": {
6161
"url": "https://github.com/firebase/firebase-js-sdk/issues"
6262
},
63-
"typings": "dist/src/index.d.ts",
63+
"typings": "./dist/functions-public.d.ts",
6464
"dependencies": {
6565
"@firebase/component": "0.6.0",
6666
"@firebase/messaging-interop-types": "0.2.0",

packages/installations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"./package.json": "./package.json"
1717
},
18-
"typings": "dist/src/index.d.ts",
18+
"typings": "./dist/installations-public.d.ts",
1919
"license": "Apache-2.0",
2020
"files": [
2121
"dist"

packages/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"./package.json": "./package.json"
2727
},
28-
"typings": "dist/src/index.d.ts",
28+
"typings": "./dist/index-public.d.ts",
2929
"files": [
3030
"dist",
3131
"sw/package.json"

packages/remote-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"bugs": {
6363
"url": "https://github.com/firebase/firebase-js-sdk/issues"
6464
},
65-
"typings": "dist/src/index.d.ts",
65+
"typings": "./dist/remote-config-public.d.ts",
6666
"nyc": {
6767
"extension": [
6868
".ts"

packages/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@
6767
"bugs": {
6868
"url": "https://github.com/firebase/firebase-js-sdk/issues"
6969
},
70-
"typings": "dist/src/index.d.ts"
70+
"typings": "./dist/storage-public.d.ts"
7171
}

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"bugs": {
5555
"url": "https://github.com/firebase/firebase-js-sdk/issues"
5656
},
57-
"typings": "dist/index.d.ts",
57+
"typings": "./dist/util-public.d.ts",
5858
"nyc": {
5959
"extension": [
6060
".ts"

0 commit comments

Comments
 (0)