@duxweb/dvha-core 0.0.3 → 0.0.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @duxweb/dvha-core
2
2
 
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - update base releases
8
+
3
9
  ## 0.0.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@duxweb/dvha-core",
3
3
  "type": "module",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "author": "DuxWeb",
6
6
  "license": "LGPL-3.0",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/duxweb/dux-vue.git"
9
+ "url": "https://github.com/duxweb/dvha.git"
10
10
  },
11
11
  "main": "src/index.ts",
12
12
  "dependencies": {
@@ -23,7 +23,7 @@ export interface IConfig {
23
23
  // 默认管理端
24
24
  defaultManage?: string
25
25
  // 管理端提供者
26
- manages?: IManage[]
26
+ manages: IManage[]
27
27
  // 全局认证提供者
28
28
  authProvider?: IAuthProvider
29
29
  // 全局数据提供者