@did-space/core 0.3.8 → 0.3.10

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.
@@ -196,7 +196,7 @@ class ObjectSpace {
196
196
  }
197
197
  exists(options) {
198
198
  return __awaiter(this, void 0, void 0, function* () {
199
- debug('exists.before', JSON.stringify({ options }));
199
+ debug('exists.before', JSON.stringify({ options: (0, lodash_1.omit)(options, 'data') }));
200
200
  const key = (0, path_1.join)(yield this.getAppSpacePath(options), options.key);
201
201
  return this.existsAsOwner(key);
202
202
  });
package/package.json CHANGED
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "name": "@did-space/core",
3
- "version": "0.3.8",
3
+ "version": "0.3.10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "description": "Decentralized file space managed by DID",
8
- "author": "linchen1987 <linchen.1987@foxmail.com>",
8
+ "author": {
9
+ "name": "arcblock",
10
+ "email": "blocklet@arcblock.io",
11
+ "url": "https://github.com/blocklet"
12
+ },
9
13
  "homepage": "",
10
14
  "license": "ISC",
11
15
  "main": "dist/index.js",
@@ -32,7 +36,7 @@
32
36
  ]
33
37
  },
34
38
  "dependencies": {
35
- "@arcblock/validator": "^1.18.90",
39
+ "@arcblock/validator": "^1.18.91",
36
40
  "debug": "^4.3.4",
37
41
  "hasha": "^5.2.2",
38
42
  "ipfs-only-hash": "^4.0.0",
@@ -56,5 +60,5 @@
56
60
  "ts-jest": "^28.0.6",
57
61
  "typescript": "^4.9.5"
58
62
  },
59
- "gitHead": "221d7a63e518659f4d95553e24e4e4b9da5dd78a"
63
+ "gitHead": "e387b0f20b05f278aba7a6ca8a6852765cc372a9"
60
64
  }