@kmlckj/licos-ai-cli 1.0.18 → 1.0.20

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.
Files changed (27) hide show
  1. package/lib/__templates__/expo/.licosproj/scripts/dev_build.sh +4 -1
  2. package/lib/__templates__/expo/client/app.config.ts +87 -87
  3. package/lib/__templates__/expo/package.json +1 -1
  4. package/lib/__templates__/expo/template.config.js +4 -7
  5. package/lib/__templates__/nextjs/next.config.ts +35 -35
  6. package/lib/__templates__/nextjs/package.json +1 -1
  7. package/lib/__templates__/nextjs/pnpm-lock.yaml +11549 -12072
  8. package/lib/__templates__/nextjs/scripts/prepare.sh +4 -1
  9. package/lib/__templates__/nextjs/src/server.ts +129 -129
  10. package/lib/__templates__/nextjs/template.config.js +4 -7
  11. package/lib/__templates__/nuxt-vue/nuxt.config.ts +180 -180
  12. package/lib/__templates__/nuxt-vue/package.json +1 -1
  13. package/lib/__templates__/nuxt-vue/pnpm-lock.yaml +8586 -8283
  14. package/lib/__templates__/nuxt-vue/scripts/prepare.sh +4 -1
  15. package/lib/__templates__/taro/.licosproj/scripts/dev_build.sh +4 -1
  16. package/lib/__templates__/taro/.licosproj/scripts/dev_run.sh +4 -1
  17. package/lib/__templates__/taro/config/index.ts +352 -352
  18. package/lib/__templates__/taro/package.json +2 -2
  19. package/lib/__templates__/taro/pnpm-lock.yaml +20848 -21212
  20. package/lib/__templates__/vite/package.json +1 -1
  21. package/lib/__templates__/vite/scripts/prepare.sh +4 -1
  22. package/lib/__templates__/vite/server/server.ts +1 -1
  23. package/lib/__templates__/vite/server/vite.ts +11 -3
  24. package/lib/__templates__/vite/template.config.js +4 -7
  25. package/lib/__templates__/vite/vite.config.ts +64 -64
  26. package/lib/cli.js +1 -1
  27. package/package.json +1 -1
@@ -16,7 +16,7 @@
16
16
  "dev:tt": "taro build --type tt --watch",
17
17
  "dev:weapp": "taro build --type weapp --watch",
18
18
  "dev:web": "taro build --type h5 --watch",
19
- "ensure:deps": "node -e \"const fs=require('fs'); const bins=['node_modules/.bin/concurrently','node_modules/.bin/tsc','node_modules/.bin/eslint','node_modules/.bin/taro']; process.exit(bins.every((p)=>fs.existsSync(p)||fs.existsSync(p+'.cmd'))?0:1)\" || pnpm install --registry=https://registry.npmmirror.com --prefer-frozen-lockfile --prefer-offline --reporter=append-only",
19
+ "ensure:deps": "node -e \"const fs=require('fs'); const bins=['node_modules/.bin/concurrently','node_modules/.bin/tsc','node_modules/.bin/eslint','node_modules/.bin/taro']; process.exit(bins.every((p)=>fs.existsSync(p)||fs.existsSync(p+'.cmd'))?0:1)\" || pnpm install --registry=https://registry.npmmirror.com --prefer-frozen-lockfile --prefer-offline --reporter=append-only || pnpm install --registry=https://registry.npmjs.org --no-frozen-lockfile --reporter=append-only",
20
20
  "prebuild": "pnpm run ensure:deps",
21
21
  "predev": "pnpm run ensure:deps",
22
22
  "preinstall": "node -e \"const ua=process.env.npm_config_user_agent||''; if(!ua.includes('pnpm')){console.error('Use pnpm to install dependencies.'); process.exit(1)}\"",
@@ -72,7 +72,7 @@
72
72
  "@tarojs/binding-linux-x64-musl": "4.1.9",
73
73
  "@tarojs/cli": "4.1.9",
74
74
  "@tarojs/plugin-generator": "4.1.9",
75
- "@tarojs/plugin-mini-ci": "^4.1.9",
75
+ "@tarojs/plugin-mini-ci": "4.1.9",
76
76
  "@tarojs/vite-runner": "4.1.9",
77
77
  "@types/minimatch": "^5",
78
78
  "@types/react": "^18.0.0",