@launchtray/hatch-user-management-client
Advanced tools
Comparing version 0.21.0 to 0.22.0-alpha.0
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "0.22.1", | ||
"tag": "@launchtray/hatch-user-management-client_v0.22.1", | ||
"date": "Wed, 31 May 2023 06:26:00 GMT", | ||
"comments": {} | ||
}, | ||
{ | ||
"version": "0.22.0", | ||
"tag": "@launchtray/hatch-user-management-client_v0.22.0", | ||
"date": "Fri, 17 Mar 2023 03:53:52 GMT", | ||
"comments": {} | ||
}, | ||
{ | ||
"version": "0.21.0", | ||
@@ -7,0 +19,0 @@ "tag": "@launchtray/hatch-user-management-client_v0.21.0", |
# Change Log - @launchtray/hatch-user-management-client | ||
This log was last generated on Fri, 16 Dec 2022 06:13:49 GMT and should not be manually modified. | ||
This log was last generated on Wed, 31 May 2023 06:26:00 GMT and should not be manually modified. | ||
## 0.22.1 | ||
Wed, 31 May 2023 06:26:00 GMT | ||
_Version update only_ | ||
## 0.22.0 | ||
Fri, 17 Mar 2023 03:53:52 GMT | ||
_Version update only_ | ||
## 0.21.0 | ||
@@ -6,0 +16,0 @@ Fri, 16 Dec 2022 06:13:49 GMT |
@@ -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.21.0", | ||
"version": "0.22.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.21.0" | ||
"@launchtray/hatch-util": "0.22.0-alpha.0" | ||
}, | ||
@@ -25,5 +25,5 @@ "devDependencies": { | ||
"rimraf": "3.0.0", | ||
"typescript": "4.7.4", | ||
"@launchtray/hatch-util": "0.21.0", | ||
"@launchtray/hatch-eslint-config": "0.21.0" | ||
"typescript": "4.9.5", | ||
"@launchtray/hatch-eslint-config": "0.22.0-alpha.0", | ||
"@launchtray/hatch-util": "0.22.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
1433