Skip to content

Commit 0f158c7

Browse files
committed
chore: remove-sdk-reminants
1 parent ccfb6eb commit 0f158c7

File tree

5 files changed

+5
-17
lines changed

5 files changed

+5
-17
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
],
99
"commit": false,
10-
"fixed": [["@forgerock/javascript-sdk", "@forgerock/ping-protect"]],
10+
"fixed": [["@forgerock/ping-protect"]],
1111
"linked": [],
1212
"access": "public",
1313
"baseBranch": "master",

.eslintrc.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,19 @@
1717
"depConstraints": [
1818
{
1919
"sourceTag": "scope:app",
20-
"onlyDependOnLibsWithTags": ["scope:sdk", "scope:package"]
20+
"onlyDependOnLibsWithTags": ["scope:package"]
2121
},
2222
{
2323
"sourceTag": "scope:e2e",
24-
"onlyDependOnLibsWithTags": ["scope:sdk, scope:app"]
25-
},
26-
{
27-
"sourceTag": "scope:sdk",
28-
"onlyDependOnLibsWithTags": []
24+
"onlyDependOnLibsWithTags": ["scope:app"]
2925
},
3026
{
3127
"sourceTag": "scope:package",
32-
"onlyDependOnLibsWithTags": ["scope:sdk"]
28+
"onlyDependOnLibsWithTags": []
3329
},
3430
{
3531
"sourceTag": "scope:types",
36-
"onlyDependOnLibsWithTags": ["scope:sdk"]
32+
"onlyDependOnLibsWithTags": []
3733
}
3834
]
3935
}

.github/labeler.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ davinci-client:
1919
device-client:
2020
- packages/device-client/*
2121

22-
javascript-sdk:
23-
- packages/javascript-sdk/*
24-
- packages/javascript-sdk/**/*
25-
2622
ping-protect: -packages/ping-protect/*
2723
test:
2824
- e2e/**/*

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ e2e/**/dist
99
*/dist/*
1010
dist/*
1111
packages/*/dist/
12-
packages/javascript-sdk/lib-esm
13-
packages/javascript-sdk/lib
14-
packages/javascript-sdk/bundle/
1512
bundles/
1613
docs/
1714
coverage/

nx.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
}
9292
}
9393
],
94-
"defaultProject": "javascript-sdk",
9594
"useDaemonProcess": true,
9695
"useInferencePlugins": true,
9796
"defaultBase": "develop",

0 commit comments

Comments
 (0)