Skip to content

Commit

Permalink
Merge branch 'qa' into popup-feature-ea
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson91 committed Aug 13, 2024
2 parents 643f124 + 686643f commit 47bb890
Show file tree
Hide file tree
Showing 23 changed files with 14,090 additions and 14,063 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
20.12.2
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
213 changes: 143 additions & 70 deletions README.md

Large diffs are not rendered by default.

2,817 changes: 1,388 additions & 1,429 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pingidentity-developers-experience/ping-oidc-client-sdk",
"version": "2.2.0",
"version": "2.3.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.",
"main": "lib/ping-oidc.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.18.6",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"babel-loader": "^9.1.2",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down
Loading

0 comments on commit 47bb890

Please sign in to comment.