Skip to content

Commit

Permalink
Bump esm-worker to 0.135.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Jan 3, 2024
1 parent b199244 commit aa4dc6b
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 77 deletions.
6 changes: 3 additions & 3 deletions packages/esm-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esm-worker",
"description": "A Cloudflare worker handles all requests of esm.sh at the edge(earth).",
"version": "0.135.3",
"version": "0.135.4",
"type": "module",
"module": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -13,10 +13,10 @@
"types/index.d.ts"
],
"devDependencies": {
"@cloudflare/workers-types": "4.20231121.0",
"@cloudflare/workers-types": "4.20231218.0",
"@types/ua-parser-js": "0.7.39",
"compare-versions": "6.1.0",
"esbuild": "0.19.7",
"esbuild": "0.19.11",
"ua-parser-js": "1.0.37"
},
"repository": "https://github.com/esm-dev/esm.sh",
Expand Down
158 changes: 84 additions & 74 deletions packages/esm-worker/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa4dc6b

Please sign in to comment.