Skip to content

Commit

Permalink
Merge pull request #343 from ForgeRock/update-export-map
Browse files Browse the repository at this point in the history
Update export map
  • Loading branch information
ryanbas21 authored May 17, 2023
2 parents 17e8864 + 3c2ce93 commit 090372a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
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"
}
}
}
2 changes: 1 addition & 1 deletion samples/central-login/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"defaultConfiguration": "production"
},
"serve": {
"executor": "@nx/web:dev-server",
"executor": "@nx/webpack:dev-server",
"options": {
"buildTarget": "central-login:build",
"port": 8443,
Expand Down
2 changes: 1 addition & 1 deletion samples/embedded-login/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"defaultConfiguration": "production"
},
"serve": {
"executor": "@nx/web:dev-server",
"executor": "@nx/webpack:dev-server",
"options": {
"buildTarget": "embedded-login:build",
"port": 8443,
Expand Down

0 comments on commit 090372a

Please sign in to comment.