Skip to content

Commit 64ad6ab

Browse files
committed
0.7.2
1 parent bb272b6 commit 64ad6ab

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@
5454
}
5555
},
5656
"devDependencies": {
57-
"puppeteer": "latest",
58-
"@rollup/plugin-commonjs": "^25.0.4",
59-
"@rollup/plugin-json": "^6.0.0",
60-
"@rollup/plugin-node-resolve": "^15.1.0",
61-
"@types/node": "^20.4.5",
62-
"@typescript-eslint/eslint-plugin": "^6.2.1",
63-
"@typescript-eslint/parser": "^6.2.1",
64-
"dotenv": "^16.3.1",
65-
"eslint": "^8.46.0",
66-
"rimraf": "^5.0.1",
67-
"rollup": "^3.28.0",
57+
"@rollup/plugin-commonjs": "^25.0.8",
58+
"@rollup/plugin-json": "^6.1.0",
59+
"@rollup/plugin-node-resolve": "^15.2.3",
60+
"@types/node": "^20.14.8",
61+
"@typescript-eslint/eslint-plugin": "^6.21.0",
62+
"@typescript-eslint/parser": "^6.21.0",
63+
"dotenv": "^16.4.5",
64+
"eslint": "^8.57.0",
65+
"puppeteer": "^22.12.0",
66+
"rimraf": "^5.0.7",
67+
"rollup": "^3.29.4",
6868
"rollup-plugin-esbuild": "^5.0.0",
69-
"typescript": "^5.1.6",
70-
"vitest": "^0.34.1"
69+
"typescript": "^5.5.2",
70+
"vitest": "^0.34.6"
7171
},
7272
"files": [
7373
"src",

src/tests/timeline.test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ describe('Timeline get', async () => {
5555
cookie
5656
})
5757

58-
console.log(timeline)
59-
6058
expect(timeline).toBeTruthy()
6159
expect(timeline).toBeDefined()
6260
assertType<TimelineTweet[]>(timeline)

0 commit comments

Comments
 (0)