Skip to content

Commit

Permalink
remove unneeded providers
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Apr 5, 2024
1 parent 9fb429e commit 6b2c138
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ The Provider and Token Type enums are defined as follows:
export enum OpenfortOAuthProvider {
ACCELBYTE = "accelbyte",
FIREBASE = "firebase",
GOOGLE = "google",
LOOTLOCKER = "lootlocker",
PLAYFAB = "playfab",
CUSTOM = "custom",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfort/shield-js",
"version": "0.1.3",
"version": "0.1.4",
"description": "",
"author": "Openfort",
"repository": {
Expand Down
3 changes: 0 additions & 3 deletions src/enums/OpenfortOAuthProvider.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
export enum OpenfortOAuthProvider {
ACCELBYTE = "accelbyte",
FIREBASE = "firebase",
GOOGLE = "google",
EMAIL = "email",
WALLET = "wallet",
LOOTLOCKER = "lootlocker",
SUPABASE = "supabase",
PLAYFAB = "playfab",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const VERSION = "0.1.3";
export const VERSION = "0.1.4";
export const PACKAGE = "@openfort/shield-js";

0 comments on commit 6b2c138

Please sign in to comment.