@ybais/create-ybais-app 0.2.0 → 0.2.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ybais/create-ybais-app",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Scaffold a YBAIS React + Vite app (pnpm, mise, legacy WebView)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,7 +0,0 @@
1
- # 单包应用也可使用此文件声明 pnpm 策略(非 monorepo packages 列表)
2
- allowBuilds:
3
- core-js: true
4
-
5
- minimumReleaseAgeExclude:
6
- - "@vitejs/plugin-legacy@8.2.2"
7
- - sonner@2.0.8