Skip to content

Commit

Permalink
fix: upgrade deno to pick up web sdk enum exports
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 committed Jul 17, 2024
1 parent 542aa44 commit fb33f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deno/web-sdk/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"imports": {
"http": "https://deno.land/[email protected]/http/server.ts",
"momento": "npm:@gomomento/sdk-web@1.92.2",
"momento": "npm:@gomomento/sdk-web@1.93.0",
"xhr4sw": "npm:[email protected]",
"dotenv": "https://deno.land/std/dotenv/mod.ts"

Expand Down

0 comments on commit fb33f20

Please sign in to comment.