Skip to content

Commit 8380b78

Browse files
committed
chore: bump version + add links
1 parent 2c67a4f commit 8380b78

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
},
383383
"packages/sdk": {
384384
"name": "@databuddy/sdk",
385-
"version": "2.1.77",
385+
"version": "2.1.78",
386386
"dependencies": {
387387
"jotai": ">=2.0.0",
388388
},

packages/sdk/package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databuddy/sdk",
3-
"version": "2.1.77",
3+
"version": "2.1.78",
44
"description": "Official Databuddy Analytics SDK",
55
"main": "./dist/core/index.mjs",
66
"types": "./dist/core/index.d.ts",
@@ -54,5 +54,14 @@
5454
"sdk",
5555
"react",
5656
"vue"
57-
]
57+
],
58+
"homepage": "https://databuddy.cc",
59+
"repository": {
60+
"type": "git",
61+
"url": "https://github.com/databuddy-analytics/databuddy.git"
62+
},
63+
"bugs": {
64+
"type": "git",
65+
"url": "https://github.com/databuddy-analytics/databuddy/issues"
66+
}
5867
}

0 commit comments

Comments
 (0)