@did-space/core 0.3.14 → 0.3.16
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.
|
@@ -14,7 +14,7 @@ exports.SpaceConfigSchema = validator_1.Joi.object({
|
|
|
14
14
|
// 标识这个驱动是什么,默认取值为 fs, 表示文件存储到了本地的文件系统
|
|
15
15
|
drive: validator_1.Joi.string().valid('fs', 's3').optional().allow('').default('fs'),
|
|
16
16
|
// type: 'buy | 'default'
|
|
17
|
-
type: validator_1.Joi.string().
|
|
17
|
+
type: validator_1.Joi.string().optional().allow('buy', 'default').default('buy'),
|
|
18
18
|
name: validator_1.Joi.string().required(),
|
|
19
19
|
// @see: https://github.com/sideway/joi/blob/master/API.md#string
|
|
20
20
|
description: validator_1.Joi.string().required().allow('').default(''),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@did-space/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.16",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@arcblock/validator": "^1.18.
|
|
39
|
+
"@arcblock/validator": "^1.18.95",
|
|
40
40
|
"debug": "^4.3.4",
|
|
41
41
|
"hasha": "^5.2.2",
|
|
42
42
|
"ipfs-only-hash": "^4.0.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"ts-jest": "^28.0.6",
|
|
61
61
|
"typescript": "^4.9.5"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "69f3b6bfdc2c7c9095a0220e2724c9bc15c57115"
|
|
64
64
|
}
|