Skip to content

Commit 0a2a1ee

Browse files
committed
fix: sdk\
1 parent 326a507 commit 0a2a1ee

File tree

3 files changed

+5
-176
lines changed

3 files changed

+5
-176
lines changed

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@databuddy/db": "workspace:*",
2020
"@databuddy/redis": "workspace:*",
2121
"@databuddy/rpc": "workspace:*",
22+
"@databuddy/sdk": "^2.2.0",
2223
"@databuddy/shared": "workspace:*",
23-
"@databuddy/sdk": "workspace:*",
2424
"@elysiajs/cors": "^1.3.3",
2525
"@elysiajs/trpc": "^1.1.0",
2626
"@logtail/edge": "^0.5.5",

apps/dashboard/hooks/use-revenue-config.ts

Lines changed: 0 additions & 173 deletions
This file was deleted.

bun.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@databuddy/db": "workspace:*",
2424
"@databuddy/redis": "workspace:*",
2525
"@databuddy/rpc": "workspace:*",
26-
"@databuddy/sdk": "workspace:*",
26+
"@databuddy/sdk": "^2.2.0",
2727
"@databuddy/shared": "workspace:*",
2828
"@elysiajs/cors": "^1.3.3",
2929
"@elysiajs/trpc": "^1.1.0",
@@ -383,7 +383,7 @@
383383
},
384384
"packages/sdk": {
385385
"name": "@databuddy/sdk",
386-
"version": "2.1.78",
386+
"version": "2.2.0",
387387
"dependencies": {
388388
"jotai": ">=2.0.0",
389389
},
@@ -3108,6 +3108,8 @@
31083108

31093109
"@better-auth/core/zod": ["[email protected]", "", {}, "sha512-rcUUZqlLJgBC33IT3PNMgsCq6TzLQEG/Ei/KTCU0PedSWRMAXoOUN+4t/0H+Q8bdnLPdqUYnvboJT0bn/229qg=="],
31103110

3111+
"@databuddy/api/@databuddy/sdk": ["@databuddy/[email protected]", "", { "dependencies": { "jotai": ">=2.0.0" }, "optionalDependencies": { "pino": "^9.0.0" }, "peerDependencies": { "react": ">=18", "vue": ">=3" }, "optionalPeers": ["react", "vue"] }, "sha512-Wrqs8oKF+UdK070FIKrM+hasN3Fv4eFq5ZouuDW5eSddUmi/e827jXNdrdFkilRyPFjulCS2faGn0eTv1GMikA=="],
3112+
31113113
"@databuddy/dashboard/@biomejs/biome": ["@biomejs/[email protected]", "", { "optionalDependencies": { "@biomejs/cli-darwin-arm64": "2.0.5", "@biomejs/cli-darwin-x64": "2.0.5", "@biomejs/cli-linux-arm64": "2.0.5", "@biomejs/cli-linux-arm64-musl": "2.0.5", "@biomejs/cli-linux-x64": "2.0.5", "@biomejs/cli-linux-x64-musl": "2.0.5", "@biomejs/cli-win32-arm64": "2.0.5", "@biomejs/cli-win32-x64": "2.0.5" }, "bin": { "biome": "bin/biome" } }, "sha512-MztFGhE6cVjf3QmomWu83GpTFyWY8KIcskgRf2AqVEMSH4qI4rNdBLdpAQ11TNK9pUfLGz3IIOC1ZYwgBePtig=="],
31123114

31133115
"@databuddy/dashboard/ultracite": ["[email protected]", "", { "dependencies": { "@clack/prompts": "^0.11.0", "@trpc/server": "^11.5.1", "deepmerge": "^4.3.1", "jsonc-parser": "^3.3.1", "nypm": "^0.6.2", "trpc-cli": "^0.11.0", "zod": "^4.1.11" }, "bin": { "ultracite": "dist/index.js" } }, "sha512-RzfjJhCgTs3RbmZeAt7hTxvPxMtRFH/i3QeAm3HXX9FvAdoGW0U8dYvyAQALhQp6S5zGyuXEKft8lXz5Pq2u7A=="],

0 commit comments

Comments
 (0)