Skip to content

Commit

Permalink
Merge 6934023 into 3a18640
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored Apr 13, 2021
2 parents 3a18640 + 6934023 commit a894d56
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 0 deletions.
94 changes: 94 additions & 0 deletions packages-exp/firebase-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,100 @@
"/firebase*.map",
"compat/index.d.ts"
],
"exports": {
"./analytics": {
"node": "./analytics/dist/index.cjs.js",
"default": "./analytics/dist/index.esm.js"
},
"./app": {
"node": "./app/dist/index.cjs.js",
"default": "./app/dist/index.esm.js"
},
"./auth": {
"node": "./auth/dist/index.cjs.js",
"default": "./auth/dist/index.esm.js"
},
"./database": {
"node": "./database/dist/index.cjs.js",
"default": "./database/dist/index.esm.js"
},
"./firestore": {
"node": "./firestore/dist/index.cjs.js",
"default": "./firestore/dist/index.esm.js"
},
"./firestore/lite": {
"node": "./firestore/lite/dist/index.cjs.js",
"default": "./firestore/lite/dist/index.esm.js"
},
"./functions": {
"node": "./functions/dist/index.cjs.js",
"default": "./functions/dist/index.esm.js"
},
"./installations": {
"node": "./installations/dist/index.cjs.js",
"default": "./installations/dist/index.esm.js"
},
"./messaging": {
"node": "./messaging/dist/index.cjs.js",
"default": "./messaging/dist/index.esm.js"
},
"./performance": {
"node": "./performance/dist/index.cjs.js",
"default": "./performance/dist/index.esm.js"
},
"./remote-config": {
"node": "./remote-config/dist/index.cjs.js",
"default": "./remote-config/dist/index.esm.js"
},
"./storage": {
"node": "./storage/dist/index.cjs.js",
"default": "./storage/dist/index.esm.js"
},
"./compat/analytics": {
"node": "./compat/analytics/dist/index.cjs.js",
"default": "./compat/analytics/dist/index.esm.js"
},
"./compat/app": {
"node": "./compat/app/dist/index.cjs.js",
"default": "./compat/app/dist/index.esm.js"
},
"./compat/auth": {
"node": "./compat/auth/dist/index.cjs.js",
"default": "./compat/auth/dist/index.esm.js"
},
"./compat/database": {
"node": "./compat/database/dist/index.cjs.js",
"default": "./compat/database/dist/index.esm.js"
},
"./compat/firestore": {
"node": "./compat/firestore/dist/index.cjs.js",
"default": "./compat/firestore/dist/index.esm.js"
},
"./compat/functions": {
"node": "./compat/functions/dist/index.cjs.js",
"default": "./compat/functions/dist/index.esm.js"
},
"./compat/installations": {
"node": "./compat/installations/dist/index.cjs.js",
"default": "./compat/installations/dist/index.esm.js"
},
"./compat/messaging": {
"node": "./compat/messaging/dist/index.cjs.js",
"default": "./compat/messaging/dist/index.esm.js"
},
"./compat/performance": {
"node": "./compat/performance/dist/index.cjs.js",
"default": "./compat/performance/dist/index.esm.js"
},
"./compat/remote-config": {
"node": "./compat/remote-config/dist/index.cjs.js",
"default": "./compat/remote-config/dist/index.esm.js"
},
"./compat/storage": {
"node": "./compat/storage/dist/index.cjs.js",
"default": "./compat/storage/dist/index.esm.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
Expand Down
1 change: 1 addition & 0 deletions packages-exp/messaging-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"private": true,
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
"browser": "dist/index.esm.js",
"module": "dist/index.esm.js",
"esm2017": "dist/index.esm2017.js",
"typings": "dist/src/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages-exp/messaging-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
"browser": "dist/index.esm.js",
"module": "dist/index.esm.js",
"esm2017": "dist/index.esm2017.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit a894d56

Please sign in to comment.