We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c806452 commit 55b342aCopy full SHA for 55b342a
4 files changed
contributing_docs/releases.md
@@ -63,7 +63,7 @@ your `{packageRoot}/package.json` has the following:
63
64
```
65
"publishConfig": {
66
- "access": true
+ "access": "public"
67
}
68
69
packages/oidc-client/typedoc.json
@@ -1,4 +1,4 @@
1
{
2
"name": "@forgerock/oidc-client",
3
- "entryPoints": ["src/index.ts"]
+ "entryPoints": ["src/index.ts", "src/types.ts"]
4
packages/protect/package.json
@@ -28,6 +28,9 @@
28
"dependencies": {
29
"@forgerock/javascript-sdk": "4.7.0"
30
},
31
+ "publishConfig": {
32
33
+ },
34
"nx": {
35
"tags": ["scope:package"],
36
"targets": {
packages/protect/typedoc.json
@@ -0,0 +1,4 @@
+{
+ "name": "@forgerock/protect",
+}
0 commit comments