Skip to content

Commit

Permalink
Add pagination to listings (1.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotx committed Jan 25, 2024
1 parent 110c2c2 commit 026841d
Show file tree
Hide file tree
Showing 5 changed files with 495 additions and 613 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,4 @@ dist
# wrangler project

.dev.vars
.wrangler
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "render2",
"version": "1.3.0",
"version": "1.4.0",
"author": "kotx",
"description": "A Cloudflare worker for proxying readonly requests to Cloudflare R2",
"license": "MIT",
Expand All @@ -10,18 +10,18 @@
"dist"
],
"scripts": {
"dev": "wrangler dev",
"dev": "wrangler dev --remote",
"deploy": "wrangler publish",
"prepublishOnly": "tsc"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.11.0",
"@types/range-parser": "^1.2.4",
"typescript": "^4.7.2",
"wrangler": "^2.20.0"
"@cloudflare/workers-types": "^4.20240117.0",
"@types/range-parser": "^1.2.7",
"typescript": "^5.3.3",
"wrangler": "^3.24.0"
},
"dependencies": {
"range-parser": "^1.2.1"
},
"packageManager": "pnpm@8.5.1"
"packageManager": "pnpm@8.14.3"
}
Loading

1 comment on commit 026841d

@kotx
Copy link
Owner Author

@kotx kotx commented on 026841d Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#39

Please sign in to comment.