Skip to content

Commit

Permalink
Bump esm-worker to 0.127.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Jul 2, 2023
1 parent 2ab8b4a commit d97689b
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
8 changes: 4 additions & 4 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.127.0",
"version": "0.127.1",
"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.20230511.0",
"@cloudflare/workers-types": "4.20230518.0",
"@types/ua-parser-js": "0.7.36",
"compare-versions": "6.0.0-rc.1",
"esbuild": "0.17.19",
"compare-versions": "6.0.0-rc.2",
"esbuild": "0.18.10",
"ua-parser-js": "1.0.35"
},
"repository": "https://github.com/esm-dev/esm.sh",
Expand Down
156 changes: 78 additions & 78 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 d97689b

Please sign in to comment.