Skip to content

Commit

Permalink
chore: bump version, remove console logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-breaker-tg committed Sep 28, 2022
1 parent 4ef710f commit 32457c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/w3up-client",
"version": "1.3.0",
"version": "2.0.0",
"description": "",
"license": "Apache-2.0 OR MIT",
"type": "module",
Expand Down
3 changes: 0 additions & 3 deletions test/delegation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ describe('delegation', () => {

expect(delegation).toBeDefined()
expect(delegation.expiration).toBeGreaterThan(now + 999)
console.log('now', now)
console.log('exp', delegation.expiration)
})
})

Expand All @@ -72,7 +70,6 @@ describe('delegation', () => {

it('should import a delegation', async ({ delegation }) => {
const imported = await importDelegation(delegation)
console.log('imported', imported)
expect(imported).toBeDefined()
})
})
Expand Down

0 comments on commit 32457c9

Please sign in to comment.