@did-space/core 0.3.0 → 0.3.2

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.
@@ -429,6 +429,7 @@ class ObjectSpace {
429
429
  // 添加新对象
430
430
  yield this._createAsOwner(key, data, options);
431
431
  }
432
+ debug('writeAsOwner.after', JSON.stringify({ key, options: (0, lodash_1.omit)(options, 'data') }));
432
433
  });
433
434
  }
434
435
  deleteAsOwner(key) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@did-space/core",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -32,7 +32,7 @@
32
32
  ]
33
33
  },
34
34
  "dependencies": {
35
- "@arcblock/validator": "^1.18.89",
35
+ "@arcblock/validator": "^1.18.90",
36
36
  "debug": "^4.3.4",
37
37
  "hasha": "^5.2.2",
38
38
  "ipfs-only-hash": "^4.0.0",
@@ -56,5 +56,5 @@
56
56
  "ts-jest": "^28.0.6",
57
57
  "typescript": "^4.9.5"
58
58
  },
59
- "gitHead": "a883d2a4ab600138c8a23093ace6b94d9107e43e"
59
+ "gitHead": "2c17eafcffea19944ecb903ea924859bdfa94170"
60
60
  }