Skip to content

Commit ab00e1d

Browse files
committed
fix typing definitions
1 parent 359008d commit ab00e1d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.8
2+
3+
- fix typing definitions
4+
15
## 0.3.7
26

37
- use ESM only

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@aptabase/react-native",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"private": false,
55
"description": "React Native SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps",
66
"sideEffects": false,
77
"author": "goenning <goenning@aptabase.com>",
88
"main": "./dist/index.js",
9-
"types": "./dist/index.d.ts",
9+
"types": "./dist/index.d.mts",
1010
"repository": {
1111
"type": "git",
1212
"url": "git+https://github.com/aptabase/aptabase-react-native.git"

0 commit comments

Comments
 (0)