Skip to content

Commit e04e6d3

Browse files
authored
Add users in org types (#57)
and bump versions
1 parent de50900 commit e04e6d3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/cloudflare-worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/PropelAuth/cloudflare-worker"
66
},
7-
"version": "2.1.27",
7+
"version": "2.1.28",
88
"license": "MIT",
99
"keywords": [
1010
"auth",
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"dependencies": {
60-
"@propelauth/node-apis": "^2.1.27",
60+
"@propelauth/node-apis": "^2.1.28",
6161
"jose": "^5.2.0"
6262
}
6363
}

packages/cloudflare-worker/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,7 @@ export {
5656
UserAndOrgMemberInfo,
5757
InternalUser,
5858
toOrgIdToOrgMemberInfo,
59+
UserInOrgMetadata,
60+
UsersInOrgPagedResponse,
5961
UserMetadata,
6062
} from "@propelauth/node-apis"

0 commit comments

Comments
 (0)