Added an option to specify isDebug at init time

This commit is contained in:
goenning 2023-10-20 09:08:19 +01:00
parent 2aaf2e8c1e
commit 53f0f40aa1
6 changed files with 22 additions and 13 deletions

View file

@ -1,3 +1,7 @@
## 0.2.0
- Updated dependencies
## 0.1.2
- Fixed an issue with client-side checking

View file

@ -1,6 +1,6 @@
{
"name": "@aptabase/react",
"version": "0.1.2",
"version": "0.2.0",
"type": "module",
"description": "React SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps",
"main": "./dist/index.cjs",
@ -34,7 +34,7 @@
"package.json"
],
"dependencies": {
"@aptabase/web": "0.2.0"
"@aptabase/web": "0.3.0"
},
"peerDependencies": {
"react": "^18.0.0"