This ensures the browser API is used for the `browser` condition, and
the Node.js API for everything else.
This commit is contained in:
Remco Haszing 2024-07-02 09:50:11 +02:00 коммит произвёл GitHub
Родитель 593af1847a
Коммит 386b679759
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,13 @@
"./lib/node/main.js": "./lib/browser/main.js"
},
"typings": "./api",
"exports": {
".": {
"types": "./api.d.ts",
"browser": "./lib/browser/main.js",
"default": "./lib/node/main.js"
}
},
"author": "Microsoft Corporation",
"repository": {
"type": "git",