@launchtray/hatch-user-management-client
Advanced tools
Comparing version 0.22.1 to 0.23.0-alpha.0
@@ -1,2 +0,2 @@ | ||
declare type UserAttributes = Record<string, unknown> | null | undefined; | ||
type UserAttributes = Record<string, unknown> | null | undefined; | ||
export default UserAttributes; |
@@ -28,3 +28,3 @@ import UserAttributes from './UserAttributes'; | ||
export declare const TENANT_ID_HEADER = "x-tenant-id"; | ||
export declare type UserManagementClientOptions = { | ||
export type UserManagementClientOptions = { | ||
tenantId?: string; | ||
@@ -31,0 +31,0 @@ }; |
{ | ||
"name": "@launchtray/hatch-user-management-client", | ||
"version": "0.22.1", | ||
"version": "0.23.0-alpha.0", | ||
"main": "./dist/index.js", | ||
@@ -12,3 +12,3 @@ "typings": "./dist/index.d.ts", | ||
"@launchtray/tsyringe-async": "4.3.3", | ||
"@launchtray/hatch-util": "0.22.1" | ||
"@launchtray/hatch-util": "0.23.0-alpha.0" | ||
}, | ||
@@ -25,5 +25,5 @@ "devDependencies": { | ||
"rimraf": "3.0.0", | ||
"typescript": "4.7.4", | ||
"@launchtray/hatch-eslint-config": "0.22.1", | ||
"@launchtray/hatch-util": "0.22.1" | ||
"typescript": "4.9.5", | ||
"@launchtray/hatch-eslint-config": "0.23.0-alpha.0", | ||
"@launchtray/hatch-util": "0.23.0-alpha.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78355