@windrun-huaiin/backend-core 24.0.0 → 25.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@windrun-huaiin/backend-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "25.0.0",
|
|
4
4
|
"description": "Shared backend primitives: Prisma schema/client, database services, routing helpers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -112,9 +112,9 @@
|
|
|
112
112
|
"svix": "^1.86.0",
|
|
113
113
|
"tslib": "^2.8.1",
|
|
114
114
|
"zod": "^4.3.6",
|
|
115
|
-
"@windrun-huaiin/
|
|
116
|
-
"@windrun-huaiin/
|
|
117
|
-
"@windrun-huaiin/third-ui": "^
|
|
115
|
+
"@windrun-huaiin/contracts": "^24.0.0",
|
|
116
|
+
"@windrun-huaiin/lib": "^24.0.0",
|
|
117
|
+
"@windrun-huaiin/third-ui": "^24.0.0"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
120
|
"@rollup/plugin-alias": "^5.1.1",
|
|
@@ -126,13 +126,13 @@
|
|
|
126
126
|
"typescript": "^5.8.3"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
|
+
"@windrun-huaiin/contracts": ">=24.0.0",
|
|
129
130
|
"@clerk/nextjs": "^7.0.5",
|
|
130
131
|
"@prisma/client": "^6.19.0",
|
|
131
132
|
"next": "16.1.6",
|
|
132
133
|
"prisma": "^6.19.0",
|
|
133
134
|
"stripe": "22.0.2",
|
|
134
|
-
"svix": "^1.86.0"
|
|
135
|
-
"@windrun-huaiin/contracts": "^23.1.0"
|
|
135
|
+
"svix": "^1.86.0"
|
|
136
136
|
},
|
|
137
137
|
"publishConfig": {
|
|
138
138
|
"access": "public"
|