Skip to content

Commit 7c1c462

Browse files
committed
export users in org types
and bump node-apis version
1 parent 042a9a4 commit 7c1c462

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"type": "git",
55
"url": "https://github.com/PropelAuth/node"
66
},
7-
"version": "2.1.27",
7+
"version": "2.1.28",
88
"license": "MIT",
99
"keywords": [
1010
"auth",
1111
"node",
1212
"user"
1313
],
1414
"dependencies": {
15-
"@propelauth/node-apis": "^2.1.27",
15+
"@propelauth/node-apis": "^2.1.28",
1616
"jose": "^5.2.0"
1717
},
1818
"devDependencies": {

packages/node/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ export type {
7171
UserAndOrgMemberInfo,
7272
UserMetadata,
7373
UserProperties,
74+
UserInOrgMetadata,
75+
UsersInOrgPagedResponse,
7476
UserSignupQueryParams,
7577
UsersInOrgQuery,
7678
UsersPagedResponse,

0 commit comments

Comments
 (0)