@pubinfo/core 2.1.4 → 2.1.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pubinfo/core",
3
3
  "type": "module",
4
- "version": "2.1.4",
4
+ "version": "2.1.5",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -31,9 +31,9 @@
31
31
  "pinia": "^3.0.3",
32
32
  "vue": "^3.5.17",
33
33
  "vue-router": "^4.5.1",
34
- "@pubinfo/config": "2.1.4",
35
- "@pubinfo/vite": "2.1.4",
36
- "@pubinfo/devtools": "2.1.4"
34
+ "@pubinfo/config": "2.1.5",
35
+ "@pubinfo/devtools": "2.1.5",
36
+ "@pubinfo/vite": "2.1.5"
37
37
  },
38
38
  "dependencies": {
39
39
  "@alova/adapter-axios": "^2.0.16",
@@ -63,7 +63,7 @@
63
63
  "unctx": "^2.4.1",
64
64
  "vue-m-message": "^4.0.2",
65
65
  "zxcvbn": "^4.4.2",
66
- "@pubinfo/shared": "2.1.4"
66
+ "@pubinfo/shared": "2.1.5"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@alova/mock": "^2.0.17",
@@ -93,8 +93,8 @@
93
93
  "vite-plugin-dts": "^4.5.4",
94
94
  "vue": "^3.5.17",
95
95
  "vue-router": "^4.5.1",
96
- "@pubinfo/config": "2.1.4",
97
- "@pubinfo/vite": "2.1.4"
96
+ "@pubinfo/config": "2.1.5",
97
+ "@pubinfo/vite": "2.1.5"
98
98
  },
99
99
  "scripts": {
100
100
  "dev": "vite build -w -m watch",
@@ -104,7 +104,7 @@ declare namespace Settings {
104
104
  /**
105
105
  * 是否开启主页
106
106
  *
107
- * @默认值 `true`
107
+ * @默认值 `false`
108
108
  */
109
109
  enable?: boolean
110
110