Compare commits

..

No commits in common. "d9bdc991066ff37b3360d51871468ee408a7b183" and "91131460afa61617d38fbdc8ae66ad75036365a4" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
"@repo/core": "1.0.1",
"@repo/sdk": "1.0.4",
"@repo/sdk": "1.0.3",
"@sentry/react-native": "^7.8.0",
"@shopify/flash-list": "^2.2.0",
"@stripe/react-stripe-js": "^5.4.1",
@ -605,7 +605,7 @@
"@repo/core": ["@repo/core@1.0.1", "https://gitea.bowongai.com/api/packages/bowong/npm/%40repo%2Fcore/-/1.0.1/core-1.0.1.tgz", {}, "sha512-dzdae2NBT0L4GWCtz6PscmaRvElGFXWeJ46vQhDYc2z49wjnRYRxZgIcwB5bxXjfYZF3sj0cnbbs5mz8F16oAw=="],
"@repo/sdk": ["@repo/sdk@1.0.4", "https://gitea.bowongai.com/api/packages/bowong/npm/%40repo%2Fsdk/-/1.0.4/sdk-1.0.4.tgz", { "dependencies": { "@repo/core": "1.0.1", "reflect-metadata": "^0.2.1", "zod": "^4.2.1" } }, "sha512-uMjxK4G2aEvssshtcxBIZsDSnP2JYLC8ClB/GrstjKeBuElbZKTAomaeIL8PmZILfIA96Jq6sWKh5ZlKVK2jfg=="],
"@repo/sdk": ["@repo/sdk@1.0.3", "https://gitea.bowongai.com/api/packages/bowong/npm/%40repo%2Fsdk/-/1.0.3/sdk-1.0.3.tgz", { "dependencies": { "@repo/core": "1.0.1", "reflect-metadata": "^0.2.1", "zod": "^4.2.1" } }, "sha512-R/pYYruEakDbW3elM6KYxnrUU6cfrBxJL6vI1fspYfL4gAvBO3evXlHdkarY/m8Oxb6cyqKRg0SNcE36uFYKug=="],
"@rtsao/scc": ["@rtsao/scc@1.1.0", "", {}, "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g=="],

View File

@ -32,8 +32,6 @@
"export:icp:ios:skip": "bun run scripts/export-icp-source.ts --platform ios --skip-prebuild"
},
"dependencies": {
"@repo/core": "1.0.1",
"@repo/sdk": "1.0.4",
"@better-auth/expo": "^1.4.5",
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "^2.2.0",
@ -41,6 +39,8 @@
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
"@repo/core": "1.0.1",
"@repo/sdk": "1.0.3",
"@sentry/react-native": "^7.8.0",
"@shopify/flash-list": "^2.2.0",
"@stripe/react-stripe-js": "^5.4.1",