Skip to content

Commit ec7a07b

Browse files
committed
(fix): mismtatch and add @ubjs/core
1 parent a1df1ab commit ec7a07b

4 files changed

Lines changed: 25 additions & 4 deletions

File tree

packages/react-native/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,10 @@
120120
"@polycentric/js-core": "workspace:*",
121121
"@polycentric/js-storage-sqlite": "workspace:*",
122122
"@polycentric/rs-core-uniffi-web": "workspace:*",
123+
"@ubjs/core": "catalog:",
123124
"drizzle-orm": "^0.45.2",
124125
"fast-text-encoding": "^1.0.6",
125126
"react-native-get-random-values": "^1.11.0",
126-
"uniffi-bindgen-react-native": "0.31.0-3"
127+
"uniffi-bindgen-react-native": "catalog:"
127128
}
128129
}

packages/rs-core-uniffi-web/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"clean": "rm -rfv dist/ rust_modules/"
2323
},
2424
"dependencies": {
25-
"uniffi-bindgen-react-native": "0.31.0-3"
25+
"@ubjs/core": "catalog:",
26+
"uniffi-bindgen-react-native": "catalog:"
2627
}
2728
}

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ packages:
99
catalog:
1010
'@noble/hashes': ^1.8.0
1111
typescript: ^5.9.3
12+
'@ubjs/core': 0.31.0-3
13+
uniffi-bindgen-react-native: 0.31.0-3
1214

1315
linkWorkspacePackages: true
1416

0 commit comments

Comments
 (0)