Skip to content

Commit

Permalink
released v4.0.11 - hotfix: repair 4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Jun 15, 2023
1 parent ddf822b commit 64ec625
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "itty-router",
"version": "4.0.10-next.4",
"version": "4.0.11",
"description": "A tiny, zero-dependency router, designed to make beautiful APIs in any environment.",
"type": "module",
"main": "./cjs/index.js",
"module": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -67,7 +68,7 @@
"gzip-size": "^7.0.0",
"http": "^0.0.1-security",
"isomorphic-fetch": "^3.0.0",
"itty-router": "^4.0.10",
"itty-router": "^4.0.10-next.4",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2455,10 +2455,10 @@ istanbul-reports@^3.1.4:
html-escaper "^2.0.0"
istanbul-lib-report "^3.0.0"

itty-router@^4.0.10:
version "4.0.10"
resolved "https://registry.yarnpkg.com/itty-router/-/itty-router-4.0.10.tgz#d2f6bdd74880539975552a0db5c81bfaa3655e2e"
integrity sha512-2B8nfXlHpzRiCEp1uSULRoy1lyzzOmLvLYEcX+Jg2Io9Q7e6F+Lv/qwYv+qzR2z256PmCzaq6yrA+2dnXysy9g==
itty-router@^4.0.10-next.4:
version "4.0.10-next.4"
resolved "https://registry.yarnpkg.com/itty-router/-/itty-router-4.0.10-next.4.tgz#1189e706890d7ef472adcc002f03e34e1df44a5a"
integrity sha512-dr48sUf+3EFh8CM/rYs3wnpVUdKN6n1TdrvMd4KS+6ogbVdbZ2qAcvwF8Kxt26c1VYPsDcNPVT0fPpG7/Cds6Q==

jackspeak@^2.0.3:
version "2.2.1"
Expand Down

0 comments on commit 64ec625

Please sign in to comment.