Skip to content

Commit

Permalink
feat(deps): update vc-verification version
Browse files Browse the repository at this point in the history
Should be no functional change as was already updated by passport-did-auth change
  • Loading branch information
jrhender committed Jan 15, 2025
1 parent 53f5162 commit f4472d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/api/classes/modules_ipfs_pin_processor.PinProcessor.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@

### OnQueueWaiting

**OnQueueWaiting**(`job`): `Promise`<`void`\>
**OnQueueWaiting**(`jobId`): `Promise`<`void`\>

#### Parameters

| Name | Type |
| :------ | :------ |
| `job` | `Job`<`any`\> |
| `jobId` | `number` |

#### Returns

Expand Down Expand Up @@ -72,7 +72,7 @@ ___

| Name | Type |
| :------ | :------ |
| `job` | `Job`<`any`\> |
| `job` | `Job`<[`PinClaimData`](../modules/modules_ipfs_ipfs_types.md#pinclaimdata)\> |
| `err` | `Error` |

#### Returns
Expand All @@ -89,7 +89,7 @@ ___

| Name | Type |
| :------ | :------ |
| `job` | `Job`<`any`\> |
| `job` | `Job`<[`PinClaimData`](../modules/modules_ipfs_ipfs_types.md#pinclaimdata)\> |

#### Returns

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"db:truncate": "ts-node -P tsconfig.json src/scripts/truncate-db.ts"
},
"dependencies": {
"@energyweb/credential-governance": "^2.2.1-alpha.316.0",
"@energyweb/vc-verification": "^2.2.1-alpha.316.0",
"@energyweb/credential-governance": "^2.2.1-alpha.321.0",
"@energyweb/vc-verification": "^2.2.1-alpha.321.0",
"@ensdomains/ens-contracts": "^0.0.21",
"@ensdomains/resolver": "^0.2.4",
"@ew-did-registry/claims": "0.8.1-alpha.1140.0",
Expand Down

0 comments on commit f4472d4

Please sign in to comment.