create-meadminjs 1.0.4 → 1.0.5

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/dist/cli.js CHANGED
@@ -31,6 +31,7 @@ const copyFiles = {
31
31
  ".eslintrc.json": {},
32
32
  ".gitignore": {},
33
33
  ".mocharc.json": {},
34
+ ".npmignore": {},
34
35
  ".npmrc": {},
35
36
  ".prettierignore": {},
36
37
  ".prettierrc.cjs": {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-meadminjs",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -0,0 +1 @@
1
+ public-hoist-pattern[]=@vueuse/core#因unplugin-auto-import 路径识别问题 将@vueuse提升到最外层node_modules
File without changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meadmin",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "",
5
5
  "private": true,
6
6
  "type": "module",