Skip to content

Commit ee6480f

Browse files
committed
chore: set version in example to latest
1 parent cf138c9 commit ee6480f

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

examples/cloudflare-workers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"deploy": "wrangler publish"
1313
},
1414
"dependencies": {
15-
"@upstash/ratelimit": "0.1.4-rc.1",
16-
"@upstash/redis": "v1.10.0"
15+
"@upstash/ratelimit": "latest",
16+
"@upstash/redis": "latest"
1717
}
1818
}

examples/cloudflare-workers/pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/cloudflare-workers/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export interface Env {
66
}
77

88
const cache = new Map();
9+
910
export default {
1011
async fetch(
1112
request: Request,

0 commit comments

Comments
 (0)