Skip to content

Commit

Permalink
fix(javascript-sdk): export-map-update
Browse files Browse the repository at this point in the history
the export map needs to include subpaths for newer versions of
typescript to pick up on conditional imports like listed
  • Loading branch information
ryanbas21 committed May 17, 2023
1 parent 17e8864 commit d12b90f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/javascript-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,12 @@
"url": "https://github.com/ForgeRock/forgerock-javascript-sdk/issues"
},
"homepage": "https://github.com/ForgeRock/forgerock-javascript-sdk#readme",
"version": "4.0.0-beta.6"
"version": "4.0.0-beta.6",
"exports": {
"./src/*": {
"types": "./src/*.d.ts",
"import": "./src/*.js",
"require": "./src/*.cjs"
}
}
}

0 comments on commit d12b90f

Please sign in to comment.