Skip to content

Commit

Permalink
Add named exports
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Dec 18, 2024
1 parent 23a58b8 commit b4b7bf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"./fetch": "./dist/resource/index.mjs",
"./discover": "./dist/gConsent/discover/index.mjs",
"./manage": "./dist/gConsent/manage/index.mjs",
"./query": "./dist/gConsent/query/query.mjs",
"./request": "./dist/gConsent/request/index.mjs",
"./verify": "./dist/common/verify/index.mjs",
"./getters": "./dist/common/getters.mjs",
Expand All @@ -61,6 +62,9 @@
"manage": [
"dist/gConsent/manage/index.d.ts"
],
"query": [
"dist/gConsent/query/query.d.ts"
],
"request": [
"dist/gConsent/request/index.d.ts"
],
Expand Down

0 comments on commit b4b7bf6

Please sign in to comment.