@windrun-huaiin/backend-core 21.0.0 → 23.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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@windrun-huaiin/backend-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.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/third-ui": "^
|
|
117
|
-
"@windrun-huaiin/
|
|
115
|
+
"@windrun-huaiin/lib": "^23.0.0",
|
|
116
|
+
"@windrun-huaiin/third-ui": "^23.0.0",
|
|
117
|
+
"@windrun-huaiin/contracts": "^23.0.0"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
120
|
"@rollup/plugin-alias": "^5.1.1",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"prisma": "^6.19.0",
|
|
133
133
|
"stripe": "22.0.2",
|
|
134
134
|
"svix": "^1.86.0",
|
|
135
|
-
"@windrun-huaiin/contracts": "^
|
|
135
|
+
"@windrun-huaiin/contracts": "^23.0.0"
|
|
136
136
|
},
|
|
137
137
|
"publishConfig": {
|
|
138
138
|
"access": "public"
|