Skip to content

Commit 0d94b72

Browse files
Merge pull request #116 from pingidentity-developers-experience/qa
Qa
2 parents fbf22ff + 825ea3c commit 0d94b72

16 files changed

+7754
-8626
lines changed

.depcheckrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ignores: ["@babel/cli", "ghooks", "webpack-cli"]

.unimportedrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"ignoreUnresolved": [["!!raw-loader!../../uglify-raw!babel-loader!./worker-thread.js", ["src/utilities/worker-store.ts"]]],
3+
"ignoreUnimported": ["src/utilities/worker-thread.js"]
4+
}

package-lock.json

Lines changed: 783 additions & 1155 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pingidentity-developers-experience/ping-oidc-client-sdk",
3-
"version": "2.4.1",
4-
"description": "An OAuth/OIDC SDK to simplify and fastrack integration with OAuth/OIDC protocol endpoints in SPAs (browser-based apps). AuthCode and implicit grant types. PKCE, state, userInfo, revoke, configurable logging, and token storage options.",
3+
"version": "2.4.2",
4+
"description": "An OAuth/OIDC SDK to simplify and fast track integration with OAuth/OIDC protocol endpoints in SPAs (browser-based apps). AuthCode and implicit grant types. PKCE, state, userInfo, revoke, configurable logging, and token storage options.",
55
"main": "lib/ping-oidc.js",
66
"types": "lib/index.d.ts",
77
"files": [
@@ -37,8 +37,8 @@
3737
"@babel/core": "^7.17.2",
3838
"@babel/preset-env": "^7.16.11",
3939
"@babel/preset-typescript": "^7.18.6",
40-
"@typescript-eslint/eslint-plugin": "^7.18.0",
41-
"@typescript-eslint/parser": "^7.18.0",
40+
"@typescript-eslint/eslint-plugin": "^8.17.0",
41+
"@typescript-eslint/parser": "^8.17.0",
4242
"babel-loader": "^9.1.2",
4343
"eslint": "^8.19.0",
4444
"eslint-config-airbnb-base": "^15.0.0",

0 commit comments

Comments
 (0)