Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Jun 22, 2024
1 parent bb272b6 commit 64ad6ab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
Binary file modified bun.lockb
Binary file not shown.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@
}
},
"devDependencies": {
"puppeteer": "latest",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"dotenv": "^16.3.1",
"eslint": "^8.46.0",
"rimraf": "^5.0.1",
"rollup": "^3.28.0",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/node": "^20.14.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"puppeteer": "^22.12.0",
"rimraf": "^5.0.7",
"rollup": "^3.29.4",
"rollup-plugin-esbuild": "^5.0.0",
"typescript": "^5.1.6",
"vitest": "^0.34.1"
"typescript": "^5.5.2",
"vitest": "^0.34.6"
},
"files": [
"src",
Expand Down
2 changes: 0 additions & 2 deletions src/tests/timeline.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ describe('Timeline get', async () => {
cookie
})

console.log(timeline)

expect(timeline).toBeTruthy()
expect(timeline).toBeDefined()
assertType<TimelineTweet[]>(timeline)
Expand Down

0 comments on commit 64ad6ab

Please sign in to comment.