@lark-apaas/coding-template-nestjs-react-fullstack 0.1.36-alpha.20260902153527 → 0.1.36-alpha.20260903095202
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 +1 -1
- package/template/package-lock.json +17 -4
- package/template/package.json +1 -1
package/package.json
CHANGED
|
@@ -9058,6 +9058,23 @@
|
|
|
9058
9058
|
"node": "^20.19.0 || >=22.12.0"
|
|
9059
9059
|
}
|
|
9060
9060
|
},
|
|
9061
|
+
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
9062
|
+
"version": "1.2.7",
|
|
9063
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.7.tgz",
|
|
9064
|
+
"integrity": "sha512-8ED8ELFvHXc6OCETIn4gXObPiaR6bckM/ipXtbzlPVDRMBfEGjCKgO90F9YtfdpDatVx/ZQw7aZ1vUMf/+T3Mw==",
|
|
9065
|
+
"cpu": [
|
|
9066
|
+
"arm64"
|
|
9067
|
+
],
|
|
9068
|
+
"dev": true,
|
|
9069
|
+
"license": "MIT",
|
|
9070
|
+
"optional": true,
|
|
9071
|
+
"os": [
|
|
9072
|
+
"darwin"
|
|
9073
|
+
],
|
|
9074
|
+
"engines": {
|
|
9075
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
9076
|
+
}
|
|
9077
|
+
},
|
|
9061
9078
|
"node_modules/@rolldown/binding-darwin-x64": {
|
|
9062
9079
|
"version": "1.2.7",
|
|
9063
9080
|
"resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.7.tgz",
|
|
@@ -26545,10 +26562,6 @@
|
|
|
26545
26562
|
"@rolldown/binding-win32-x64-msvc": "1.2.7"
|
|
26546
26563
|
}
|
|
26547
26564
|
},
|
|
26548
|
-
"node_modules/rolldown/node_modules/@rolldown/binding-darwin-arm64": {
|
|
26549
|
-
"dev": true,
|
|
26550
|
-
"optional": true
|
|
26551
|
-
},
|
|
26552
26565
|
"node_modules/rope-sequence": {
|
|
26553
26566
|
"version": "1.3.4",
|
|
26554
26567
|
"resolved": "https://registry.npmmirror.com/rope-sequence/-/rope-sequence-1.3.4.tgz",
|
package/template/package.json
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@heroicons/react": "^2.2.0",
|
|
64
64
|
"@hookform/resolvers": "^5.2.2",
|
|
65
65
|
"@lark-apaas/client-toolkit": "^1.2.69",
|
|
66
|
-
"@lark-apaas/coding-preset-vite-react": "
|
|
66
|
+
"@lark-apaas/coding-preset-vite-react": "1.0.22-alpha.20260903092505",
|
|
67
67
|
"@lark-apaas/fullstack-presets": "^1.1.0",
|
|
68
68
|
"@nestjs/cli": "^10.4.9",
|
|
69
69
|
"@nestjs/testing": "^10.4.20",
|