zova-ui-empty 5.0.195 → 5.0.198

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 (3) hide show
  1. package/.gitignore +1 -0
  2. package/.npmrc +29 -0
  3. package/package.json +2 -2
package/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
1
  !.gitignore
2
+ !.npmrc
2
3
 
3
4
  .DS_Store
4
5
  .thumbs.db
package/.npmrc ADDED
@@ -0,0 +1,29 @@
1
+ # pnpm-related options
2
+ # shamefully-hoist=true
3
+ strict-peer-dependencies=false
4
+ # to get the latest compatible packages when creating the project https://github.com/pnpm/pnpm/issues/6463
5
+ resolution-mode=highest
6
+ # cabloy
7
+ hoist = true
8
+ hoist-workspace-packages = true
9
+ public-hoist-pattern[]=*terser*
10
+ public-hoist-pattern[]=*babel*
11
+ public-hoist-pattern[]=*@babel*
12
+ public-hoist-pattern[]=*eslint*
13
+ public-hoist-pattern[]=*prettier*
14
+ public-hoist-pattern[]=*types*
15
+ public-hoist-pattern[]=lerna
16
+ public-hoist-pattern[]=*cabloy*
17
+ public-hoist-pattern[]=*@cabloy*
18
+ public-hoist-pattern[]=*egg-born*
19
+ public-hoist-pattern[]=*zova*
20
+ public-hoist-pattern[]=*vue*
21
+ public-hoist-pattern[]=*@vue*
22
+ public-hoist-pattern[]=*vite*
23
+ public-hoist-pattern[]=*@vitejs*
24
+ public-hoist-pattern[]=*zod*
25
+ public-hoist-pattern[]=*pinia*
26
+ public-hoist-pattern[]=*typestyle*
27
+ public-hoist-pattern[]=*@tanstack*
28
+ link-workspace-packages = 'deep'
29
+ prefer-workspace-packages = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-ui-empty",
3
- "version": "5.0.195",
3
+ "version": "5.0.198",
4
4
  "description": "A vue3 empty framework with ioc",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -53,5 +53,5 @@
53
53
  "zova-vite": "^1.0.131"
54
54
  },
55
55
  "license": "MIT",
56
- "gitHead": "934c95f72ad04cb078748ecd006d514853e7dd83"
56
+ "gitHead": "4936084734b0d75791fb07342ce45a86ecf58c90"
57
57
  }