faisalman / ua-parser-js

"Unmask Your Traffic" - UAParser.js: The Essential Web Development Tool for User-Agent Detection
https://uaparser.dev/
GNU Affero General Public License v3.0
9.28k stars 1.2k forks source link

Fix: Add "types" inside "exports" of package.json, fix ./helpers export typo #688

Closed daniluk4000 closed 1 year ago

daniluk4000 commented 1 year ago

Prerequisites

Type of Change

Bug fix

Description

In order for Typescript Bundler Resolution to work types path also need to be listed inside "exports" field.

image

I have also fixed incorrect ./helpers export.

Test

Are not needed.

Impact

No breaking change

Other Info

faisalman commented 1 year ago

Merged. Thanks :+1: