Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: podium-lib/proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.12
Choose a base ref
...
head repository: podium-lib/proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.13
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on May 3, 2024

  1. chore(deps): update dependency @babel/eslint-parser to v7.24.5

    renovate[bot] committed May 3, 2024
    Copy the full SHA
    50b1357 View commit details

Commits on May 7, 2024

  1. fix(deps): update dependency @podium/utils to v5.0.5

    renovate[bot] committed May 7, 2024
    Copy the full SHA
    b2f8cb6 View commit details
  2. chore(release): 5.0.13 [skip ci]

    ## [5.0.13](v5.0.12...v5.0.13) (2024-05-07)
    
    ### Bug Fixes
    
    * **deps:** update dependency @podium/utils to v5.0.5 ([b2f8cb6](b2f8cb6))
    semantic-release-bot committed May 7, 2024
    Copy the full SHA
    c0e80ea View commit details
Showing with 10 additions and 3 deletions.
  1. +7 −0 CHANGELOG.md
  2. +3 −3 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.0.13](https://github.com/podium-lib/proxy/compare/v5.0.12...v5.0.13) (2024-05-07)


### Bug Fixes

* **deps:** update dependency @podium/utils to v5.0.5 ([b2f8cb6](https://github.com/podium-lib/proxy/commit/b2f8cb60b2fed38b62ecc511d3c9ff8c63021df0))

## [5.0.12](https://github.com/podium-lib/proxy/compare/v5.0.11...v5.0.12) (2024-05-03)


6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podium/proxy",
"version": "5.0.12",
"version": "5.0.13",
"description": "Transparent http proxy. Dynamically mounts proxy targets on an existing HTTP server instance.",
"type": "module",
"license": "MIT",
@@ -37,14 +37,14 @@
},
"dependencies": {
"@podium/schemas": "5.0.1",
"@podium/utils": "5.0.4",
"@podium/utils": "5.0.5",
"@metrics/client": "2.5.2",
"abslog": "2.4.4",
"http-proxy": "1.18.1",
"path-to-regexp": "6.2.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.23.10",
"@babel/eslint-parser": "7.24.5",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/git": "10.0.1",