@ibiz-template/model-helper 0.7.41-alpha.56 → 0.7.41-alpha.58

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/index.esm.js CHANGED
@@ -17879,6 +17879,7 @@ var Environment = {
17879
17879
  // 配置示例 DefaultOSSCat=cat
17880
17880
  downloadFileUrl: "/ibizutil/download/{cat}",
17881
17881
  uploadFileUrl: "/ibizutil/upload/{cat}",
17882
+ defaultOSSCat: "",
17882
17883
  casLoginUrl: "",
17883
17884
  loginMode: LoginMode.DEFAULT,
17884
17885
  menuPermissionMode: MenuPermissionMode.MIXIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/model-helper",
3
- "version": "0.7.41-alpha.56",
3
+ "version": "0.7.41-alpha.58",
4
4
  "description": "模型辅助库",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
@@ -30,14 +30,14 @@
30
30
  "author": "iBiz",
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
- "@ibiz-template/core": "^0.7.41-alpha.53",
33
+ "@ibiz-template/core": "^0.7.41-alpha.58",
34
34
  "@ibiz/model-core": "^0.1.84",
35
35
  "@ibiz/rt-model-api": "0.2.82",
36
36
  "pluralize": "^8.0.0",
37
37
  "ramda": "^0.29.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@ibiz-template/runtime": "^0.7.41-alpha.56",
40
+ "@ibiz-template/runtime": "^0.7.41-alpha.58",
41
41
  "@types/pluralize": "^0.0.33",
42
42
  "@types/ramda": "^0.29.10"
43
43
  },
@@ -45,5 +45,5 @@
45
45
  "@ibiz-template/runtime": "^0.6.0",
46
46
  "ramda": "^0.29.0"
47
47
  },
48
- "gitHead": "a06af7d7182212bacf2ac30c882ee65934c7ca55"
48
+ "gitHead": "f303d3344a93053c47ac56c09975778fe9c5a1e9"
49
49
  }