@cooperation/vc-storage 1.0.5 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -296,6 +296,7 @@ export class GoogleDriveStorage {
296
296
  // Fetch file comments (if applicable)
297
297
  const comments = await this.getFileComments(file.id);
298
298
  return {
299
+ id: file.id,
299
300
  name: file.name,
300
301
  content,
301
302
  comments: comments.map((comment) => comment.content),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cooperation/vc-storage",
3
3
  "type": "module",
4
- "version": "1.0.5",
4
+ "version": "1.0.7",
5
5
  "description": "Sign and store your verifiable credentials.",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/types/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "author": "cooperation",
17
17
  "license": "ISC",
18
18
  "dependencies": {
19
- "@cooperation/vc-storage": "^1.0.4",
19
+ "@cooperation/vc-storage": "^1.0.6",
20
20
  "@digitalbazaar/did-method-key": "^5.2.0",
21
21
  "@digitalbazaar/ed25519-signature-2020": "^5.3.0",
22
22
  "@digitalbazaar/ed25519-verification-key-2020": "^4.1.0",