Skip to content

Commit

Permalink
release pkce plugin (#3948)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Sep 25, 2024
1 parent cd7b838 commit 77c8d4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/auth/public/auth-oidc-pkce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"openid connect",
"provider"
],
"version": "1.0.0"
"version": "0.42.0"
}
8 changes: 4 additions & 4 deletions scripts/npmPublish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ elif [ "$1" = "luigi-client-support-ui5-release" ]; then
echo "$PWD"
checkRequiredFiles "client-frameworks-support/client-support-ui5/dist" "package.json" "README.md" "ui5-support-lib.js"
publishPackage "client-frameworks-support/client-support-ui5" "client-frameworks-support/client-support-ui5/dist"
# elif [ "$1" = "auth-oidc-pkce-plugin-release" ]; then
# echo "$PWD"
# checkRequiredFiles "plugins/auth/public/auth-oidc-pkce" "plugin.js" "README.md"
# publishPackage "plugins" "plugins/auth/public/auth-oidc-pkce"
elif [ "$1" = "auth-oidc-pkce-plugin-release" ]; then
echo "$PWD"
checkRequiredFiles "plugins/auth/public/auth-oidc-pkce" "plugin.js" "README.md"
publishPackage "plugins" "plugins/auth/public/auth-oidc-pkce"
else
prepublishChecks
# Luigi OAuth Plugin
Expand Down

0 comments on commit 77c8d4b

Please sign in to comment.