create-vue 3.16.4 → 3.17.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/LICENSE +2 -2
- package/bundle.js +732 -687
- package/locales/en-US.json +11 -1
- package/locales/fr-FR.json +11 -1
- package/locales/tr-TR.json +11 -1
- package/locales/zh-Hans.json +11 -1
- package/locales/zh-Hant.json +11 -1
- package/package.json +10 -10
- package/template/base/package.json +4 -4
- package/template/config/cypress/package.json +2 -2
- package/template/config/cypress-ct/package.json +2 -2
- package/template/config/jsx/package.json +3 -3
- package/template/config/nightwatch/package.json +4 -4
- package/template/config/nightwatch-ct/package.json +1 -1
- package/template/config/pinia/package.json +2 -2
- package/template/config/playwright/package.json +1 -1
- package/template/config/router/package.json +2 -2
- package/template/config/typescript/package.json +3 -3
- package/template/config/vitest/package.json +3 -3
- package/template/eslint/package.json +2 -2
- package/template/tsconfig/base/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -209,7 +209,7 @@ Repository: alexeyraspopov/picocolors
|
|
|
209
209
|
|
|
210
210
|
License: MIT
|
|
211
211
|
By: Nate Moore
|
|
212
|
-
Repository: https://github.com/
|
|
212
|
+
Repository: git+https://github.com/bombshell-dev/clack.git
|
|
213
213
|
|
|
214
214
|
> MIT License
|
|
215
215
|
>
|
|
@@ -226,7 +226,7 @@ Repository: https://github.com/natemoo-re/clack
|
|
|
226
226
|
|
|
227
227
|
License: MIT
|
|
228
228
|
By: Nate Moore
|
|
229
|
-
Repository: https://github.com/
|
|
229
|
+
Repository: git+https://github.com/bombshell-dev/clack.git
|
|
230
230
|
|
|
231
231
|
> MIT License
|
|
232
232
|
>
|