Skip to content

Commit

Permalink
Merge branch 'main' into release/2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Sep 25, 2023
2 parents 5b72567 + ce63dc6 commit 75cee53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The following changes are pending, and will be applied on the next major release
JSON-LD frame different from the value returned by `approveAccessRequest`. The value is now normalized,
and both functions return a similarly shaped object. This also fixes the return type of `denyAccessRequest`,
which now returns the more strict `AccessGrant` type rather than the `VerifiableCredential` type.
- add `types` entry in the package.json exports so that bundlers such as esbuild can discover type definitions.

## [2.6.0](https://github.com/inrupt/solid-client-access-grants-js/releases/tag/v2.6.0) - 2023-09-18

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
Expand Down

0 comments on commit 75cee53

Please sign in to comment.