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: decentralized-identity/web-did-resolver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.26
Choose a base ref
...
head repository: decentralized-identity/web-did-resolver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.27
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 3, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    3c58a1e View commit details
  2. Copy the full SHA
    f8adfca View commit details
  3. chore(release): 2.0.27 [skip ci]

    ## [2.0.27](2.0.26...2.0.27) (2023-07-03)
    
    ### Bug Fixes
    
    * **deps:** update dependency cross-fetch to v4 ([f8adfca](f8adfca))
    semantic-release-bot committed Jul 3, 2023
    Copy the full SHA
    8d2b88c View commit details
Showing with 117 additions and 105 deletions.
  1. +7 −0 CHANGELOG.md
  2. +8 −8 package.json
  3. +102 −97 yarn.lock
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.27](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.26...2.0.27) (2023-07-03)


### Bug Fixes

* **deps:** update dependency cross-fetch to v4 ([f8adfca](https://github.com/decentralized-identity/web-did-resolver/commit/f8adfca61b1692dfd5a2fccc05e8386724564259))

## [2.0.26](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.25...2.0.26) (2023-07-03)


16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-did-resolver",
"version": "2.0.26",
"version": "2.0.27",
"description": "Resolve DID documents from an https domain",
"type": "module",
"source": "src/resolver.ts",
@@ -29,7 +29,7 @@
"url": "git@github.com:decentralized-identity/web-did-resolver.git"
},
"dependencies": {
"cross-fetch": "^3.1.5",
"cross-fetch": "^4.0.0",
"did-resolver": "^4.0.0"
},
"scripts": {
@@ -61,18 +61,18 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/jest": "29.5.2",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"babel-jest": "29.5.0",
"eslint": "8.43.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"microbundle": "0.15.1",
"prettier": "2.8.8",
"regenerator-runtime": "0.13.11",
"semantic-release": "21.0.5",
"typescript": "5.1.3"
"semantic-release": "21.0.6",
"typescript": "5.1.6"
}
}
Loading